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.

New Like function for PHPbb2

3 posters

Go down

Solved New Like function for PHPbb2

Post by Susanne September 10th 2014, 2:40 pm

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: 
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.... Sad

Can somebody pls help me out?

Thanks
Susanne


Last edited by Susanne on September 10th 2014, 6:56 pm; edited 1 time in total
Susanne
Susanne
New Member

Female Posts : 8
Reputation : 1
Language : english
Location : Denmark

http://weimaraner.123.st

Back to top Go down

Solved Re: New Like function for PHPbb2

Post by SLGray September 10th 2014, 5:55 pm

The tutorial is only for phpBB3 and Invision.


New Like function for PHPbb2 Slgray10

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

Male Posts : 51500
Reputation : 3523
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: New Like function for PHPbb2

Post by Ange Tuteur September 10th 2014, 6:01 pm

Hello Susanne,

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');
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: New Like function for PHPbb2

Post by Susanne September 10th 2014, 6:29 pm

Hello Ange Tuteur, 

:wouhou: :wouhou: 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
Susanne
Susanne
New Member

Female Posts : 8
Reputation : 1
Language : english
Location : Denmark

http://weimaraner.123.st

Back to top Go down

Solved Re: New Like function for PHPbb2

Post by Ange Tuteur September 10th 2014, 6:34 pm

You're welcome. Smile

That will be hard since the support uses a different script for Phpbb3.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: New Like function for PHPbb2

Post by Susanne September 10th 2014, 6:54 pm

Ok - Thank you anyway Smile thumleft :rose:

Greetings from Denmark
Susanne
Susanne
Susanne
New Member

Female Posts : 8
Reputation : 1
Language : english
Location : Denmark

http://weimaraner.123.st

Back to top Go down

Solved Re: New Like function for PHPbb2

Post by Ange Tuteur September 10th 2014, 7:10 pm

You're welcome ^^

Topic archived

Have a great day. Smile
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum