View Full Version : Deleting Instant Message Part of Profile
dorukum123
04-18-2013, 01:33 PM
Hello, I want to delete these options in edit profile screen. How can I do that?
https://vborg.vbsupport.ru/external/2013/04/20.png
ozzy47
04-19-2013, 10:53 PM
In the template, Modify User Option Templates / modifyprofile find and remove this bit of code.
<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>
dorukum123
04-19-2013, 11:29 PM
Thank you!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.