As referenced in this
this thread. How would I achieve this in VB 3.5.4?
I followed what was in the first post in the forum on the code to add to index.php
I changed it, because the way the code is called is different in VB 3.5.4
This is what I added to the index.php, it is right at the bottom of the file.
Code:
eval('$forumjump = "' . fetch_template('forumjump') . '";');
I added to my forumhome template the $forumjump line where I wanted the forumjump to display.
But, it only shows the Site Areas. The section under Forums is blank.
Any ideas?
Thanks in advance.