Improved Reputation issue
3 posters
Page 1 of 1
Improved Reputation issue
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome
Who the problem concerns : All members
Forum link : ( link is hidden, you must reply to see )
Description of problem
Hi.I installed Improved Reputation from this tutorial improved reputation
It works. But it replaced existing reputation and starts from "0".
Is it possible to continue count from previous reputation score?
thanks
Last edited by spryima on October 2nd 2016, 12:34 pm; edited 1 time in total
Re: Improved Reputation issue
I believe it should not change the count if there were already some before you installed the tutorial.
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: Improved Reputation issue
It is.SLGray wrote:I believe it should not change the count if there were already some before you installed the tutorial.
I'll show the previous version of reputation. May be it helps.
CSS
- Code:
.vote .vote-bar {
border: none !important;
font-size: 12px !important;
height: auto !important;
margin: 0 !important;
padding: 0 0px !important;
width: auto !important;
float: left;
}
.vote {
float: right !important;
width: auto !important;
text-align: right !important;
text-shadow: 1px 1px 0 rgba(102, 102, 102, 0.5);
font-family: Helvetica, Arial, sans-serif;
display: inline-block;
color: #333 !important;
position: relative;
margin: 0 10px 0 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
text-decoration: none;
height: 34px;
line-height: 34px;
}
.vote:after {
display: inline-block;
border: 0px solid;
border-color: transparent transparent transparent;
height: 0;
width: 0;
position: absolute;
right: -24px;
top: 0;
content: "";
}
.vote .vote-button {
font-weight: 700;
text-align: center;
float: left;
height: 24px;
width: 24px;
line-height: 24px;
margin: 5px;
border-radius: 4px;
}
.vote-button:hover {
opacity: 0.4;
}
.vote-button a {
display: block;
width: 24px;
height: 24px;
}
.like {
padding-left: 20px;
background: transparent url(http://i39.servimg.com/u/f39/16/54/26/99/heart_10.png) no-repeat left center;
background-size: 50% auto;
}
Java Script
- Code:
$(document).ready(function() {
$('.vote').each(function() {
if ($(this).find('.votebase').length > 0) {
$(this).find('.like').html(/[0-9]+/.exec($(this).find('.votebase').html().replace('Post rating: 100% (',''))[0]);
}
else {}
});
});
It always reloaded the page with information that "your voice is accepted", so I've decided to change it to improved version.
Re: Improved Reputation issue
I've collected additional information.
It adds +1 after voting, but if I refresh the page it becomes "0" again. But I can't vote again for that message.
It adds +1 after voting, but if I refresh the page it becomes "0" again. But I can't vote again for that message.
Re: Improved Reputation issue
Hello,
Is this issue solved? I noticed the topic has been marked with the solved icon. Please reply within 24 hours.
-Brandon
Is this issue solved? I noticed the topic has been marked with the solved icon. Please reply within 24 hours.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Improved Reputation issue
Ok, thanks for confirming.
Topic solved and archived ~ brandon_g
|
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Similar topics
» Requesting Improved Background
» Naruto: Ninja Generation V.3.0.1 New and Improved (Finished and Running)
» Snow Script for Forums/Decoration Issue/Coding Issue
» Registration does not work still
» Ad Issue
» Naruto: Ninja Generation V.3.0.1 New and Improved (Finished and Running)
» Snow Script for Forums/Decoration Issue/Coding Issue
» Registration does not work still
» Ad Issue
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum