How to get a like button on the phpBB2?
+2
Derri
ForeverPotterLock
6 posters
Page 3 of 3
Page 3 of 3 • 1, 2, 3
How to get a like button on the phpBB2?
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?
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?
Re: How to get a like button on the phpBB2?
Wonderful Michael! Works perfectly.
To recap as there were some changes up thread and got sort of confusing.
Java
CSS
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;
}
Re: How to get a like button on the phpBB2?
The like button is still not showing up
I do have a test account with administrative abilities, if wanted.
I do have a test account with administrative abilities, if wanted.
Re: How to get a like button on the phpBB2?
Actually, working now but it doesn't have a backdrop... http://prntscr.com/74i2uz
Re: How to get a like button on the phpBB2?
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 ?
Re: How to get a like button on the phpBB2?
its not that hard your Genius alreadyAPE 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 ?
don`t misunderstand
you can just open the link
- Code:
http://micsoft.is-best.net/like
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
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: How to get a like button on the phpBB2?
Thank you i have the files on my system aswell to make sure this don't die again
can i now mark this as solved ?
@ForeverPotterLock
can i now mark this as solved ?
@ForeverPotterLock
Re: How to get a like button on the phpBB2?
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
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
i hope this link never die since my whole site and work is on it
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
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: How to get a like button on the phpBB2?
No it was not a silly reply lol we thank you for your time and help
APE
APE
Re: How to get a like button on the phpBB2?
Actually, working now but it doesn't have a backdrop... http://prntscr.com/74i2uz
Re: How to get a like button on the phpBB2?
can you please send me a test account with admin powers by PM so I can take a look for you ?
Re: How to get a like button on the phpBB2?
@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
APE
Page 3 of 3 • 1, 2, 3
Similar topics
» Facebook like button for Phpbb2?
» Online/Offline button for phpbb2
» making a bump Button for just one part of the forum... in phpBB2
» "Back to Top" Button too small and too near "Report" button.
» Adding a reply button next to the quote button to automatically tag users?
» Online/Offline button for phpbb2
» making a bump Button for just one part of the forum... in phpBB2
» "Back to Top" Button too small and too near "Report" button.
» Adding a reply button next to the quote button to automatically tag users?
Page 3 of 3
Permissions in this forum:
You cannot reply to topics in this forum