Page 1 of 1

remove the shoutbox from the forum page

PostPosted: Wed Jul 22, 2009 11:16 am
Author: dungeon
hey

I use IntegraMOD 1.4.3. from holland

Is it posible that i can remove the shoutbox and the calender from the forum page.

How can i do that

Greetz Dungeon

Re: remove the shoutbox from teh forum page

PostPosted: Wed Jul 22, 2009 10:12 pm
Author: Helter
post your template/index.tpl

Re: remove the shoutbox from teh forum page

PostPosted: Thu Jul 23, 2009 12:24 am
Author: dungeon
Hey

this one template/index_body.tpl

maybe you can make two index_body.tpl for me.
One with the shoutbox on the top of the forum without the calender.
And one without the shoutbox and calender.

Code: Select all
<script></script><script><var> 0 )     {         window.location.replace('{U_INDEX}');     }// --></script>  <BEGIN><table><tr><td>{BANNER_18_IMG}</td></tr></table><br><END>  <table><tr><td>{L_INDEX}</td></tr><tr><td><BEGIN>{LAST_VISIT_DATE}<br><END><BEGIN>{LAST_VISIT_DATE}<br><END>{CURRENT_TIME}<br><script><CFIG></script><a>{L_INDEX}</a>{NAV_CAT_DESC}</td><td><a>{L_SEARCH_UNANSWERED}</a><br><BEGIN><a>{L_SEARCH_NEW}</a><br><END><BEGIN><a>{L_SEARCH_NEW}</a><br><a><strong>{L_MARK_FORUMS_READ}</strong></a><END></td></tr></table><script><CFIG></script>  {BOARD_ANNOUNCES}{BOARD_INDEX}<table><tr><td><img></td><td>{L_NEW_POSTS}</td><td> </td><td><img></td><td>{L_NO_NEW_POSTS}</td><td> </td><td><img></td><td>{L_NEW_POSTS}</td><td> </td><td><img></td><td>{L_NO_NEW_POSTS}</td><td> </td><td><img></td><td>{L_FORUM_LOCKED}</td></tr></table><br><table><BEGIN><tr><td><form><table><tr><td>{L_LOGIN_LOGOUT}</td></tr><tr><td><table><tr><td>{L_USERNAME}: </td><td><input></td><td>   {L_PASSWORD}:</td><td><input></td><BEGIN><td>   {L_AUTO_LOGIN}</td><td><input></td><END><td>  <input></td></tr></table></td></tr></table><table><tr><td></td><td></td><td></td></tr></table></form></td></tr><tr><td> </td></tr><END><tr><td>  <table><tr><td>{MINI_CAL_OUTPUT}</td><td><img></td><td>  <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></td><td></td><td></td></tr></table></td></tr><tr><td> </td></tr><End><END><BEGIN><tr><td><table><tr><td><a>{L_WHO_IS_ONLINE}</a></td></tr><tr><td><img></td><td><span>{TOTAL_POSTS}<br>{TOTAL_USERS}<br>{NEWEST_USER}</span></td></tr><tr><td><span>{TOTAL_USERS_ONLINE} <br>  {L_WHOSONLINE}<br>{RECORD_USERS}<br></span></td></tr><tr><td><span>{LOGGED_IN_USER_LIST}<br>{L_ONLINE_EXPLAIN}</span></td>  </tr><tr><td><span>{USERS_OF_THE_DAY_LIST}</span></td></tr></table><table><tr><td></td><td></td><td></td></tr></table></td></tr><END><BEGIN><tr><td> </td></tr><tr><td><table><tr><td><span>{L_HAPPY_BIRTHDAY}</span></td></tr><tr><td><img></td><td><span> {HAPPY_BIRTHDAY_FELLOWS} </span></td></tr></table><table><tr><td></td><td></td><td></td></tr></table></td></tr><END></table></td></tr></table></td></tr></table><BEGIN><br><table><tr><td>{BANNER_19_IMG}</td></tr></table><END>

Re: remove the shoutbox from the forum page

PostPosted: Thu Jul 23, 2009 4:41 am
Author: .QUACK.Major.Pain
To remove the mini calendar:

Find and Remove:
<td>{MINI_CAL_OUTPUT}</td><td><img></td>



To remove shoutbox:

Find and Remove:
<Start>
<table>
<tr>
<td><span><a>{L_SHOUTBOX}</a></span></td>
</tr>
<tr>
<td>
<iframe></iframe>
</td>
</tr>
</table>
<table><tr><td></td><td></td><td></td></tr></table>
</td>
</tr>
<tr><td> </td></tr>
<End>


Here's a thread where the shoutbox was moved under the top banners: http://www.integramod.com/forum/viewtop ... =18&t=5473

Re: remove the shoutbox from the forum page

PostPosted: Sat Jul 25, 2009 12:16 pm
Author: DjPorkchop
Or one could easily comment out the code as well. That way in the future if that feature was ever needed all one would have to do id uncomment the lines of code.

Re: remove the shoutbox from the forum page

PostPosted: Wed Jul 29, 2009 12:39 pm
Author: dungeon
Thx all



Dungeon