I am not a coder at all, but I was wondering how this could be done dynamically.
I pasted $forumbits into the popup menu table and my entire forum showed up in the forum jump. Cool but a little too much info...
How would I go about just showing the title of the forum? $forumbits is calling the forumhome_forumbit_level1_post template which contains the code:
Code:
<td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</td>
If I paste just this code into my template I get only one random forum dynamically created.
Anyone know how to have them all? Or does it require some sort of php modification? Is there a way to change $forumbits to $forumbits_navbar and then have that call some other peice of code?
Bear with me, I have no clue what I'm doing...