Quote:
Originally Posted by sabret00the
this is for the forumhome, open your "forumhome_forumbit_level2_post" template and find ;
HTML Code:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
add above that
HTML Code:
<if condition="$forum[parentid]==XX OR $forum[parentid]==XX"><img src="$stylevars[imgdir_misc]/[forumhome]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2 px" hspace="2 px" align="left"/></if>
if you want it to appear for all forums, remove the conditional, you can also just change the conditional to suit your needs better, the XX's in the conditional are to be replaced by the parentid's of your desire [cyclops] the parentid is just the forumid of the catergory.
|
Hi,
I'm new to php and am a bit confused (nothing unusual in that) with what to change in this script.
I've edited the template - changed the first two XX's to 5 which is the id of the forum (should it be 05?) and left the 2nd 2XX's alone.
If that is correct, and please someone tell me if it's not, then where do I find the place to add the graphic?
Hope this makes sense.
Renada