Quote:
Originally Posted by skunker
I get the following error when installing:
Parse error: syntax error, unexpected ')' in /home/ww2admin/public_html/forum/includes/functions_forumlist.php(350) : eval()'d code on line 2
I'm running the latest version of VB.
|
I'm pretty sure that error is not because of this hack @ installation, because theres no need to call forumlist.php when installing a plug in.
Quote:
Originally Posted by digital3
Doesn't work on my Exaltic Theme.
|
well there are alot of manual edits.
So you could just change your status icon html line to the vb default, not sure what your current code is but you should replace the TD with this one:
forumhome_forumbit_level1_post
HTML Code:
<td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
forumhome_forumbit_level2_post
HTML Code:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>