Announcement

Collapse
No announcement yet.

Remove the Skype Option

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Remove the Skype Option

    How do I, or can I, remove the Skype Option from the UserCP, as members are activating it, just to have the Icon showing, even though they do not have Skype.

    Thanks

  • #2
    You can turn off those icons

    AdminCP => vBulletin Options => vBulletin Options => General Settings => Show Instant Messaging Program Icons
    Minatica.be - Belgian/Dutch computer and technology site
    DownloadsII - Add a downloads database to your vB 4

    Comment


    • #3
      Thanks .. but that will turn them all off, I only want to stop them using the Skype one really.

      Comment


      • #4
        I do not believe it is currently posisble to enable/disable per IM

        Comment


        • #5
          To remove it from the a user's profile page:

          Open MEMBERINFO template and find this code, and delete it:
          Code:
                              <if condition="$userinfo['skype']">
                              <tr>
                                  <td>$vbphrase[skype]</td>
                                  <td>$userinfo[skype]</td>
                              </tr>
                              </if>
          also find and delete this code:
          Code:
                              <if condition="$userinfo['showskype']">
                              <tr>
                                  <td>$userinfo[skypeicon]</td>
                                  <td><a href="#" dir="ltr" onclick="imwindow('skype', '$userinfo[userid]', 400, 220); return false;">$userinfo[skype]</a></td>
                              </tr>
                              </if>

          Comment


          • #6
            To delete the icon from the user's post ...

            Open the postbit template and find, and delete, this code:
            Code:
            $post[skypeicon]

            Comment


            • #7
              To remove it from the user control panel > user profile > instant msgs, so users cna't set it

              Open the modifyoptions template and find this code:
              Code:
                              <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>
              and replace it with this code:

              Code:
              <input type="hidden" name="skype" value="$bbuserinfo[skype]" />

              Comment


              • #8
                Many thanks for that Floris, much obliged

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...
                X
                😀
                🥰
                🤢
                😎
                😡
                👍
                👎