Question reputation dosen't work

Status
Not open for further replies.

Zoul

Customer
Hello Beliazor
I tried incerrer reputation part in the program:

<div class="info">
<div class="cont-rep">
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
<vb:each from="reputationdisplay" value="row">
<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
</vb:each>
</span>
</vb:if>
</div>
</div>
Unfortunately it does not work

Would there be an idea to help me out?
 
Can you please be more specific than "doesn't work"? Any error messages? No output?

If you've added a new view and it doesn't show up, and you've previously customised the display via the UserCP, you'll need to go there and save it again with the new block added.
 
Currently I use the original addon.

DJ's Dynamic Tab Content for Postbit_Legacy - vBulletin.org Forum

Here is the result:

Captureaaa.png


as you can see I have integrated the reputation in a tab
when in "manage view" in cpadmin I add a new view "reputation"

Captureeeeeeeeeeeeeeeeeeeed.png


I have a display problem of reputation (if that is in this tag: <div class="cont-rep">) which does not appear

Captureaazaa.png


In fact I feel that the variable does not work in postbit Tabs.

*****

I wish to ask you possibly an improvement.
It might been that we can have a variable postbit Tabs has placed in the template postbit legacy
(as in vbsout to place the tab portbit or desired)

it would put all the information in the tabs directly under the avatar. (like I have now with dj ...)
 
Since all the other tabs appear to have vanished, that indicates a problem with the HTML, e.g. an unclosed tag. Please double-check the HTML code to make sure all open tags are closed correctly.
 
other tabs are not active
I activated the first tab to explain my display problem with the reputation

in fact at the moment I do not-have to activate the program as I have not succeeded in the parrametrer correctly to-have all relevant information.
 
I understand
but I tell you that my capture I only have to enabled

Anyway, I again otherwise.

to go clean.
If I put the original template (I tried last night)
I postbit active Tabs.
I create a new view with a code to it (The code is correct):
<div class="info">
<div class="cont-rep">
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
<vb:each from="reputationdisplay" value="row">
<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" /> {vb : raw row.rowend}
</vb: each>
</span>
</vb: if>
</div>
</div>


I even tried just the original template code

<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
<vb:each from="reputationdisplay" value="row">
<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
</vb:each>
</span>
</vb:if>

reputation is not displayed if the view is active in a tab.

tell you a html code elsewhere?
because with the original template and the original reputation code, I can not be more just.
 
Try only using
Code:
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
<vb:each from="reputationdisplay" value="row">
<img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
</vb:each>
</span>
 
Hello Fillip H.

I just installed the latest update
despite the removal of the condition, the party reputation does not always work
there are currently posted as postbit_tab

Captureytree-ygfd.png
 
Status
Not open for further replies.

Legacy Postbit Tabs

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
497
Customer rating
0.00 star(s) 0 ratings
Back
Top