almost there the new likesystem for phpbb2
3 posters
Page 1 of 1
almost there the new likesystem for phpbb2
we all read about
https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision
and most know there is only code for phpbb3 and invision but if you own punbb
just change the part
i find out the main code is on that link
http://www.avacweb.net/like
so i toke a copy of it and make in
http://micsoft.xp3.biz/like
you will see i made little change
first
$('.lglike', vote.parentNode).html( total_button ) : null;
to
$('.postbody div', vote.parentNode).html( total_button ) : null;
it worked but the problem is the like take over the post like this one
http://micsoft-test.allgoo.net/t1-your-first-subject
if any one have idea to try please do it
https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision
and most know there is only code for phpbb3 and invision but if you own punbb
just change the part
- Code:
var like_version = 'invision';
- Code:
var like_version = 'punbb';
i find out the main code is on that link
http://www.avacweb.net/like
so i toke a copy of it and make in
http://micsoft.xp3.biz/like
you will see i made little change
first
- Code:
var like_version = 'phpbb2';
$('.lglike', vote.parentNode).html( total_button ) : null;
to
$('.postbody div', vote.parentNode).html( total_button ) : null;
it worked but the problem is the like take over the post like this one
http://micsoft-test.allgoo.net/t1-your-first-subject
if any one have idea to try please do it
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: almost there the new likesystem for phpbb2
i guess i`m not good in explain things
is there any one have tried to some thing like that before
because i think we can do something good
we might be able to make work for phpbb2
is there any one have tried to some thing like that before
because i think we can do something good
we might be able to make work for phpbb2
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: almost there the new likesystem for phpbb2
I believe that information you saw deals with the like system on Avacweb which is not available now. The founder who created the code said that the code will not work because of an external server issue.
If you had read the whole page, you would have notice this:
If you had read the whole page, you would have notice this:
Use of this script is allowed only through reference (via src, or HTTP Request) of avacweb.net/like URL.
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: almost there the new likesystem for phpbb2
will i dont think i understand every thingSLGray wrote:I believe that information you saw deals with the like system on Avacweb which is not available now. The founder who created the code said that the code will not work because of an external server issue.
If you had read the whole page, you would have notice this:Use of this script is allowed only through reference (via src, or HTTP Request) of avacweb.net/like URL.
but the Script via http://micsoft.xp3.biz/like is works as i see
the only problem still on phpbb2 i still can not make work good
right now its take over the posts as you see in the test forum
i tried tr.post and te.post .postbody they didnt work also signtrue didn`t work
i wander about the rest of places of the topic tools i could use to add the like system in phpbb2 i hope ange try find some tips that could be used
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: almost there the new likesystem for phpbb2
for bump
thanks
thanks
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: almost there the new likesystem for phpbb2
This means that it is the system used by Avacweb. I used it on one of my forums before there was an issue with the external server. LGForum said that he has not have time to fix it.LGForum wrote:Use of this script is allowed only through reference (via src, or HTTP Request) of avacweb.net/like URL.
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: almost there the new likesystem for phpbb2
and I believe in my own way if they wont fix it why dont we try betterSLGray wrote:This means that it is the system used by Avacweb. I used it on one of my forums before there was an issue with the external server. LGForum said that he has not have time to fix it.LGForum wrote:Use of this script is allowed only through reference (via src, or HTTP Request) of avacweb.net/like URL.
and i have good news for all the 1st time i tried to edit i was have problem that the like System was take over the topic and hide what in topic or replay
now i made to make topic or replay not be hiding but still repeats like this
now the only thing left to me is how to make it never repeat and be once peer topic and reply i still need tips
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: almost there the new likesystem for phpbb2
Writing :
Should suffice.
- Code:
$('.vote', vote.parentNode).next().after( total_button ) : null;
Should suffice.
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Similar topics
» there is phpbb2?
» How to get a like button on the phpBB2?
» Advertising on PHPBB2 code
» Facebook like button for Phpbb2?
» want to change "+" and "-" on phpbb2
» How to get a like button on the phpBB2?
» Advertising on PHPBB2 code
» Facebook like button for Phpbb2?
» want to change "+" and "-" on phpbb2
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum