vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   User Stats in table, aligned left (https://vborg.vbsupport.ru/showthread.php?t=86036)

Tony G 01-20-2003 11:21 PM

That looks good, but not the whole postbit or he'll end up with the stuffed up postbit again. :)

downsouthern 01-20-2003 11:50 PM

1 Attachment(s)
Here's basically what I would like to have displayed, I just dont know how to implement it with the rest of my already modified postbit.

How can I set up a test board?

Disturbed 01-20-2003 11:53 PM

well i dunno how to do it on your modified postbit, i can tell you how to do it on the default one

post your postbit code here and imma try editing it :)

Tony G 01-20-2003 11:59 PM

Just add his author column code and edit to your liking. Simple. :)

downsouthern 01-21-2003 12:28 AM

1 Attachment(s)
I almost got it, I just cant get the username linked, any help?

Tony G 01-21-2003 02:51 AM

I haven't even see a mod for this simple task so I'll release in a minute.

downsouthern 01-21-2003 03:13 AM

1 Attachment(s)
I pretty much got it the way I want it, this was my first time modifying a template. Yea! Linking the user name just takes the person to their profile, they can just click on the profile link, so its not really something I HAVE to have, but it'd be nice. Just like how you can click on a users name here.

Below is a screen shot on how it turned out, thanks for your help.

Tony G 01-21-2003 03:15 AM

http://www.vbulletintemplates.com/mo...&threadid=2768

Released. let me know how it went. :)

Sanctum 01-21-2003 09:28 AM

Quote:

Originally posted by downsouth
I almost got it, I just cant get the username linked, any help?

anything inside a postbit you can put from "userinfo" variables
like the following:



Code:

$userinfo[userid] = this will return the order number  of them
registering on your board.

Using $userinfo you can change the stuff on the end.

examples:

$userinfo[yahoo]
$userinfo[username]
$userinfo[icq]

You can also add the "additional fields" you add on for
other members when they sign up. When you looko at a user
profile it say additional information.
The first field YOU add to that will be "Field 1"
on your postbit info if you add it like:


$userinfo[field1]

Hope that helps :)


All times are GMT. The time now is 11:39 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.01642 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete