MyBB Community Forums

Full Version: Removing things from profile field and are you able to edit registration text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm new to these forums and i was wondering if it was possible to edit the registration text window, where they get the warning etc. Also, once the users are logged in and they edit their profiles, Is their a way to remove the MSN, skype fields from that?

Thanks very much
Antony04 Wrote:Hi,

I'm new to these forums and i was wondering if it was possible to edit the registration text window, where they get the warning etc. Also, once the users are logged in and they edit their profiles, Is their a way to remove the MSN, skype fields from that?

Thanks very much
Its all in your admin panel,and about profile fields,go to custom profile fields and delete options will be there
No, these are already built into you're profile these aren't add-ons that i've put on manually.
For the MSN/AIM/YM/ICQ issue, go into Admin CP --> Templates --> Modify / Delete --> Expand your template set --> Expand the User CP Templates group --> usercp_profile

Find and remove:
<fieldset class="trow2">
<legend><strong>$lang->additional_contact_details</strong></legend>
<table cellspacing="0" cellpadding="$theme[tablespace]">
<tr>
<td><span class="smalltext">$lang->icq_number</span></td>
</tr>
<tr>
<td><input type="text" name="icq" size="25" value="$icq" /></td>
</tr>
<tr>
<td><span class="smalltext">$lang->aim_screenname</span></td>
</tr>
<tr>
<td><input type="text" name="aim" size="25" value="$user[aim]" /></td>
</tr>
<tr>
<td><span class="smalltext">$lang->msn</span></td>
</tr>
<tr>
<td><input type="text" name="msn" size="25" value="$user[msn]" /></td>
</tr>
<tr>
<td><span class="smalltext">$lang->yahoo_id</span></td>
</tr>
<tr>
<td><input type="text" name="yahoo" size="25" value="$user[yahoo]" /></td>
</tr>
</table>
</fieldset>

And for the member_profile template in the Member Templates group, you may also be interested in removing this (so that the boxes won't show on the public profile):
<tr>
<td class="trow1"><strong>$lang->icq_number</strong></td>
<td class="trow1"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=icq&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[icq]</a></td>
</tr>
<tr>
<td class="trow2"><strong>$lang->aim_screenname</strong></td>
<td class="trow2"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=aim&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[aim]</a></td>
</tr>
<tr>
<td class="trow1"><strong>$lang->yahoo_id</strong></td>
<td class="trow1"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=yahoo&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[yahoo]</a></td>
</tr>
<tr>
<td class="trow2"><strong>$lang->msn</strong></td>
<td class="trow2"><a href="javascript:;" onclick="popupWin('misc.php?action=imcenter&imtype=msn&amp;uid=$uid', 'imcenter', 450, 300);">$memprofile[msn]</a></td>
</tr>

As for the registration text, you can find that if you open inc/languages/english/member.lang.php, and edit the text between the double-quotes:
$l['agreement'] = "Registration Agreement";
$l['agreement_1'] = "Whilst we attempt to edit or remove any messages containing inappropriate, sexually orientated, abusive, hateful, slanderous, or threatening material that could be considered invasive of a persons privacy, or which otherwise violate any kind of law, it is impossible for us to review every message posted on this discussion system. For this reason you acknowledge that all messages posted on this discussion system express the views and opinions of the original message author and not necessarily the views of this bulletin board. Therefore we take no responsibility and cannot be held liable for any messages posted. We do not vouch for or warrant the accuracy and completeness of every message.";
$l['agreement_2'] = "By registering on this discussion system you agree that you will not post any material which is knowingly false, inaccurate, abusive, hateful, harassing, sexually orientated, threatening or invasive of a person's privacy, or any other material which may violate any applicable laws.";
$l['agreement_3'] = "Failure to comply with these rules may result in the termination of your account, account suspension, or permanent ban of access to these forums. Your IP Address is recorded with each post you make on this discussion system and is retrievable by the forum staff if need-be. You agree that we have the ability and right to remove, edit, or lock any account or message at any time should it be seen fit. You also agree that any information you enter on this discussion system is stored in a database, and that \"cookies\" are stored on your computer to save your login information.";
$l['agreement_4'] = "Any information you provide on these forums will not be disclosed to any third party without your complete consent, although the staff cannot be held liable for any hacking attempt in which your data is compromised.";
$l['agreement_5'] = "By continuing with the sign up process you agree to the above rules and any others that the Administrator specifies.";
(There will be an easier way to edit this via the Admin CP in 1.2)
Thanks for your help dennis, Although now ..


[Image: cperror.gif]

I am now getting the blue background on that, is it possible for me to change it to the white that it was. once again thanks for your help.

Btw, Antony04 is my name but i forgot the password.