Thanks for the awesome mod :-)
This is much better than the default one that comes with vb.
I have a question though...
I'm trying to display forum information in the side column
e.g. forumid, title. etc.
but it doesn't seem to be working. Here is the different code I tried using:
PHP Code:
forum{vb:raw forum.forumid}
or
$foruminfo['forumid']
or
{vb:raw foruminfo.forumid}
^
all not working
Any idea what I'm doing wrong?
How can I display database fields in your mod right columns?