Hey,
I seem to be getting a problem with my member.php on my forum,
for some reason when I add $jwfpss to my header template for some reason it removes the username off the member.php page like this:
http://i40.tinypic.com/f3bc5s.png
The plugin that I've got for $jwfpss is :
I don't know if that helps anymore.
Would be very glad if I could get some help
I seem to be getting a problem with my member.php on my forum,
for some reason when I add $jwfpss to my header template for some reason it removes the username off the member.php page like this:
http://i40.tinypic.com/f3bc5s.png
The plugin that I've got for $jwfpss is :
PHP:
ob_start();
include("fpss/fpss.php");
$jwfpss = ob_get_contents();
ob_end_clean();
I don't know if that helps anymore.
Would be very glad if I could get some help