RBasil
06-09-2005, 07:27 AM
Quick and easy hack. Only one small template change.
Here is how to pull the default image (default.jpg) for each forum from the Geek article system hack. It even works if you have different forums on your news list (and different default images for each forum).
Edit the adv_portal_newsbits template:
Find:
$news[message]
And place this right above it:
<img align="left" src="$vboptions[bburl]/gas/images/forums/$news[forumid]/default.jpg">
Here is how to pull the default image (default.jpg) for each forum from the Geek article system hack. It even works if you have different forums on your news list (and different default images for each forum).
Edit the adv_portal_newsbits template:
Find:
$news[message]
And place this right above it:
<img align="left" src="$vboptions[bburl]/gas/images/forums/$news[forumid]/default.jpg">