vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   instant messages (https://vborg.vbsupport.ru/showthread.php?t=174357)

UltraFanatics 03-27-2008 07:29 PM

instant messages
 
Does anybody know where I can turn them off?

Videx 03-28-2008 12:46 AM

vbulletin options>private messaging options

UltraFanatics 03-28-2008 11:59 AM

This isn't for the msn messenger / yahoo etc though is it?

snakes1100 03-28-2008 12:04 PM

To not display them?

admincp --> vboptions --> style & lang settings --> show messaging icons -- on/off

nexialys 03-28-2008 12:05 PM

AdminCP >> vbulletin options >> Style & Language Settings >> Show Instant Messaging Program Icons

UltraFanatics 03-28-2008 12:28 PM

Cheers guys, nice one

Been looking for ages and couldn't find it even though I knew I had seen it loads of times before!!

tinkerbell 03-28-2008 06:30 PM

The icons still appear in the members profiles and they can still add the IM id's to their profile. It took me ages and ages to work this one out but the only way to get rid of them is to edit the template and actually take them out.

If you want to know which template it is let me know and I will check mine to see.

Tinks

snakes1100 03-28-2008 06:49 PM

postbit/postbit_legacy

tinkerbell 03-28-2008 07:22 PM

To remove it as a profile option you need to go to:

admin cp>styles and templates>style manager>edit templates>modify user option templates>modify profile

This is what I ended up removing from the template:

Code:

<fieldset class="fieldset">
                                <legend>$vbphrase[instant_messaging]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                <tr>
                                        <td colspan="2">$vbphrase[may_enter_identity_for_im]</td>
                                </tr>
                                <tr>
                                        <td>$vbphrase[icq_number]<br />
                                                <img src="$stylevar[imgdir_misc]/im_icq.gif" alt="" />
                                                <input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" /></td>
                                        <td>$vbphrase[aim_screen_name]<br />
                                                <img src="$stylevar[imgdir_misc]/im_aim.gif" alt="" />
                                                <input type="text" class="bginput" name="aim" value="$bbuserinfo[aim]" size="25" maxlength="30" dir="ltr" /></td>
                                </tr>
                                <tr>
                                        <td>$vbphrase[msn_messenger_handle]<br />
                                                <img src="$stylevar[imgdir_misc]/im_msn.gif" alt="" />
                                                <input type="text" class="bginput" name="msn" value="$bbuserinfo[msn]" size="25" maxlength="50" dir="ltr" /></td>
                                        <td>$vbphrase[yahoo_messenger_handle]<br />
                                                <img src="$stylevar[imgdir_misc]/im_yahoo.gif" alt="" />
                                                <input type="text" class="bginput" name="yahoo" value="$bbuserinfo[yahoo]" size="25" maxlength="30" dir="ltr" /></td>
                                </tr>
                                <tr>
                                        <td>$vbphrase[skype_name]<br />
                                                <img src="$stylevar[imgdir_misc]/im_skype.gif" alt="" />
                                                <input type="text" class="bginput" name="skype" value="$bbuserinfo[skype]" size="25" maxlength="32" dir="ltr" /></td>
                                        <td>&nbsp;</td>
                                </tr>
                                </table>
                        </fieldset>

Removing this means the option doesnt appear in posts or their profiles or anywhere else in forum because the option isnt in a members profile for them to fill in.

Tinks:)


All times are GMT. The time now is 01:01 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.01079 seconds
  • Memory Usage 1,733KB
  • 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)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