How would this be done for VB 3.5.4?
I did similar to above in the first post, and I do indeed have a forumjump showing on my forumhome page. However it just shows the links under Site Areas, and nothing under Forums.
This is what I added to my index.php
Code:
eval('$forumjump = "' . fetch_template('forumjump') . '";');
And in the forumhome template, I added $forumjump where I wanted it to display.