https://www.icyphoenix.com/viewtopic.php?f=26&t=2470&p=17739#p17739
-----------------------------------
Artie
Sun 15 Jul, 2007 21:31

Re: Guests Can't Rate
-----------------------------------
I was checking with Icy Phoenix's FAP and the rate option doesn't seem to appear for unregistered users ... either a bug or my error

I did check FAP on a standard phpBB board and got the same results as you.

Try this fix...it should work

OPEN [b]album_showpage.php[/b]

FIND
[codeblock]if ( ($album_config['rate'] == 1) && ($auth_data['rate'] == 1) && ($userdata['session_logged_in']) )[/codeblock]
REPLACE WITH
[codeblock]	if ( ($album_config['rate'] == 1) && ($auth_data['rate'] == 1) )[/codeblock]


