Quote:
Originally Posted by Irisfire
ok, i'm not a coder my any means...i'm just a little 'ole designer...and for the life of me I can't get the threads to show in someplace other than the forumhome.
I'm trying to use this mod, but instead of having all the forumhome stuff...i just want to have the lastest thread titles put into a side column...i've looked at the added templates...copied what's there...and all it will do is post the sections titles..."last post by reviews views"...but doesn't put the actual info in there...
can someone possibly shed some light on how to get just the titles to show in another template other than forumhome?
|
Try putting in
PHP Code:
require_once('./includes/functions_forumlist.php');
at the start of the php code in the code xml-file and change the hook to global_start.
Works for me.