Quote:
Originally Posted by Danny M
Hey,
I get this error at the top of the page on "View all thread bans":
Code:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3957
Parse error: syntax error, unexpected T_STRING in /home/dannym/public_html/forums/postings.php(210) : eval()'d code(92) : eval()'d code on line 1
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: btu_bans in [path]/includes/functions.php on line 3957
|
Same here, running 4.1.5
Code:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 4183
Parse error: syntax error, unexpected T_STRING in /home//public_html/forum/postings.php(212) : eval()'d code(102) : eval()'d code on line 1
The second issue is ok, the fix below for the missing postbit graphic and link worked perfectly.
Other than the error above and the fix posted below for the separate issue the mod works on 4.1.5
Quote:
Originally Posted by diettalk
If I'm remembering right, you have to go into the xml file and change this line... to take out the slash in front of images.
<img src="/images/site_icons/ignore.png" alt="{vb:rawphrase btu_unban}" />
to
<img src="images/site_icons/ignore.png" alt="{vb:rawphrase btu_unban}" />
and it should work.
|