Log in

View Full Version : problem in postbit legacy


car20
12-16-2010, 07:41 PM
Hello

After of installation arcade i got problem in postbit legacy (below image )
i have extra ':' in post bit .

how do i can fix this ?

I add below code in post legacy :

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

thanks

Hippy
12-16-2010, 08:17 PM
change this code
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
to this code
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />

car20
12-17-2010, 03:19 AM
change this code
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
to this code
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />

Thanks Hippy , Very Goooooooooooooooooood :)

Daisyboo
03-14-2011, 09:18 AM
Thanks that sorted out all my postbit problems!

lgnd
02-19-2012, 11:38 AM
Bumpin' up this old thread but I have the same problem in 4.1.10 I tried the fix but it doesn't work. I have the thank you hack (https://vborg.vbsupport.ru/showthread.php?t=231666) installed and this: Postbit Legacy Poster User Info: (Centered) (https://vborg.vbsupport.ru/showthread.php?t=237042)
Any help would be really appreciated!

Hippy
02-19-2012, 11:48 AM
Bumpin' up this old thread but I have the same problem in 4.1.10 I tried the fix but it doesn't work. I have the thank you hack (https://vborg.vbsupport.ru/showthread.php?t=231666) installed and this: Postbit Legacy Poster User Info: (Centered) (https://vborg.vbsupport.ru/showthread.php?t=237042)
Any help would be really appreciated!

for starters change
post_thanks_postbit_info template to this .. over write and save..


<vb:if condition="$post['userid']">

<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>

<vb:if condition="$post['post_thanks_thanked_times'] == 1">

<dd>{vb:rawphrase post_thanks_time_post}</dd>

<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />

<dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>

<vb:else />

<dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>

</vb:if>

</vb:if>

then make sure you code is
https://vborg.vbsupport.ru/showpost.php?p=2135000&postcount=2

lgnd
02-19-2012, 12:31 PM
Thanks for your quick reply!
Replaced the template you mentioned and placed the correct code in the postbit legacy template and still nothing...
Just came into my mind I have the default avatar (https://vborg.vbsupport.ru/showthread.php?t=227947) installed too.
Thanks!

Hippy
02-19-2012, 12:42 PM
well thos 2 template are fixes ..
I am not sure .. send me a link to your site so I can view this

lgnd
02-19-2012, 12:48 PM
well thos 2 template are fixes ..
I am not sure .. send me a link to your site so I can view this

Thanks for your help link is in my sig!

Hippy
02-19-2012, 12:51 PM
Thanks for your help link is in my sig!

make is so guests can view posts ..

lgnd
02-19-2012, 07:31 PM
Sorry about that! Changed the permissions! :)

Hippy
02-19-2012, 07:55 PM
dunno with all this custon stuff

replace the same template I posted above with this and see
the best it will do is go to the left
you can try and change left in this code to center.. but I don't think it will work .. but it might


<vb:if condition="$post['userid']">

<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>

<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>

lgnd
02-20-2012, 02:32 PM
It's on the left side now, arcade stuff doesn't work but I can live without it! Thanks for your support!

Hippy
02-21-2012, 02:28 AM
I didn't see the arcade stuff I was wondering about if you did not add it ..
what template did you add it to ?/

lgnd
02-21-2012, 03:10 PM
Reverted back the templates ( postbit and postbit legacy)

Hippy
02-22-2012, 12:41 AM
ok.. when ever your ready to add it back let me know I can help..