MyBB Community Forums

Full Version: Hello, I need to know about some mods.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm new, And I want to know if there is mods of ...
1."Change group by days" or maybe you can cell it "Old users" like in IPB.
2."Picture to every category" or you can cell it "Forum Icons".

Is very imporatnt for me.
1. see this documentation about group promotions
admin panel >> users & groups >> group promotions

2. see this guidance for custom forum icons
oh ok thank you very much!
Maybe do you know how I remove the "ICQ:" and "MSN:"
because nobody use it today, I want change it to "Skype:"
In profile and in register.
Oh wow thank you I did it.

Member Templates > member_profile
and:
User Control Panel Templates > usercp_profile

(I wrote it for myself)

Maybe do you know how can I remove the "choose language" from register?
(2013-11-12, 09:25 PM)Dawnn839 Wrote: [ -> ]Maybe do you know how can I remove the "choose language" from register?

Admin CP -> Templates & Style -> Templates -> YOUR Template -> Members Template -> Edit Template: member_register

Find and delete:
<br />
<fieldset class="trow2">
<legend><strong><label for="language">{$lang->lang_select}</label></strong></legend>
<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%">
<tr>
<td colspan="2"><span class="smalltext">{$lang->lang_select_desc}</span></td>
</tr>
<tr>
<td><select name="language" id="language"><option value="">{$lang->lang_select_default}</option><option value="">-----------</option>{$langoptions}</select></td>
</tr>
</table>
</fieldset>

Check this image:
[Image: support_001.jpg]