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)
-   -   Move Messenger Icons to Username Pulldown (https://vborg.vbsupport.ru/showthread.php?t=122542)

JD210 07-29-2006 09:00 PM

Move Messenger Icons to Username Pulldown
 
This small template modification will move the Messenger Icons and place them at the bottom of the Username Pulldown Menu.

In Postbit or Postbit (Legacy) Find:

Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
And Delete it.

Find:

Code:

<if condition="$post['userid'] AND $show['member']">
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
        </if>

Under it, add:

Code:

<tr>
  <td class=vbmenu_option"><fieldset><legend><b>Instant Messengers:</b></legend>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</fieldset></td>
  </tr>

Save

Screenshot Attached.

JD210 07-30-2006 06:27 PM

Thanks. It isn't for everyone, I agree. I didn't like them where they were so I decided to move them. To each their own.

Jeordie015 07-31-2006 08:18 PM

I like the idea, but I don't think it looks very good. If you could make it so they were text links, that would be better. So it would be like...

AIM: aimusername
MSN: msnusername
YIM: yahoousername
ICQ: icqnumber

Would that be possible?

JD210 07-31-2006 09:00 PM

Probably. Doesn't seem like it would be too hard. Let me see what I can do.

Jeordie015 07-31-2006 09:20 PM

Or maybe put them in a separate pulldown menu. I don't know.

JD210 08-01-2006 01:57 PM

Like I said I will look into other possiblities and see what is doable.

LittleAndroidMa 09-23-2006 02:06 PM

This works for 3.6.x and 3.6.1!

JD210 09-23-2006 06:30 PM

Thanks, I thought it would but I hadn't gotten around to trying it yet.

Chicago_VLNU_4s 10-16-2006 02:41 PM

i likes it this way. turned off the enabling of Instant messenging icons on my board till now. Thanks **INSTALLED**


All times are GMT. The time now is 06:48 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.03134 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
  • (3)bbcode_code_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