New Like/Dislike system does not work again?
3 posters
Page 1 of 1
New Like/Dislike system does not work again?
Hi!
Like/Dislike system (known as New system) does not work again. Does somebody know what is the problem?
Thank you for the help.
Like/Dislike system (known as New system) does not work again. Does somebody know what is the problem?
Thank you for the help.
Last edited by HrvojeP on November 30th 2016, 3:45 pm; edited 1 time in total
Re: New Like/Dislike system does not work again?
Hello,
Have you added any new code to your forum lately?
Have you added any new code to your forum lately?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: New Like/Dislike system does not work again?
Hello, Luffy!Luffy wrote:Hello,
Have you added any new code to your forum lately?
No, I did not change old or add new code.
Re: New Like/Dislike system does not work again?
Please post the link to the tutorial that you used.
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: New Like/Dislike system does not work again?
Hi SlGray!
Here is tutorial I used many months ago: Like/Dislike
This system worked few days ago.
And this is what I have.
This is java code, placement in topics:
And this is CSS:
Here is tutorial I used many months ago: Like/Dislike
This system worked few days ago.
And this is what I have.
This is java code, placement in topics:
- 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');
And this is CSS:
- Code:
/* Like gumbic */
.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;
}
Re: New Like/Dislike system does not work again?
Ok. Check LGForum's 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.
Similar topics
» Like system won't work
» Like/Dislike System
» Issue with Like & Dislike system
» Hey Guys I would like to activate and thanks system in my website how does it work
» Liking system for phpBB2 doesn't work?
» Like/Dislike System
» Issue with Like & Dislike system
» Hey Guys I would like to activate and thanks system in my website how does it work
» Liking system for phpBB2 doesn't work?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum