The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    New Like/Dislike system does not work again?

    HrvojeP
    HrvojeP
    Forumember


    Male Posts : 161
    Reputation : 2
    Language : Croatian, English
    Location : Croatia

    Solved New Like/Dislike system does not work again?

    Post by HrvojeP November 22nd 2016, 11:21 pm

    Hi!

    Like/Dislike system (known as New system) does not work again. Does somebody know what is the problem?

    Thank you for the help.


    Last edited by HrvojeP on November 30th 2016, 3:45 pm; edited 1 time in total
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    Solved Re: New Like/Dislike system does not work again?

    Post by TheCrow November 22nd 2016, 11:38 pm

    Hello,

    Have you added any new code to your forum lately?



    New Like/Dislike system does not work again? Thecro10
     Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    HrvojeP
    HrvojeP
    Forumember


    Male Posts : 161
    Reputation : 2
    Language : Croatian, English
    Location : Croatia

    Solved Re: New Like/Dislike system does not work again?

    Post by HrvojeP November 23rd 2016, 8:02 am

    Luffy wrote:Hello,

    Have you added any new code to your forum lately?
    Hello, Luffy! Hello
    No, I did not change old or add new code.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: New Like/Dislike system does not work again?

    Post by SLGray November 23rd 2016, 8:58 pm

    Please post the link to the tutorial that you used.



    New Like/Dislike system does not work again? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    HrvojeP
    HrvojeP
    Forumember


    Male Posts : 161
    Reputation : 2
    Language : Croatian, English
    Location : Croatia

    Solved Re: New Like/Dislike system does not work again?

    Post by HrvojeP November 23rd 2016, 10:10 pm

    Hi SlGray!

    Here is tutorial I used many months ago: Like/Dislike
    This system worked few days ago.

    And this is what I have.

    This is java code, placement in topics:
    Code:
    var avacweb_like_system = {
      dom_ready : false,
      vote_singular : 'Like',
      vote_plural : 'Likes',
      callback : function(vote, new_button) {
          $('.corners-bottom', vote.parentNode.parentNode).before(new_button);
      }
    };
    $(function() { avacweb_like_system.dom_ready = true; });
    $.getScript('http://www.avacweb.net/likesystem');

    And this is CSS:
    Code:
    /* Like gumbic */
    .LGlike {
      background: #105289;
      padding: 3px;
      border-radius: 4px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      text-shadow: -1px 0.5px #888;
      box-shadow: 1px 1px 1px #888;
      cursor: pointer;
      margin-right: 4px;
     }
     .LGvote { margin: 0 5px; }
     .LGnovote {
      filter:Alpha(opacity=50);
      opacity: 0.5;
      cursor: default;
      box-shadow: none;
      text-shadow: none;
     }
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: New Like/Dislike system does not work again?

    Post by SLGray November 23rd 2016, 10:22 pm

    Ok.  Check LGForum's forum.



    New Like/Dislike system does not work again? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 22nd 2024, 8:22 pm