Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • benrud Friend
    #129201

    I finally have the template installed and galleries working but now the voting and comments don’t work for the public. I’ve included a screenshot to show the settings I have in the config file.

    Can anyone help me with this?

    Thanks,
    Todd


    1. screen_shot
    benrud Friend
    #251752

    The comment feature works for registered users but not public users. Can someone please help me correct this?

    Thanks,
    Todd

    benrud Friend
    #252263

    Hey Everyone,

    I could really use some help with this issue. I want to allow public comments for the images on my site. I have the settings set correctly (I think) but comments aren’t working.

    Please help!
    Todd

    Sherlock Friend
    #252289

    Hi.
    You can config in admin
    Go to Components->RSgallery2->Control Panel menu
    Then click Configuration button , you will see table have 4 tabs, choose Images tabs
    you can see those paramaters at right:
    1716
    Set Register user only paramater to No, non-registered user will can vote
    I’m checking how to config for non-registered user can comment
    Plz wait

    benrud Friend
    #252370

    My settings match the ones you recommend and “public comments” still do not work.

    benrud Friend
    #252371

    How do I remove “Answered” for the thread title?

    Sherlock Friend
    #252809

    Hi.
    After config as above:
    Plz open rsgcomments.class.php(componentscom_rsgallery2librsgcomments),Go to line 250:
    You will see this line:

    if (!$my->id) return;

    Change to

    if ((!$my->id)&&(!$rsgConfig->get("comment_allowed_public"))) return;

    I will update that bug into newest version
    Good luck

    benrud Friend
    #256949

    this worked!
    Thanks!
    Todd

    benrud Friend
    #256969

    I spoke to soon… it kinda works.

    If the photo has a comment it won’t accept public comments and it resets the hit counter.

    If the photo doesn’t have a comment everything appears to work correctly.

    I still need help with this.

    gemeon Friend
    #264504

    <em>@nguoiabcd 58114 wrote:</em><blockquote>Hi.
    After config as above:
    Plz open rsgcomments.class.php(componentscom_rsgallery2librsgcomments),Go to line 250:
    You will see this line:

    if (!$my->id) return;

    Change to

    if ((!$my->id)&&(!$rsgConfig->get("comment_allowed_public"))) return;

    I will update that bug into newest version
    Good luck</blockquote>

    I dont’t have this line?!?!:confused: I use Joomla 1.0.x

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  gemeon 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum