|
|
Registered User Currently Offline
|
Posts: 39
Join Date: May 2007
|
Nice mod, thank you.
Only one small problem : After installing the mod, the Avartars and signatures didnt show anymore.
So I looked in your index.php page and I found two lines missing.
Under this lines :
Code:
$user_lastsession = 0;
I added these two (They are in the original index.php file) :
Code:
$user_view_signatures = 1; //guest users | crawlers see signatures
$user_view_avatars = 1; //guest users | crawlers see avatars
Did you just forgot those 2 lines or did you take them out on purpose ? Anyway, now I can see the avatars and signatures again and everything seems to run ok.
|