News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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