I noticed when shutting the forum down with the Bulletin Board Active function the title image wasn't displayed. All other times it displays ok.
Here was my fix...
In the home_header template (under Home Page Templates section) find..
"$bburl/{ titleimage }"
and replace it with..
"{ titleimage }"
Also, in the { titleimage ) variable field, change the value to the full URL
Example: http://www.yoursite.com/forum/images/logo.gif
These steps go along with step 6 of the install instructions.
NOTE: no spaces should be between the { and } symbols in the code but was needed in this post for proper display. :ermm:
|