How to get a  like button on the phpBB2? - Page 3 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+2
Derri
ForeverPotterLock
6 posters

    How to get a like button on the phpBB2?

    ForeverPotterLock
    ForeverPotterLock
    Forumember


    Posts : 93
    Reputation : 2
    Language : English

    Solved How to get a like button on the phpBB2?

    Post by ForeverPotterLock April 12th 2015, 5:53 pm

    First topic message reminder :

    There is a like button HTML for Phpbb3 but is there one for Phpbb2?? I understand there is a generic one you can make on modules, but it's hard to see and I want mine to appear on the bottom of the post....

    So, is this possible yet? Hello Hello Hello
    Guardian-Angel
    Guardian-Angel
    Forumember


    Posts : 755
    Reputation : 15
    Language : English

    Solved Re: How to get a like button on the phpBB2?

    Post by Guardian-Angel May 12th 2015, 4:21 pm

    Wonderful Michael! Works perfectly. 

    To recap as there were some changes up thread and got sort of confusing. 

    Java 

    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.is-best.net/like');

    CSS

    Code:
    .bodyline{
        -moz-border-radius:11px;
        -webkit-border-radius: 11px;
          
            border: 1px ##3A0D59 solid;
           }
        .bodylinewidth {
           width:70%}
        .forumline{
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;}

        a.mainmenu{
        filter:alpha(opacity=100);
        -moz-opacity: 1.0;
        opacity: 1.0;
          }
        a.mainmenu:hover{
                  filter:alpha(opacity=70);
        -moz-opacity: 0.65;
        opacity: 0.65;
            }

        .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;
         }
    ForeverPotterLock
    ForeverPotterLock
    Forumember


    Posts : 93
    Reputation : 2
    Language : English

    Solved Re: How to get a like button on the phpBB2?

    Post by ForeverPotterLock May 12th 2015, 9:52 pm

    The like button is still not showing up :/ 

    I do have a test account with administrative abilities, if wanted.
    ForeverPotterLock
    ForeverPotterLock
    Forumember


    Posts : 93
    Reputation : 2
    Language : English

    Solved Re: How to get a like button on the phpBB2?

    Post by ForeverPotterLock May 12th 2015, 10:02 pm

    Actually, working now but it doesn't have a backdrop... http://prntscr.com/74i2uz
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to get a like button on the phpBB2?

    Post by Ape May 13th 2015, 12:16 am

    Hi @Michael_vx can you please send me the Script you are using by Email or by file in a pm so i can make sure the Script ban be used by us if there is any problems ?



    How to get a  like button on the phpBB2? - Page 3 Left1212How to get a  like button on the phpBB2? - Page 3 Center11How to get a  like button on the phpBB2? - Page 3 Right112
    How to get a  like button on the phpBB2? - Page 3 Ape_b110
    How to get a  like button on the phpBB2? - Page 3 Ape1010
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Solved Re: How to get a like button on the phpBB2?

    Post by Michael_vx May 13th 2015, 1:37 am

    APE wrote:Hi @Michael_vx can you please send me the Script you are using by Email or by file in a pm so i can make sure the Script ban be used by us if there is any problems ?
    its not that hard your Genius already Very Happy
    don`t misunderstand Embarassed
    you can just open the link
    Code:
    http://micsoft.is-best.net/like
    and right click then save as Smile
    then remove the .js from the file name so it would be like instead of like.js
    any way here is the file download link
    https://www.dropbox.com/s/3560us7sstwnn32/like?dl=0
    sorry for not sending it VIA PM as you requested
    one more thing its the LG original Script but with a help of Ange i was able to remake it so it work for phpbb2
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to get a like button on the phpBB2?

    Post by Ape May 13th 2015, 1:53 am

    Thank you i have the files on my system aswell to make sure this don't die again Wink

    can i now mark this as solved ?
    @ForeverPotterLock



    How to get a  like button on the phpBB2? - Page 3 Left1212How to get a  like button on the phpBB2? - Page 3 Center11How to get a  like button on the phpBB2? - Page 3 Right112
    How to get a  like button on the phpBB2? - Page 3 Ape_b110
    How to get a  like button on the phpBB2? - Page 3 Ape1010
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 659
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    Solved Re: How to get a like button on the phpBB2?

    Post by Michael_vx May 13th 2015, 2:03 am

    sorry if its not the rights for me to talk again
    i hope this link never die since my whole site and work is on it affraid
    i might die aswell
    also i hope the problem is solved
    and thanks Ape for saving the Script in your storage
    my apologize for this silly useless reply
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to get a like button on the phpBB2?

    Post by Ape May 13th 2015, 2:10 am

    No it was not a silly reply lol we thank you for your time and help Wink

    APE



    How to get a  like button on the phpBB2? - Page 3 Left1212How to get a  like button on the phpBB2? - Page 3 Center11How to get a  like button on the phpBB2? - Page 3 Right112
    How to get a  like button on the phpBB2? - Page 3 Ape_b110
    How to get a  like button on the phpBB2? - Page 3 Ape1010
    ForeverPotterLock
    ForeverPotterLock
    Forumember


    Posts : 93
    Reputation : 2
    Language : English

    Solved Re: How to get a like button on the phpBB2?

    Post by ForeverPotterLock May 13th 2015, 2:00 pm

    Actually, working now but it doesn't have a backdrop... http://prntscr.com/74i2uz
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to get a like button on the phpBB2?

    Post by Ape May 13th 2015, 2:53 pm

    can you please send me a test account with admin powers by PM so I can take a look for you ?



    How to get a  like button on the phpBB2? - Page 3 Left1212How to get a  like button on the phpBB2? - Page 3 Center11How to get a  like button on the phpBB2? - Page 3 Right112
    How to get a  like button on the phpBB2? - Page 3 Ape_b110
    How to get a  like button on the phpBB2? - Page 3 Ape1010
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to get a like button on the phpBB2?

    Post by Ape May 14th 2015, 10:07 pm

    @ForeverPotterLock ok your like button has been fixed you had about 3 or 4 of the same code in your CSS files that was fighting each other to work i have removed the files that was messing this up and re added it with the ones i had on file my end and now it looks to be working fine.

    APE



    How to get a  like button on the phpBB2? - Page 3 Left1212How to get a  like button on the phpBB2? - Page 3 Center11How to get a  like button on the phpBB2? - Page 3 Right112
    How to get a  like button on the phpBB2? - Page 3 Ape_b110
    How to get a  like button on the phpBB2? - Page 3 Ape1010
    ForeverPotterLock
    ForeverPotterLock
    Forumember


    Posts : 93
    Reputation : 2
    Language : English

    Solved Re: How to get a like button on the phpBB2?

    Post by ForeverPotterLock May 15th 2015, 11:18 pm

    Thank you, solved.
    ForeverPotterLock
    ForeverPotterLock
    Forumember


    Posts : 93
    Reputation : 2
    Language : English

    Solved Re: How to get a like button on the phpBB2?

    Post by ForeverPotterLock May 15th 2015, 11:18 pm

    Thank you, solved.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19432
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How to get a like button on the phpBB2?

    Post by Ape May 16th 2015, 1:47 am

    Topic solved and archived



    How to get a  like button on the phpBB2? - Page 3 Left1212How to get a  like button on the phpBB2? - Page 3 Center11How to get a  like button on the phpBB2? - Page 3 Right112
    How to get a  like button on the phpBB2? - Page 3 Ape_b110
    How to get a  like button on the phpBB2? - Page 3 Ape1010