vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   [Question] Postbit problem (https://vborg.vbsupport.ru/showthread.php?t=247709)

Dutch_Boy 08-01-2010 08:49 AM

[Question] Postbit problem
 
1 Attachment(s)
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 />
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:

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>

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
Code:

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

<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


All times are GMT. The time now is 10:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00984 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete