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
Sir. Mayo
TheShaka
6 posters

    Like system problem

    TheShaka
    TheShaka
    Forumember


    Male Posts : 412
    Reputation : 6
    Language : polish

    Solved Like system problem

    Post by TheShaka March 5th 2014, 5:23 pm

    Hi i have problem with the like system, the like system does not work for me and i don't know why.
    forum link: click here
    Like system guide:

    https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision#709635

    any suggestions?


    Last edited by TheShaka on March 6th 2014, 6:25 pm; edited 1 time in total
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Like system problem

    Post by Sir. Mayo March 5th 2014, 5:49 pm

    The reason that it is not working is that your forum type is phbb2 and it does not work for that forum type.
    TheShaka
    TheShaka
    Forumember


    Male Posts : 412
    Reputation : 6
    Language : polish

    Solved Re: Like system problem

    Post by TheShaka March 5th 2014, 6:03 pm

    Sir. Mayo wrote:The reason that it is not working is that your forum type is phbb2 and it does not work for that forum type.
    This one is phpbb3
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Like system problem

    Post by Sir. Mayo March 5th 2014, 6:06 pm

    Humm then can you please past the codes you used not the ONES from the post but the ones you added to your forum maybe something went wrong there. Smile
    TheShaka
    TheShaka
    Forumember


    Male Posts : 412
    Reputation : 6
    Language : polish

    Solved Re: Like system problem

    Post by TheShaka March 5th 2014, 6:11 pm

    Java
    Like system problem Befdu10

    CSS:
    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;
        }
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Like system problem

    Post by Sir. Mayo March 5th 2014, 7:50 pm

    Can you copy and paste the javascript code as compared to a screen shot. Smile
    TheShaka
    TheShaka
    Forumember


    Male Posts : 412
    Reputation : 6
    Language : polish

    Solved Re: Like system problem

    Post by TheShaka March 5th 2014, 7:54 pm

    Sir. Mayo wrote:Can you copy and paste the javascript code as compared to a screen shot. Smile

    Java:
    Code:
    var like_version = 'phpbb3';
    var DOM_IS_READY = false;
    $(function(){DOM_IS_READY=true;});
    var vote_singular = 'Like';
    var vote_plural = 'Likes';
    $.getScript('http://www.avacweb.net/like');
    masesm
    masesm
    Forumember


    Male Posts : 75
    Reputation : 7
    Language : Java, C++, C#, Python, JavaScript, PHP, MySQL, AWS
    Location : United States

    Solved Re: Like system problem

    Post by masesm March 6th 2014, 12:57 am

    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16208
    Reputation : 1832
    Language : French, English

    Solved Re: Like system problem

    Post by Shadow March 6th 2014, 11:03 am

    Hi

    This forum http://seiya.forumpl.net/ is a prosilver forum (PhpBB2)
    This tutorial works only for PhpBB3 & Invision Forum


    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Like system problem

    Post by Sir. Mayo March 6th 2014, 4:10 pm

    TheShaka wrote:
    Sir. Mayo wrote:Can you copy and paste the javascript code as compared to a screen shot. Smile

    Java:
    Code:
    var like_version = 'phpbb3';
    var DOM_IS_READY = false;
    $(function(){DOM_IS_READY=true;});
    var vote_singular = 'Like';
    var vote_plural = 'Likes';
    $.getScript('http://www.avacweb.net/like');
    Yes as buttercup said your forum is a phbb2 forum and this tut Does NOT work on Phbb2
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Like system problem

    Post by Ange Tuteur March 6th 2014, 4:10 pm

    Are you sure ? I've detected selectors present in version phpbb3. In particular : #wrap which contains the body content and .forabg for categorized forums.

    TheShaka,

    Do you have the reputation system activated ?
    Administration panel > Modules > points and reputation > Reputation

    Tick 'yes' for 'Activate reputation system' and save.

    Like system problem Captu374
    Sir. Mayo
    Sir. Mayo
    Forumember


    Male Posts : 978
    Reputation : 90
    Language : English, Some french.
    Location : you can also reach me on snoonet's irc server. I idle in #Techsupport Username is Vault108

    Solved Re: Like system problem

    Post by Sir. Mayo March 6th 2014, 4:18 pm

    As far as i know its not able to work on phbb2, i have tried it on a phbb2 forum with the rep system  is actvaited?
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: Like system problem

    Post by Ange Tuteur March 6th 2014, 4:29 pm

    First post :
    TheShaka wrote:Hi i have problem with the like system, the like system does not work for me and i don't know why.
    forum link: click here
    Like system guide:

    https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision#709635

    any suggestions?

    Sir. Mayo wrote:As far as i know its not able to work on phbb2, i have tried it on a phbb2 forum with the rep system  is actvaited?

    Foru provided is phpbb3, unless is phpbb2 with phpbb3 template ^^
    TheShaka
    TheShaka
    Forumember


    Male Posts : 412
    Reputation : 6
    Language : polish

    Solved Re: Like system problem

    Post by TheShaka March 6th 2014, 6:23 pm

    Buttercup wrote:Hi

    This forum http://seiya.forumpl.net/ is a prosilver forum (PhpBB2)
    This tutorial works only for PhpBB3 & Invision Forum


    Like system problem Dsf10
    @Ange Tuteur
    thanks work
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51555
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: Like system problem

    Post by SLGray March 6th 2014, 7:35 pm

    Problem solved & topic archived.



    Like system problem Slgray10

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

      Current date/time is November 14th 2024, 8:40 pm