Help with shout box

Post any general problems, information or issues on ModphpBB3 in here.
Post Reply
User avatar
spiderpig2503
Forum Member
Forum Member
Posts: 43
Joined: Sat Sep 05, 2009 5:59 pm

Help with shout box

Post 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
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Help with shout box

Post 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.
User avatar
spiderpig2503
Forum Member
Forum Member
Posts: 43
Joined: Sat Sep 05, 2009 5:59 pm

Re: Help with shout box

Post by spiderpig2503 »

thanks for the speedy reply much appreciated
Post Reply