vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   vb 2.3.x Style PM, Profile, Search and Buddy buttons in Postbit_Legacy (https://vborg.vbsupport.ru/showthread.php?t=102415)

utw-Mephisto 12-06-2005 10:00 PM

vb 2.3.x Style PM, Profile, Search and Buddy buttons in Postbit_Legacy
 
A lot of people liked the old style buttons from vBulletin 2.3.x and were confused of the new Java menu when clicking the username ....

See Screenshot attached what I mean :D

Anyway, this is just the textfile and not the buttons. I have taken the buttons from the original vBulletin Version 2.3.7 since I am using all those buttons on my current forum.

Don't forget to change the URLs accordingly in case you use different filenames.

Demo : http://ut2007world.com


In postbit_legacy

Search for
Code:

<if condition="$post['editlink']">
                        <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>

Above that

Code:

<!-- Start new buttons -->
<a href="member.php?u=$post[userid]" ><img src="images/buttons/profile.gif" border="0" align="left" alt="Click Here to See the Profile for $post[username]"></a>
 
<a href="private.php?do=newpm&u=$post[userid]"><img src="images/buttons/sendpm2.gif" border="0" align="left" alt="Click here to Send $post[username] a Private Message"></a>
 
<a href="search.php?do=finduser&u=$post[userid]"><img src="images/buttons/find2.gif" border="0" align="left" alt="Find more posts by $post[username]"></a>
 
<a href="profile.php?do=addlist&userlist=buddy&u=$post[userid]"><img src="images/buttons/buddy.gif" border="0" align="left" alt="Add $post[username] to your buddy list"></a>
<!-- / End new buttons -->


utw-Mephisto 12-07-2005 10:36 AM

If you want those original buttons and dont want to download them from here, just grep them from my forum :)

(Right click on button -> save image as)

Dan 12-07-2005 10:56 AM

or you can goto the member's area and download it (if you had it back then) or download the gdk

utw-Mephisto 12-07-2005 10:58 AM

Yes, therefore I haven't included them since everybody is using a different style anyway ;)

Danny Diamond 12-29-2005 05:43 AM

installed and works like MAGIC.

wastemytime 10-05-2006 08:13 AM

Thx, but how can do you that in 3.6.2?


All times are GMT. The time now is 05:02 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.01041 seconds
  • Memory Usage 1,720KB
  • 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)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