subscription shows to guests subscription shows to guests
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

subscription shows to guests

Started by Gephri, January 10, 2007, 01:08:27 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Gephri

I've discovered that the subscribed to comments link shows to guests - but that shouldn't be true because we don't know the email address to notify them.  can anyone point me towards the code that controls this?

Stramm



Stramm

it's your modded theme... it's overwriting the check if a user's logged in. Probably you copied the code from an outdated theme.php????

Comment out the code and try again (function theme_html_comments())
I think it even isn't necessary in your theme

Gephri

Thanks for pointing me in the right direction - I'll take it from here