vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   looking for 3 small hacks (https://vborg.vbsupport.ru/showthread.php?t=38089)

pHAZE_1 04-30-2002 08:07 PM

looking for 3 small hacks
 
1. change user name into link (as seen here/search feature)
2. center forum name on homepage.
3. replace forum name on homepage with a pic.

pHAZE_1 04-30-2002 09:09 PM

also 1 more, where would i find how to make the (post#) appear like in the top right corner..

scsa20 04-30-2002 11:05 PM

well...to answer the first question, to make the username into a link, you just edit your postbit template and look for:

$post[username]

and just add (for an ex.) something like:

<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>

that well give you the users info

scsa20 04-30-2002 11:17 PM

and for the one in your second post, about the post number on the upper right, go to https://vborg.vbsupport.ru/showthrea...threadid=22083 to get it ;)

pHAZE_1 04-30-2002 11:50 PM

thanks, but it added the link next to the username so it was like pHAZE_1[pHAZE_1] what would i do to correct that?

scsa20 05-01-2002 01:47 AM

you should just put in $post[username] (that well put in whatever username that posted there).

Admin 05-01-2002 09:36 AM

pHAZE_1, please try to post your threads in the appropriate forums. You always post them in The Lounge, and it is getting tiresome to move them. Besides, you'll get more responses if you post in the correct forum to begin with. :)

pHAZE_1 05-01-2002 10:11 PM

sorry about that, i will post in the correct forums for now on.

SWFans.net 05-01-2002 10:52 PM

Quote:

Originally posted by scsa20
well...to answer the first question, to make the username into a link, you just edit your postbit template and look for:

$post[username]

and just add (for an ex.) something like:

<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>

that well give you the users info

Should have said find:

$post[username]

and replace with:

<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$post[userid]" target="_blank">$post[username]</a>


All times are GMT. The time now is 07:08 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.01019 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete