SOLVED FAP SUPPORT - Users Cannot Vote Pictures Or Open Personal Galleries?


Subject: FAP SUPPORT - Users Cannot Vote Pictures Or Open Personal Galleries?
I don't why users cannot vote pictures (own pictures too), but admins can. :(


And users cannot open personal galleries

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
I have no problem accessing the personal galleries (as a guest).

Profile PM  
Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
no accessing problem.

there are 2 problems:

1. users cannot VOTE pictures
2. users cannot CREATE own personal gallery

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
You have Rating system enabled in ACP ?
You have ACP set to allow registered users to create personal galleries?

Profile PM  
Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
yes...sure! :(

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
Strange ..... can you provide a test account ?

Profile PM  
Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
user: test
password: test

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
I was able to create a personal gallery (and upload a pic), with no problem.

If you have not done this already you might:
Re-check all your ACP settings for Ratings.... change them, test ... change them back, test.
Maybe set them for ALL to rate ....see if it works that way..... dunno

Profile PM  
Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
have you tried to vote any pics?

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
Yes, but I was not presented any option to vote/rate.

Other than what I mentioned above, in your ACP... go to the Categories then click on one to EDIT and check the Rate Level permission.

I don't know of anything that would cause this problem, unless it is a setting in the ACP

Profile PM  
Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
I can vote, users cannot.

I've seen a lot of times ACP permissions... :cry:

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
Gianni PB, please check again... I'm sure that is something related to permission or to the album config.

Artie is right.

Try to run also this...

Code: [Download] [Hide]
  1. UPDATE `phpbb_album_config` SET config_value = 1 WHERE config_name = 'rate'; 

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
no changes... :(

Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
On the file "album_shopage.php"

find:
Code: [Download] [Hide] [Select]
if ( $auth_data['rate'] == 1 && ($already_rated == false) && (($own_pic_rate = false) || ($userdata['user_level'] == ADMIN)) )


change with:
Code: [Download] [Hide] [Select]
if ( $auth_data['rate'] == 1 && ($already_rated == false) && (($own_pic_rate == false) || ($userdata['user_level'] == ADMIN)) )


Only a simple language error :P

Bags!!!

Profile PM  
Subject: Re: Users Cannot Vote Pictures Or Open Personal Galleries?
thanks bags! i'll tell you later... 8)


Page 1 of 2


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 6.0706s (PHP: 1% SQL: 99%)
SQL queries: 13 - Debug Off - GZIP Enabled