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/Dislike System for PunBB and PhpBB2

+8
Ikerepc
msedgley
tommycoo
J0k3R^
Trane1998
Derri
zenzo
iPur3Talent
12 posters

Go down

Like/Dislike System for PunBB and PhpBB2

New Like/Dislike System for PunBB and PhpBB2 Left1191%New Like/Dislike System for PunBB and PhpBB2 Right11 91% 
[ 20 ]
New Like/Dislike System for PunBB and PhpBB2 Left119%New Like/Dislike System for PunBB and PhpBB2 Right11 9% 
[ 2 ]
 
Total Votes : 22
 
 
Poll closed

New Like/Dislike System for PunBB and PhpBB2 Empty New Like/Dislike System for PunBB and PhpBB2

Post by iPur3Talent February 23rd 2013, 7:31 pm

I feel that the New Like/Dislike System should be integrated into PunBB as well as PhpBB2 instead of just being able to be used in PhpBB3 and in Invision. I noticed this from the tutorial below.

https://help.forumotion.com/t108561-a-new-like-dislike-system-phpbb3-and-invision#709635

I truly feel that it would be more benificial if it would work on PunBB and PhpBB2 as well for those users who don't necessarily like PhpBB3 or Invision.

Thoughts? Opinions?
iPur3Talent
iPur3Talent
Forumember

Posts : 91
Reputation : 3
Language : English

http://ultimategaming.forumotion.com/

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by zenzo February 23rd 2013, 10:16 pm

try this for punbb

ACP > Modules > Javascript Management
Code:
var avacweb_like_system = {
  dom_ready : false,
  vote_singular : 'Like',
  vote_plural : 'Likes',
  callback : function(vote, new_button) {
      $('.corners-bottom', vote.parentNode.parentNode).before(new_button);
  }
};
$(function() { avacweb_like_system.dom_ready = true; });
$.getScript('http://www.avacweb.net/likesystem');


ACP > Display > Colors > CSS Stylesheet, and put this in your CSS:
Code:
.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;
 }
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by iPur3Talent February 25th 2013, 1:13 am

That code didn't work so I still wanna keep this thread going.
iPur3Talent
iPur3Talent
Forumember

Posts : 91
Reputation : 3
Language : English

http://ultimategaming.forumotion.com/

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by Derri February 25th 2013, 1:49 am

iPur3Talent wrote:That code didn't work so I still wanna keep this thread going.

Are you sure you had javascript enabled?
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by iPur3Talent February 26th 2013, 9:36 pm

Yeah, I made sure that the Javascript was enabled.
iPur3Talent
iPur3Talent
Forumember

Posts : 91
Reputation : 3
Language : English

http://ultimategaming.forumotion.com/

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by zenzo March 31st 2013, 12:41 pm

iPur3Talent wrote:That code didn't work so I still wanna keep this thread going.

are you sure?


please take a look at here
https://help.forumotion.com/t122263-new-like-dislike-problem-punbb#809820

i made it work with the help of LGforum and Sanket
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by Trane1998 April 10th 2013, 3:56 pm

hello
PhpBB2 to the code?
Trane1998
Trane1998
Forumember

Male Posts : 40
Reputation : 1
Language : Hungary, English(google translate)

http://www.tuticsere.com/

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by zenzo April 11th 2013, 1:30 am

Trane1998 wrote:hello
PhpBB2 to the code?

i guess its not possible now

you can upgrade your version into PunBB

its almost desame, you can also edit templates
zenzo
zenzo
Forumember

Posts : 564
Reputation : 13
Language : english,tagalog
Location : philippines

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by J0k3R^ April 25th 2013, 4:19 pm

it didnt work for me too
i use punbb
J0k3R^
J0k3R^
Forumember

Male Posts : 742
Reputation : 28
Language : Greek > English > Russian > Spanish
Location : C:\>r00t

http://fmplanet.forumgreek.com

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by tommycoo May 3rd 2013, 9:28 am

I thought Dion was able to do it in punbb Very Happy
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by msedgley August 28th 2013, 5:34 pm

i could really use this
msedgley
msedgley
Forumember

Female Posts : 618
Reputation : 35
Language : English
Location : UK

http://www.rateoffire.com

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by Ikerepc August 28th 2013, 5:38 pm

I vote yes.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by Van-Helsing October 21st 2013, 9:00 pm

Can you make the code also for phpbb2?

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by ddoesmc October 30th 2013, 12:54 am

Can you make a code for phpbb 3?
ddoesmc
ddoesmc
Forumember

Male Posts : 283
Reputation : 11
Language : Mainly english
Location : New Jersey

http://www.officialmc.forumotion.com

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by SLGray October 30th 2013, 1:04 am

ddoesmc wrote:Can you make a code for phpbb 3?
The tutorial already works on phpBB 3 and Invision.


Last edited by SLGray on October 30th 2013, 1:05 am; edited 1 time in total


New Like/Dislike System for PunBB and 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 : 51493
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by ddoesmc October 30th 2013, 1:04 am

ok
ddoesmc
ddoesmc
Forumember

Male Posts : 283
Reputation : 11
Language : Mainly english
Location : New Jersey

http://www.officialmc.forumotion.com

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by Van-Helsing October 30th 2013, 1:08 am

Please edit the title of this post because its reffered to Punbb and PHPBB2.

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

New Like/Dislike System for PunBB and PhpBB2 Empty Re: New Like/Dislike System for PunBB and PhpBB2

Post by Jophy May 15th 2014, 7:53 am

If a member wants to submit new tutorial for these versions, then they can submit it to us.

Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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