vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Completely removing the Instant Messaging Fields in user profile (https://vborg.vbsupport.ru/showthread.php?t=313376)

GeorgeB85 07-31-2014 06:48 PM

Completely removing the Instant Messaging Fields in user profile
 
I have tried to look, and cannot figure out how to remove all the Instant Messaging fields in the user profile area.

tbworld 07-31-2014 07:11 PM

Not that I have extensively checked the templates, but I do not see social bookmarks on the default vBulletin style in user profile.

Are you on a custom style?
Is that part of a modification you loaded?

:)

GeorgeB85 07-31-2014 07:28 PM

1 Attachment(s)
I am working with the original templates. All I have done is change the colors in some areas, and added a couple of images. This particular area has nothing to do with what I have done though.

The attached picture shows the area in the edit profile area that I am trying to get taken out.

tbworld 07-31-2014 07:58 PM

Okay, I was looking in the wrong place. It is a good idea to give us a path to the page you are viewing and a picture. It helps us out. Thanks.

You are looking for template "modify_profile".

Search the template for: (This is the block of code you are looking for.)
Code:


  <legend>{vb:rawphrase instant_messaging}</legend>


Surround the block of code with either "<vb:comment> block of code </vb:comment>" tags or a conditional.
Code:

<vb:comment>
            <fieldset class="blockrow">
                <legend>{vb:rawphrase instant_messaging}</legend>
                <ul class="group">
                    <li>
                        <label for="icq">{vb:rawphrase icq_number}:</label>
                        <input type="text" class="primary textbox" id="icq" name="icq" value="{vb:raw bbuserinfo.icq}" maxlength="30" dir="ltr" tabindex="1" />
                    </li>
                    <li>
                        <label for="aim">{vb:rawphrase aim_screen_name}:</label>
                        <input type="text" class="primary textbox" id="aim" name="aim" value="{vb:raw bbuserinfo.aim}" maxlength="30" dir="ltr" tabindex="1" />
                    </li>
                    <li>
                        <label for="msn">{vb:rawphrase msn_messenger_handle}:</label>
                        <input type="text" class="primary textbox" id="msn" name="msn" value="{vb:raw bbuserinfo.msn}" maxlength="50" dir="ltr" tabindex="1" />
                    </li>
                    <li>
                        <label for="yahoo">{vb:rawphrase yahoo_messenger_handle}:</label>
                        <input type="text" class="primary textbox" id="yahoo" name="yahoo" value="{vb:raw bbuserinfo.yahoo}" maxlength="30" dir="ltr" tabindex="1" />
                    </li>
                    <li>
                        <label for="skype">{vb:rawphrase skype_name}:</label>
                        <input type="text" class="primary textbox" id="skype" name="skype" value="{vb:raw bbuserinfo.skype}" maxlength="32" dir="ltr" tabindex="1" />
                    </li>
                </ul>
                <p class="description">
                    {vb:rawphrase may_enter_identity_for_im}
                </p>
            </fieldset>
<vb:/comment>



Hope that helps. :)


All times are GMT. The time now is 10:30 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.01109 seconds
  • Memory Usage 1,723KB
  • 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
  • (4)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