Page 1 of 1

Help with shout box

Posted: Mon Jan 04, 2010 10:46 am
by spiderpig2503
hi im running you portal version mod 1.05 and was wondering if it is possible to put the shoutbox to appear on every page not just the index, is it a simple case of adding the shout box line to the html footer. Thanks in advance

Re: Help with shout box

Posted: Mon Jan 04, 2010 2:16 pm
by LDM
Open index_body.html of the style you are using.

Find and delete:

Code: Select all

<!-- INCLUDE shout_body.html -->
Re-upload

Open overall_header.html (or overall_footer.html depending on if you want it top and bottom)

At the end of overall_header.html
Add:

Code: Select all

<!-- INCLUDE shout_body.html -->
or near the top of overall_footer.html

Re-upload and refresh template cache.

Re: Help with shout box

Posted: Mon Jan 04, 2010 5:07 pm
by spiderpig2503
thanks for the speedy reply much appreciated