Log in

View Full Version : Different results between forum descriptions in templates


tgmorris
01-01-2005, 03:31 AM
I'm modifying the FORUMDISPLAY template to include the description of the forum for specific forum numbers for a special mod I'm working on. The description I'm using has embedded HTML tags in it. The HTML works properly on "normal" pages when the sub forums are shown. However it appears that the HTML is stripped out for the FORMUDISPLAY template.

The working one is referenced as $forum[forumdescription] in the forumhome_forumbit_xxx templates while the non-working one is referenced by $foruminfo[forumdescription].

Examples can be found at http://www.babblers.org/forums/forumdisplay.php?f=61&styleid=21 and then follow the Bumperplugs.com forum link to see the 'broken' version. This example uses unmodified templates from vb.nl.

Suggestions?

tgmorris
01-01-2005, 05:20 AM
Nevermind. With a little more research I found one solution located here (http://www.vbulletin.com/forum/showthread.php?t=114718). It does result in one more query though.