Technical Details
Forum version : #phpBB2Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : All members
Screenshot :
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.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
Please help!