The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Does anybody know where I can turn them off?
|
#2
|
||||
|
||||
![]()
vbulletin options>private messaging options
|
#3
|
|||
|
|||
![]()
This isn't for the msn messenger / yahoo etc though is it?
|
#4
|
|||
|
|||
![]()
To not display them?
admincp --> vboptions --> style & lang settings --> show messaging icons -- on/off |
#5
|
|||
|
|||
![]()
AdminCP >> vbulletin options >> Style & Language Settings >> Show Instant Messaging Program Icons
|
#6
|
|||
|
|||
![]()
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!! |
#7
|
||||
|
||||
![]()
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 |
#8
|
|||
|
|||
![]()
postbit/postbit_legacy
|
#9
|
||||
|
||||
![]()
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> </td> </tr> </table> </fieldset> Tinks ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|