Log in

View Full Version : [Question] Postbit problem


Dutch_Boy
08-01-2010, 08:49 AM
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:

<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />

This little code is the problem. When i remove it the problem is gone. Now i wanna know what happens when i remove it for good. Can this cause any other problems on my forum?

Here i little more code so you know where you can find it:

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>

Kind regards,

Dutch_Boy.

Dutch_Boy
08-01-2010, 08:56 AM
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?

Lynne
08-01-2010, 02:03 PM
This is something you need to ask in the modification thread, not out here in the main forums.

Dutch_Boy
08-01-2010, 06:33 PM
can you plz move the topic? And leave a link for a few days in this forum.

Dutch_Boy
08-03-2010, 04:40 PM
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 ;)

Hippy
08-03-2010, 09:28 PM
try this
change
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
to
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />

Dutch_Boy
08-04-2010, 03:20 PM
To bad there is not a thanks addon on the forum because i wanna give you 1000 thanks !! :D

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.

Hippy
08-04-2010, 07:16 PM
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

Neo_obs
08-08-2010, 05:48 PM
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.

Hippy
08-12-2010, 07:22 PM
looking forward to make the arcade better
thanks Neo_obs