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.

Liking system for phpBB2 doesn't work?

2 posters

Go down

In progress Liking system for phpBB2 doesn't work?

Post by Moku July 10th 2015, 10:33 am

Technical Details

Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Screenshot : Liking system for phpBB2 doesn't work? 2O34fhd
Forum link : http://hcadforum.forumotion.com

Description of problem

Alright so I followed this thread in a hope that I will install the liking system to my forum, but there appears to be a problem. I keep getting the generic + | - buttons, which is strange because I have everything enabled. Below are my settings.

Liking system for phpBB2 doesn't work? Eb2v5nx
Liking system for phpBB2 doesn't work? RX1pqVP
Liking system for phpBB2 doesn't work? KLBE0Si
Liking system for phpBB2 doesn't work? QQpBLDA

JS Code:
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');

CSS Code:
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;
 }

I also tried to replace this part
Code:
$.getScript('http://micsoft.xp3.biz/like');

with
Code:
$.getScript('http://www.avacweb.net/like');

but that was no help as it just removed even the + | - buttons.

I am trying to achieve this at the bottom of the post
Liking system for phpBB2 doesn't work? EQCTCHy

Please help!
Moku
Moku
New Member

Female Posts : 18
Reputation : 2
Language : English
Location : United Kingdom

http://hcadforum.forumotion.com

Back to top Go down

In progress Re: Liking system for phpBB2 doesn't work?

Post by Ange Tuteur July 10th 2015, 1:34 pm

Hi @Moku,

@Michael_vx was the one who was hosting the script for phpbb2, but his old site isn't available anymore. He did however, post an updated link here : https://help.forumotion.com/t141501-like-button-disappeard#963616
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
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