vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   What line to add to postbit_legacy to show member reg # (https://vborg.vbsupport.ru/showthread.php?t=88667)

gibgib 03-18-2004 06:02 PM

What line to add to postbit_legacy to show member reg #
 
We upgraded from UBB a while back which had the sequential member number & in looking at this site, it looks possible to get it back using vBulletin with a bit of mod.

Can someone post a get member/ reg number for the post bit of 3.0 RC4?

I'll have a go myself later.

Thanks.

Sebastian 03-18-2004 08:15 PM

userid i assume? in your postbit template put #$post[userid] where you want it displayed.

Brad 03-18-2004 08:20 PM

Quote:

Originally Posted by Sebastian
userid i assume? in your postbit template put #$post[userid] where you want it displayed.

Looks like a typo there, $post[userid] is the correct var. Stick it anywhere within the postbit or postbit_legacy template.

gibgib 03-19-2004 05:22 AM

I found $post[userid] already in postbit template.

Perhaps I am not explaining it right.
For example, I am member number 20278 on this forum, I would like the member number to appear underneath the user ranks but above the date joined.

imported_Vigile 03-19-2004 09:14 AM

That is the correct variable. $post[userid] is seen quite a few times in the postbits because it is part of urls generated in the postbit and also part of 'if conditionals'

nowhere is there just $post[userid] by itself.

It works, trust them.

btekcan 03-19-2004 07:47 PM

Add

Member No.:</b> $post[userid] under this code <if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>

Like that

<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
Member No.:</b> $post[userid]

That's it....

gibgib 03-20-2004 10:22 AM

You guys were very right, thankyou!

For anyone else searching threads like I did before posting, to show the member registration number when a forum member posts add the following to the postbit_legacy template (for vertical view) before this :

Code:

<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</if></div>

ADD this:
Code:

<if condition="$post['userid']"><div>$vbphrase[user_id]: $post[userid]</if>
Next click on phrase manager & add new phase.

Varname: user_id
Text: I wrote "Member #" but it can be what ever you wish.

That is it.

See it working here:

http://www.aussiefrogs.com/forum/sho...9982#post99982

Cheers :cool:


All times are GMT. The time now is 11:18 AM.

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.00961 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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