New Like function for PHPbb2
3 posters
Page 1 of 1
New Like function for PHPbb2
Hello dear team,
I found this thread ( Link ) and tried to install this function into my phpbb2 forum (weimaranerforum ) by taking this tut (Link ) and just changing this code:
to this:
but nothing happens in my forum....
Can somebody pls help me out?
Thanks
Susanne
I found this thread ( Link ) and tried to install this function into my phpbb2 forum (weimaranerforum ) by taking this tut (Link ) and just changing this code:
- 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');
to this:
- 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://www.avacweb.net/like');
but nothing happens in my forum....
Can somebody pls help me out?
Thanks
Susanne
Last edited by Susanne on September 10th 2014, 6:56 pm; edited 1 time in total
Re: New Like function for PHPbb2
The tutorial is only for phpBB3 and Invision.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: New Like function for PHPbb2
Hello Susanne,
Try replacing your script by :
Try replacing your script by :
- 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');
Re: New Like function for PHPbb2
Hello Ange Tuteur,
Thank you so much!! It worked.
Can you also please tell me how to change the CSS so that the Like looks like here in this help-forum?
Thanks from a happy Susanne
Thank you so much!! It worked.
Can you also please tell me how to change the CSS so that the Like looks like here in this help-forum?
Thanks from a happy Susanne
Re: New Like function for PHPbb2
You're welcome.
That will be hard since the support uses a different script for Phpbb3.
That will be hard since the support uses a different script for Phpbb3.
Similar topics
» almost there the new likesystem for phpbb2
» want to change "+" and "-" on phpbb2
» Removal of the legend (phpBB2)
» How to get a like button on the phpBB2?
» help facebook like every topic for phpbb2
» want to change "+" and "-" on phpbb2
» Removal of the legend (phpBB2)
» How to get a like button on the phpBB2?
» help facebook like every topic for phpbb2
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum