This is a Hitskin.com skin preview
Install the skin • Return to the skin page
4 posters
Like Button Prob
..Sush..- Forumember
- Posts : 41
Reputation : 1
Language : Eng,hindi
Location : Heart
- Post n°1
Like Button Prob
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°2
Re: Like Button Prob
Are you using the "Thank" button?
If so, then you can change that image by going ACP --> Display --> Pics Management --> Advanced --> Buttons --> "Thanks Button" --> Change it to whatever you want.
If so, then you can change that image by going ACP --> Display --> Pics Management --> Advanced --> Buttons --> "Thanks Button" --> Change it to whatever you want.
..Sush..- Forumember
- Posts : 41
Reputation : 1
Language : Eng,hindi
Location : Heart
- Post n°3
Re: Like Button Prob
Ya.. Thanx n thanked 2 pics is der.. Bt ,in my forum thanks button also not showing
mist3r0us_b0y- Forumember
- Posts : 747
Reputation : 19
Language : english
- Post n°4
Re: Like Button Prob
To install it, you'll need to visit ACP > Modules > Javascript Management. Make a new Javascript, and tick 'In the topics' only.
Put this Javascript in, and then follow the further instructions below.
Depending on your forum version you must change this line:
$('.corners-bottom', vote.parentNode.parentNode).before(new_button);
For Invision change it to this: $(vote.parentNode.parentNode.parentNode.nextSibling.lastChild).prepend('<li>' + new_button+ '</li>')
For PunBB change it to this: $('.postfoot', vote.parentNode.parentNode.parentNode.parentNode).before( new_button )
After saving the Javascript, visit ACP > Display > Colors > CSS Stylesheet, and put this in your CSS:
(These code are provided by LG Forum)
Put this Javascript in, and then follow the further instructions below.
- 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');
Depending on your forum version you must change this line:
$('.corners-bottom', vote.parentNode.parentNode).before(new_button);
For Invision change it to this: $(vote.parentNode.parentNode.parentNode.nextSibling.lastChild).prepend('<li>' + new_button+ '</li>')
For PunBB change it to this: $('.postfoot', vote.parentNode.parentNode.parentNode.parentNode).before( new_button )
After saving the Javascript, visit 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;
}
(These code are provided by LG Forum)
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°5
Re: Like Button Prob
The thanks button only shows for the original poster of that specific thread (the person who created the thread). If you'd like a like button like facebooks that shows up on every post then follow the post quoted below...Sush.. wrote:Ya.. Thanx n thanked 2 pics is der.. Bt ,in my forum thanks button also not showing
I think he is talking about the thanks button and not the actual like button. I think the poster might have confused the two.mist3r0us_b0y wrote:To install it, you'll need to visit ACP > Modules > Javascript Management. Make a new Javascript, and tick 'In the topics' only.
Put this Javascript in, and then follow the further instructions below.
Depending on your forum version you must change this line:
- 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');
$('.corners-bottom', vote.parentNode.parentNode).before(new_button);
For Invision change it to this: $(vote.parentNode.parentNode.parentNode.nextSibling.lastChild).prepend('<li>' + new_button+ '</li>')
For PunBB change it to this: $('.postfoot', vote.parentNode.parentNode.parentNode.parentNode).before( new_button )
After saving the Javascript, visit ACP > Display > Colors > CSS Stylesheet, and put this in your CSS:
Hope u got it
- 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;
}
(These code are provided by LG Forum)
..Sush..- Forumember
- Posts : 41
Reputation : 1
Language : Eng,hindi
Location : Heart
- Post n°6
Re: Like Button Prob
Derri.. M talking abt Like button..bt ,thanx button also not showin in Topic startr
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°7
Re: Like Button Prob
Create a thread and then have someone reply to it and then see if you can like their post...Sush.. wrote:Derri.. M talking abt Like button..bt ,thanx button also not showin in Topic startr
..Sush..- Forumember
- Posts : 41
Reputation : 1
Language : Eng,hindi
Location : Heart
- Post n°8
Re: Like Button Prob
Alrdy many thrds in my forum.. Bt ,no like button n no Thanx button.. * Crying *
SLGray- Administrator
- Posts : 51554
Reputation : 3524
Language : English
Location : United States
- Post n°9
Re: Like Button Prob
Did you use the correct codes for your forum's version? Do you have an Invision or a phpBB 3 forum? Also did you check the in the posts box for the JavaScript, and is JavaScript Management on? Have you activated the thanks option and reputation option in the administration panel?
P.S. What has happened to your footer links? If you are using a code to hide them, you are breaking the Terms of Service.
P.S. What has happened to your footer links? If you are using a code to hide them, you are breaking the Terms of Service.
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.
..Sush..- Forumember
- Posts : 41
Reputation : 1
Language : Eng,hindi
Location : Heart
- Post n°10
Re: Like Button Prob
My forum vrsn is punbb n i instld it in javascrpt,bt ,still like button not showing....
var avacweb_like_system = {
dom_ready : false,
vote_singular : 'Like',
vote_plural : 'Likes',
callback : function(vote, new_button) {
$('.postfoot', vote.parentNode.parentNode.parentNode.parentNode).before( new_button )
}
};
$(function() { avacweb_like_system.dom_ready = true; });
$.getScript(' http://www.avacweb.net /likesystem');
var avacweb_like_system = {
dom_ready : false,
vote_singular : 'Like',
vote_plural : 'Likes',
callback : function(vote, new_button) {
$('.postfoot', vote.parentNode.parentNode.parentNode.parentNode).before( new_button )
}
};
$(function() { avacweb_like_system.dom_ready = true; });
$.getScript(' http://www.avacweb.net /likesystem');
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°11
Re: Like Button Prob
Sush
The like button is for PHPBB3 and Invision. It isn't compatible with PunBB.
The like button is for PHPBB3 and Invision. It isn't compatible with PunBB.
Last edited by Derri on October 20th 2013, 4:38 pm; edited 1 time in total (Reason for editing : spelling error)
..Sush..- Forumember
- Posts : 41
Reputation : 1
Language : Eng,hindi
Location : Heart
- Post n°12
Re: Like Button Prob
ohkk