I want to move my shout box

Support for IntegraMOD 140

Moderator: Integra Moderator

I want to move my shout box

PostAuthor: ayasha » Thu Oct 05, 2006 11:20 am

i would love to move my shout box to the top of my forum index page, i have had several members ask me if this can be done, so i would like to try it out.

thanks in advance
Last edited by ayasha on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 6:10 pm
Cash on hand: 0.00

Re: I want to move my shout box

PostAuthor: Helter » Thu Oct 05, 2006 3:43 pm

open your template/index_body.tpl

Find and deltete this

Code: Select all
<tr><td><BEGIN><Start><table> <tr> <td><span><a>{L_SHOUTBOX}</a></span></td> </tr> <tr><td> <iframe></iframe> </td> </tr> </table><table><tr><td><img></td><td><img></td><td><img></td></tr></table><End><END></td></tr>


find this

Code: Select all
<BEGIN><tr><td> </td></tr>


replace with

Code: Select all
<BEGIN>


find this

Code: Select all
{BOARD_ANNOUNCES}{BOARD_INDEX}


before, add


Code: Select all
<table><tr><td><BEGIN><Start><table> <tr> <td><span><a>{L_SHOUTBOX}</a></span></td> </tr> <tr><td> <iframe></iframe> </td> </tr> </table><table><tr><td><img></td><td><img></td><td><img></td></tr></table><End><END></td></tr><tr><td> </td></tr></table>


save and close
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

PostAuthor: ayasha » Thu Oct 05, 2006 7:16 pm

thanks Helter :lol:
Last edited by ayasha on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 6:10 pm
Cash on hand: 0.00

Re: I want to move my shout box

PostAuthor: Helter » Thu Oct 05, 2006 8:58 pm

can you post your index_body.tpl?
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: I want to move my shout box

PostAuthor: ayasha » Fri Oct 06, 2006 7:14 am

here you go, these are the files before applying the edit to move the shoutbox <img>

http://www.4shared.com/file/4331466/1e1 ... dytpl.html
Last edited by ayasha on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 6:10 pm
Cash on hand: 0.00

Re: I want to move my shout box

PostAuthor: Dragonsys » Fri Oct 06, 2006 9:30 am

Use these for your index_body.tpl

caliskin:
[code]<BEGIN><table><tr><td>{BANNER_18_IMG}</td></tr></table><br><END>  <table>   <tr>    <td><span>{CURRENT_TIME}</span></td>   </tr></table><table>   <tr>    <td><span><a>{L_INDEX}</a></span></td>   </tr>   <tr>    <td><img></td>    <td><span>{WELCOME_USER}</span><br><span>{WELCOME_USER_INFO}</span></td>   </tr>   <BEGIN>   <tr>    <td><span>{LAST_VISIT_DATE}<br>{WELCOME_NEWS}</span></td>   </tr>   <END>   <BEGIN>   <form>   <tr>       <td><span>{L_USERNAME}]

theeighties:
[code]<BEGIN><table><tr><td>{BANNER_18_IMG}</td></tr></table><br><END>  <table>   <tr>    <td><span>{CURRENT_TIME}</span></td>   </tr></table><table>   <tr>    <td><span><a>{L_INDEX}</a></span></td>   </tr>   <tr>    <td><img></td>    <td><span>{WELCOME_USER}</span><br><span>{WELCOME_USER_INFO}</span></td>   </tr>   <BEGIN>   <tr>    <td><span>{LAST_VISIT_DATE}<br>{WELCOME_NEWS}</span></td>   </tr>   <END>   <BEGIN>   <form>   <tr>       <td><span>{L_USERNAME}]
Last edited by Dragonsys on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 7:45 am
Cash on hand: 0.00
Location: Springtown, TX

Re: I want to move my shout box

PostAuthor: Dragonsys » Fri Oct 06, 2006 9:34 am

here is what I changed:

For caliskin:
FIND & DELETE:
Code: Select all
<BEGIN><Start>    {TPL_HDR}<a>{L_SHOUTBOX}</a>{TPL_HDR1}<table>  <tr><td> <iframe></iframe> </td> </tr> </table>{TPL_FTR}<End><END>


FIND]{BOARD_ANNOUNCES}{BOARD_INDEX}[/code]

BEFORE ADD:
Code: Select all
<table> <tr><td> <BEGIN> <Start>    {TPL_HDR}<a>{L_SHOUTBOX}</a>{TPL_HDR1}<table>  <tr> <td> <iframe></iframe> </td> </tr> </table> {TPL_FTR} <End> <END> </td> </tr> <tr><td> </td></tr> </table>


For theegities]<BEGIN><Start><table> <tr> <td><span><a>{L_SHOUTBOX}</a></span></td> </tr> <tr><td> <iframe></iframe> </td> </tr> </table><table><tr><td><img></td><td><img></td><td><img></td></tr></table><End><END>[/code]

FIND:
Code: Select all
{BOARD_ANNOUNCES}{BOARD_INDEX}


BEFORE ADD]<table> <tr><td> <BEGIN> <Start> <table> <tr> <td><span><a>{L_SHOUTBOX}</a></span></td> </tr> <tr> <td> <iframe></iframe> </td> </tr> </table> <table><tr><td><img></td><td><img></td><td><img></td></tr></table> <End> <END> </td> </tr> <tr><td> </td></tr> </table>[/code]
Last edited by Dragonsys on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
User avatar
Dragonsys
Sr Integra Member
Sr Integra Member
 
Posts: 326
Likes: 0 post
Liked in: 0 post
Joined: Mon Apr 10, 2006 7:45 am
Cash on hand: 0.00
Location: Springtown, TX

PostAuthor: ayasha » Fri Oct 06, 2006 10:42 am

thanks so much for your help :lol:
Last edited by ayasha on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 6:10 pm
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: App360MonitorBot, Bing [Bot]