The Arcive of vBulletin Modifications Site. |
|
[Question] Postbit problem Details »»
|
|||||||||||||||||||||||||||
Hello,
I got a little problem with my postbit_legacy. As you can see on the picture i uploaded, the join date is not really in the right place. I did do some research and found the thing that cause the problem. postbit_legacy: Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
Here i little more code so you know where you can find it: Code:
post.username}}" />
</a>
</vb:if>
<vb:if condition="$post['userid']">
<hr />
<dl class="userinfo_extra">
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
<dt>{vb:rawphrase 'posts'}</dt> <dd>{vb:raw post.posts}</dd>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
Dutch_Boy. Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Oke more research done.
It looks like i do need it. Running ibproarcade on my forum. You can turn on the option that it shows your high scores in the postbit. When i remove the code it is gone to. Anyone another option to fix this little bug? |
|
#3
|
||||
|
||||
|
This is something you need to ask in the modification thread, not out here in the main forums.
|
|
#4
|
|||
|
|||
|
can you plz move the topic? And leave a link for a few days in this forum.
|
|
#5
|
|||
|
|||
|
Uuhh bummer lynne you moved this topic to the wrong forum
Its not the arcade mod thats causing this problem :P Its always there even when arcade mod is offline
|
|
#6
|
||||
|
||||
|
try this
change Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
Code:
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
|
|
#7
|
|||
|
|||
|
To bad there is not a thanks addon on the forum because i wanna give you 1000 thanks !!
![]() ibproarcade is still offline because of some problems. Ill check if ibproarcade postbit thing is fix to after moving to our new server. This will be in 2/3 weeks. |
|
#8
|
||||
|
||||
|
no problem my friend
Glad it worked out and you took the time to reply back the results.. When your ready I'm sure we can get you up and running 100% with any other problems you may have or run into Enjoy |
|
#9
|
|||
|
|||
|
Sadly, this doesn't really fix the issue, it just ignores it. The issue is deeper than just a template edit. Because of the way VB4 handles variables now, we have to register them. Simply put the posbit plugin is not registering the variables correctly. I will see if I can fix this in the next week.
|
|
#10
|
||||
|
||||
|
looking forward to make the arcade better
thanks Neo_obs |
![]() |
|
|