Canis Firebrand
06-13-2006, 05:12 PM
As referenced in this this (https://vborg.vbsupport.ru/showthread.php?t=43107) 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.
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.
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.
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.