Page 1 of 1

How do i remove the shout box from the index page?

PostPosted: Sun Jan 21, 2007 12:19 am
Author: ayasha
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://www.graphicsplayhouse.com/forums

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

can someone help me remove my shout box from the index page? i have it enabled on the portal, and i don't want it on the index page.

and i would also like to remove the calender from the bottom of the index page if possible. i have the calender at the top of the page set to stay open, so i don't see a need in having 2 on that page.

thanks in advance for your help <img>

Re: How do i remove the shout box from the index page?

PostPosted: Sun Jan 21, 2007 5:41 am
Author: Dankbutter
I actually did the same thing. Here is what I did.

go to your forums/templates/<template> folder
find and BACKUP index_body.tpl
now open that in notepad
find "<END>"
delete everything after that until "<BEGIN>"
that removes the shoutbox and the calendar

REMEMBER to backup the original index_body.tpl

PostPosted: Sun Jan 21, 2007 8:07 am
Author: ayasha
thanks Dank :lol:

Re: How do i remove the shout box from the index page?

PostPosted: Sun Jan 21, 2007 1:09 pm
Author: tc1967uk
If you just want to remove the calendar (as I did) just removing <td>{MINI_CAL_OUTPUT}</td> seems to do the trick.

PostPosted: Mon Jan 22, 2007 3:08 pm
Author: ayasha
well, i just noticed today that my who is online box does not show who is online, who is online or any of the normal info.

i don't know if it has anything to do with this edit i did or not, and actually, i would not mind removing that also, that info is on my portal page with the who is online box and the statistic block tells me who the last member was.

so i either need to get this block on the index page to show the information, or remove it...which ever is the easiest <img>

thanks in advance

cleo

PostPosted: Mon Jan 22, 2007 10:04 pm
Author: IntegraMOD
This is what you need to remove but first comapre to what you have to see if you are missing something
[code]<BEGIN><tr><td> </td></tr><tr><td><table><tr><th><span><a>{L_WHO_IS_ONLINE}</a></span></th></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>{RECORD_USERS}<br>{LOGGED_IN_USER_LIST}</span></td></tr><END><tr><td><span class="gensmall" style="font-weight]

PostPosted: Mon Jan 22, 2007 10:27 pm
Author: ayasha
thanks gffb, that worked great and i like the way it looks <img>

PostPosted: Mon Jan 22, 2007 11:46 pm
Author: IntegraMOD
np