jl255
03-25-2009, 07:48 AM
There seems to be a bug with the reputation system with GARS. I know that it can be found in the tools module. However this is what i observe:
For some members, the reputation link appears in the tools module. HOWEVER, it does not allow adding of reputation when you click. Rather it goes to a page that says how much reputation has been added for the article instead of the usual drop-down box. Looking at the source code, there is something funny:
<td class="alt1" style="font-size: 8pt;"><img class="inlineimg" border="0" src="http://www.abc.com/images/sgclub1/buttons/reputation.gif" alt="" /> <a href="http://www.abc.com/reputation.php?p=2110493" rel="nofollow">Add to Clumpsyjoe Reputation</a> </td>
The entire portion of the code found in the GARS_tools template:
<a href="infraction.php?$session[sessionurl]do=report&p=$post[postid]" rel="nofollow">
is missing before the reputation image. Is there a problem with the variable?
That is not all, for SOME other members, the reputation button don't even appear! It just doesn't show. Not sure which members, but I've identified at least one other member that has happened.
Any ideas?
For some members, the reputation link appears in the tools module. HOWEVER, it does not allow adding of reputation when you click. Rather it goes to a page that says how much reputation has been added for the article instead of the usual drop-down box. Looking at the source code, there is something funny:
<td class="alt1" style="font-size: 8pt;"><img class="inlineimg" border="0" src="http://www.abc.com/images/sgclub1/buttons/reputation.gif" alt="" /> <a href="http://www.abc.com/reputation.php?p=2110493" rel="nofollow">Add to Clumpsyjoe Reputation</a> </td>
The entire portion of the code found in the GARS_tools template:
<a href="infraction.php?$session[sessionurl]do=report&p=$post[postid]" rel="nofollow">
is missing before the reputation image. Is there a problem with the variable?
That is not all, for SOME other members, the reputation button don't even appear! It just doesn't show. Not sure which members, but I've identified at least one other member that has happened.
Any ideas?