Quote:
Originally Posted by TheMilkCarton
@ eXtremeTim:
I fixed my "View All Comments" problem. For whatever reason I had to add
PHP Code:
require_once('./includes/class_bbcode.php');
and
PHP Code:
require_once('./includes/functions_user.php');
to the plugin that was at "misc_start". I think I have a modified misc.php file, so that may be the problem?
|
Abomonation, do what I said in my last post.
Put the first above
Code:
if(!$bbcode_parser)
Put the second above
See if that helps you.