Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4437
    quagmire1973
    Participant

    Hi there,

    I really like this plugin. It does exactly what I need with one minor issue. I am hoping to use this plugin to show off a series of images I have in a contest. I want to have the users vote on each image they like by using the “Like” button. Now, it does record that a person has previously liked it, but it doesn’t allow me to disable that button if the user is not logged in. Someone could open multiple browsers and vote several times on a single image and I’d like to try and avoid that.

    Is there any way the Like button could be customized to only be visible or active when a user is logged in?

    #4449
    Rattus
    Keymaster

    That’s is possible to show buttons only for logged in users, but requires modification of module’s code:
    Add code below to ‘wp-content/grand-media/module/photo-blog/init.php’ file at line 63:

    if(!is_user_logged_in()){
    	$settings['hitCounter'] = '0';
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum