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
2 posters

    Liking system for phpBB2 doesn't work?

    Moku
    Moku
    New Member


    Female Posts : 18
    Reputation : 2
    Language : English
    Location : United Kingdom

    In progress Liking system for phpBB2 doesn't work?

    Post by Moku July 10th 2015, 10:33 am

    Technical Details

    Forum version : #phpBB2
    Position : Founder
    Concerned browser(s) : Google Chrome
    Who the problem concerns : All members
    Screenshot : Liking system for phpBB2 doesn't work? 2O34fhd
    Forum link : http://hcadforum.forumotion.com

    Description of problem

    Alright so I followed this thread in a hope that I will install the liking system to my forum, but there appears to be a problem. I keep getting the generic + | - buttons, which is strange because I have everything enabled. Below are my settings.

    Liking system for phpBB2 doesn't work? Eb2v5nx
    Liking system for phpBB2 doesn't work? RX1pqVP
    Liking system for phpBB2 doesn't work? KLBE0Si
    Liking system for phpBB2 doesn't work? QQpBLDA

    JS Code:
    Code:
    var like_version = 'phpbb2';
    var DOM_IS_READY = false;
    $(function(){DOM_IS_READY=true;});
    var vote_singular = 'Like';
    var vote_plural = 'Likes';
    $.getScript('http://micsoft.xp3.biz/like');

    CSS Code:
    Code:
    .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;
     }

    I also tried to replace this part
    Code:
    $.getScript('http://micsoft.xp3.biz/like');

    with
    Code:
    $.getScript('http://www.avacweb.net/like');

    but that was no help as it just removed even the + | - buttons.

    I am trying to achieve this at the bottom of the post
    Liking system for phpBB2 doesn't work? EQCTCHy

    Please help!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Liking system for phpBB2 doesn't work?

    Post by Ange Tuteur July 10th 2015, 1:34 pm

    Hi @Moku,

    @Michael_vx was the one who was hosting the script for phpbb2, but his old site isn't available anymore. He did however, post an updated link here : https://help.forumotion.com/t141501-like-button-disappeard#963616

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