The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
When I click to give someone reputation, I enter the comment click submit, then I get taken to a page that says this
Code:
<?xml version="1.0" encoding="windows-1252" ?> - <root> <postid>39841</postid> - <cell0> - <![CDATA[ <div> </div> ]]> </cell0> - <cell1> - <![CDATA[ <div> Test</div> ]]> </cell1> <rep>pos</rep> <clr>white</clr> <bclr>green</bclr> <legend>Comments</legend> </root> |
#2
|
||||
|
||||
![]()
Your reputation link appears to be broken in some way. Try reverting the template for the postbit type you use: postbit OR postbit_legacy
|
#3
|
|||
|
|||
![]()
Anyway to do it manually? just for the reputation link?
|
#4
|
||||
|
||||
![]()
Here is my (working) code for giving rep from the postbit legacy template;
Code:
<if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"> <a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"> <img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /> </a></span> |
#5
|
|||
|
|||
![]()
I'm not trying to link to anything, That I know of
Code:
<if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span> |
#6
|
||||
|
||||
![]()
yeah your code appears identical, it's not a problem with the template.
|
#7
|
|||
|
|||
![]()
It actually gives the person the reputation, but it just takes you to a white page with the code I posted at the top.
What's actually are you supposed to see, one you add the rep? |
#8
|
||||
|
||||
![]()
You just get a popup "OK" box that says "Thank you for adding reputation to this user..." - The page isn't supposed to change.
|
#9
|
|||
|
|||
![]()
Ahh ok, Anyone else got any ideas?
|
#10
|
||||
|
||||
![]()
well I can tell you the 'official' line from the support people will be to create a new/default style with no customizations and try it there... if it works then it's something to do with your style, which is unlikely but possible... if it still doesn't work submit an official support ticket at vbulletin.com. In truth it wouldn't hurt to crate the default style and try to at least confirm where the problem lies. In styles and templates go to add new style- make sure it has no parent style, and you will get the default/original skin.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|