vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   user id number in profile page (https://vborg.vbsupport.ru/showthread.php?t=54400)

xs1 06-16-2003 07:10 AM

user id number in profile page
 
any possible way to show user id number in users's profile page ?

Cheeeeez

EvilLS1 06-16-2003 08:42 AM

No hack needed for that.

In your getinfo template find this:


Code:

<tr>
        <td bgcolor="{firstaltcolor}"><normalfont><b>Status:</b></normalfont></td>
        <td bgcolor="{firstaltcolor}"><normalfont>$userinfo[usertitle]&nbsp;<img src="$userinfo[avatarurl]" border="0" align="middle"></normalfont></td>

</tr>

Below it add this:

Code:

<tr>
        <td bgcolor="{secondaltcolor}"><normalfont><b>Member #:</b></normalfont></td>
        <td bgcolor="{secondaltcolor}"><normalfont>$userinfo[userid]</normalfont></td>
</tr>


xs1 06-16-2003 01:05 PM

i dont see getinfo template there :sad:

Boofo 06-16-2003 02:59 PM

Look under the templates section in the Admin CP.

assassingod 06-16-2003 03:00 PM

Quote:

Today at 10:42 AM EvilLS1 said this in Post #2
No hack needed for that.

In your getinfo template find this:


Code:

<tr>
        <td bgcolor="#F1F1F1"><normalfont><b>Status:</b></normalfont></td>
        <td bgcolor="#F1F1F1"><normalfont>$userinfo[usertitle]&nbsp;<img src="$userinfo[avatarurl]" border="0" align="middle"></normalfont></td>

</tr>

Below it add this:

Code:

<tr>
        <td bgcolor="#DFDFDF"><normalfont><b>Member #:</b></normalfont></td>
        <td bgcolor="#DFDFDF"><normalfont>$userinfo[userid]</normalfont></td>
</tr>


You have to sort out those firstaltcolor & secondaltcolor replacements ;)

Chris M 06-16-2003 03:49 PM

"getinfo" will be under "User Info Display Templates";):)

Satan


All times are GMT. The time now is 07: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.00938 seconds
  • Memory Usage 1,722KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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