Fatal error: Field banner is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485
What's this all about? I did everything just right. I added the right xml product and also pasted the code mentioned in the zip file below $navbar in the two templates.
These things can get really annoying sometimes..
[EDIT]
Also, am I supposed to be typing anything inside these codes:
<if condition="$foruminfo['banner'] AND $foruminfo['bannerlink']"><center><a href="$foruminfo[bannerlink]" target="_blank"><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></a></center><br />
<else />
<if condition="$foruminfo['banner']"><center><img src="$foruminfo[banner]" alt="$foruminfo[banneralt]" border="0" /></center><br />
<else />
<if condition="$foruminfo['bannercode']"><center>$foruminfo[bannercode]</center><br />
</if>
</if>
</if>
|