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)

downsouthern 01-18-2003 10:47 PM

User Stats in table, aligned left
 
I'm looking for this mod, basically something similar to what you have here. I've searched and searched, but cant seem to find it or anything like it. Any help?

Tony G 01-18-2003 10:50 PM

Search, this has been answered many times with sample code. No mod has been released, though.

downsouthern 01-18-2003 10:56 PM

thanks Tony. I had it before on my old VB, but the server crashed and I lost everything, cant seem to find it now.

downsouthern 01-20-2003 06:11 PM

1 Attachment(s)
I found the mod that I want to use here: http://www.vbulletintemplates.com/mo...4&pagenumber=1 The only problem is I have a skin installed and if I use this code with its entirety, it messes my board up.

Here's a screen shot of my user stats:

downsouthern 01-20-2003 06:12 PM

1 Attachment(s)
And here is my postbit code? Any help is greatly appreciated!!

Tony G 01-20-2003 10:02 PM

Can you screenshot what happens when you add the code?

downsouthern 01-20-2003 10:15 PM

1 Attachment(s)
Here's a before & after screenshot.

Tony G 01-20-2003 10:27 PM

No wonder, don't use that postbit's code. You need to add it in seperately into the postbit you have now.

downsouthern 01-20-2003 10:30 PM

The problem is that I dont really know how.

Disturbed 01-20-2003 11:09 PM

1 Attachment(s)
hey downsouth, i made something like that on my test board, would you like the code?

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 07:26 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.01010 seconds
  • Memory Usage 1,743KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (19)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