Thanks Button doesn't want to appear
Page 1 of 1 • Share •
Thanks Button doesn't want to appear
Hello this is my First Post
I just want to ask question ^_^
I put this code from: avacweb.net/likesystem and no Thanks Button Appeared.
I also read, tried this topics but i dont know why nothing appeared in my forum:
http://help.forumotion.com/t142870-improve-the-reputation-system-so-it-counts-votes
http://help.forumotion.com/t143120-like-button-disappeared-again?highlight=how+to+put+thank+button
can Someone make me a Guide for this? Thanks Button?
i am using version:Phpbb3
Thanks in advanced to all who wants to helped me

I just want to ask question ^_^
I put this code from: avacweb.net/likesystem and no Thanks Button Appeared.
- Code:
/*
* A New Like/Dislike system for Forumotion Boards.
* Copyright 2015 Âby AvacWeb. All Rights Reserved.
* Use of this script is allowed only through reference (via src, or HTTP Request) of avacweb.net/likesystem URL.
* No distribution without consent from origin. Origin: LGforum - AvacWeb.com
*/
function lglike(b,a){var d=a.innerHTML;a.innerHTML="Loading...";a.onclick="#";$.get(b,function(){a.className+=" LGnovote";a.innerHTML=d;var c=a.nextSibling,b=parseInt(/\d+/.exec(c.innerHTML)[0])+1;c.innerHTML=c.innerHTML.replace(/\d+/,b)})};
function init_lg_like_system() {
for(var x = $('.vote'), i = 0, vote; (vote = x[i++]); ) {
var count = 0, plus = 0, bar = $('.vote-bar', vote)[0], button = $('.vote-button', vote)[0];
if (bar) {
var info = bar.title.match(/\d+/g);
plus = Math.round(parseInt( info[1] ) * parseInt( info[0] )) / 100;
}
button = button ? '<span onclick="lglike(\'' + button.firstChild.href + '\',this);" class="LGlike">' + avacweb_like_system.vote_singular + '</span>' : '<span class="LGlike LGnovote">' + avacweb_like_system.vote_singular + '</span>';
var votes_text = '<span class="LGlikecount">' + plus + ' ' + (plus == 1 ? avacweb_like_system.vote_singular : avacweb_like_system.vote_plural) + '</span>';
var total_button = '<div class="LGvote" style="margin:3px">' + button + votes_text + '</div>';
if(avacweb_like_system.callback) avacweb_like_system.callback(vote, total_button);
}
x.remove();
};
avacweb_like_system.dom_ready ? init_lg_like_system() : $(function () { init_lg_like_system() });
I also read, tried this topics but i dont know why nothing appeared in my forum:
http://help.forumotion.com/t142870-improve-the-reputation-system-so-it-counts-votes
http://help.forumotion.com/t143120-like-button-disappeared-again?highlight=how+to+put+thank+button
can Someone make me a Guide for this? Thanks Button?

i am using version:Phpbb3
Thanks in advanced to all who wants to helped me

Last edited by clhccphilippines on November 28th 2015, 1:40 am; edited 1 time in total
Re: Thanks Button doesn't want to appear
The thanks button will only appear to the topic starter in the posts after the first post.
Also check to make sure that you have an image for the thanks button:
AP > Display > Colors & Pictures > Pics Management
Advanced Mode
Buttons Tab
Also check to make sure that you have an image for the thanks button:
AP > Display > Colors & Pictures > Pics Management
Advanced Mode
Buttons Tab

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: Thanks Button doesn't want to appear
Hello,
How exactly did you get the link avacweb.net/likesystem ? It is just the code and I haven't seen anything like that before. Usually most of their codes are in the form of tutorials which are on avacweb.com .
-Brandon
How exactly did you get the link avacweb.net/likesystem ? It is just the code and I haven't seen anything like that before. Usually most of their codes are in the form of tutorials which are on avacweb.com .

-Brandon

Remember to mark your topic
when a solution is found.

Re: Thanks Button doesn't want to appear
i Put this in CSS:
I have Thanks button image:
And i have this Forum post no Thanks button appeared in 2nd post:

hmm, what maybe the problem? it still dont appear in me.
-------
@Brandon:
I Just paste the link then it looks like this:

by the way i am using Chrome as my browser, do browser affect the code?
and if thats not the right code, can you please give me a right code to use?
Thanks ^_^
Thanks @SLGray & @Brandon for the help
- 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 have Thanks button image:

And i have this Forum post no Thanks button appeared in 2nd post:

hmm, what maybe the problem? it still dont appear in me.

-------
@Brandon:
I Just paste the link then it looks like this:

by the way i am using Chrome as my browser, do browser affect the code?
and if thats not the right code, can you please give me a right code to use?

Thanks @SLGray & @Brandon for the help

Re: Thanks Button doesn't want to appear
Do you see the thanks button in this topic?

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: Thanks Button doesn't want to appear
Could you send me a test account for your forum so I can test it?

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: Thanks Button doesn't want to appear
@SLGray this one:
username: *i*u*l*
pw: ********
forum: http://clhccphilippines.prodiscussion.net/
i just test it post and nothings happened
and do i need to clear cookies in browser?? an error occur when i tried to register that name in chrome
i tried mozilla and no problem to register. 
username: *i*u*l*
pw: ********
forum: http://clhccphilippines.prodiscussion.net/
i just test it post and nothings happened

and do i need to clear cookies in browser?? an error occur when i tried to register that name in chrome


Last edited by clhccphilippines on November 28th 2015, 1:35 am; edited 2 times in total
Re: Thanks Button doesn't want to appear
Thanks. I have logged onto your forum.

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: Thanks Button doesn't want to appear
You did not have it activated.
AP > Modules > Points & Reputation > Reputation
Activate Thanks Button:
AP > Modules > Points & Reputation > Reputation
Activate Thanks Button:

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: Thanks Button doesn't want to appear
Thank you so Much @SLGray ^_^
Thanks for this big helped ^_^
Worked now

the problem is
if i clicked one "thanks" button, ALL the thanks button will become "Already Clicked"
in one topic?
i thought it will only thanks one single post
but i am happy vote and thanks button i can see the now
Thanks for this big helped ^_^
Worked now


the problem is

in one topic?
i thought it will only thanks one single post

but i am happy vote and thanks button i can see the now

Re: Thanks Button doesn't want to appear
Is this solved?
-Brandon
-Brandon

Remember to mark your topic
when a solution is found.

Re: Thanks Button doesn't want to appear
You can only thank one post in a topic.

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: Thanks Button doesn't want to appear
Thanks For Helping me ^_^
Keep up the good work Forumotion
Yes Solved
Keep up the good work Forumotion

Yes Solved

Re: Thanks Button doesn't want to appear
Topic solved and archived ~ brandon_g

Remember to mark your topic
when a solution is found.

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum