MyBB Community Forums

Full Version: Setting Forum team
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where do I disable the mailfunctie in ""forum team""?
Option is displayed at the bottom of my forum.

Dees
Hey there!
Users (on the team page) have manually disable their mail preferences in order for email option to disappear, that can be done in user profile "Receive email from other users?".
Otherwise you can always delete the email column from the template, but that seems a bit radical to me.

Regards
(2010-09-07, 07:51 PM)John_S Wrote: [ -> ]Hey there!
Users (on the team page) have manually disable their mail preferences in order for email option to disappear, that can be done in user profile "Receive email from other users?".
Otherwise you can always delete the email column from the template, but that seems a bit radical to me.

Regards

""Otherwise you can always delete the email column from the template, but that seems a bit radical to me"".

OK, this is wat I prefer.
So what I have to do in members-profile?

Dees


Hey!

You can do so editing two templates in: Admin CP -> Template -> YOUR THEM -> Show Forum Team Templates

Templates that you have to edit are:
showteam_usergroup
showteam_usergroup_user

In 'showteam_usergroup' you have to remove this line:
<td class="tcat"><span class="smalltext"><strong>{$lang->email}</strong></span></td>

In 'showteam_usergroup_user' you have to remove this line:
<td width="10%" class="{$bgcolor}">{$emailcode}</td>
And add 90% here instead of 80%.
<td width="90%" class="{$bgcolor}">

~Regards
Emilian
(2010-09-09, 12:52 PM)John_S Wrote: [ -> ]Hey!

You can do so editing two templates in: Admin CP -> Template -> YOUR THEM -> Show Forum Team Templates

Templates that you have to edit are:
showteam_usergroup
showteam_usergroup_user

In 'showteam_usergroup' you have to remove this line:
<td class="tcat"><span class="smalltext"><strong>{$lang->email}</strong></span></td>

In 'showteam_usergroup_user' you have to remove this line:
<td width="10%" class="{$bgcolor}">{$emailcode}</td>
And add 90% here instead of 80%.
<td width="90%" class="{$bgcolor}">

~Regards
Emilian
@Emilian
Thanks for your explanation.
This is what I looking for.

Dees





(2010-09-09, 05:36 PM)dees Wrote: [ -> ]
(2010-09-09, 12:52 PM)John_S Wrote: [ -> ]Hey!

You can do so editing two templates in: Admin CP -> Template -> YOUR THEM -> Show Forum Team Templates

Templates that you have to edit are:
showteam_usergroup
showteam_usergroup_user

In 'showteam_usergroup' you have to remove this line:
<td class="tcat"><span class="smalltext"><strong>{$lang->email}</strong></span></td>

In 'showteam_usergroup_user' you have to remove this line:
<td width="10%" class="{$bgcolor}">{$emailcode}</td>
And add 90% here instead of 80%.
<td width="90%" class="{$bgcolor}">

~Regards
Emilian
@Emilian
Thanks for your explanation.
This is what I looking for.

Dees
OK
The button ""email"" in Forumteam has gone.
But the text ""email"" is still displayed in Forumteam.

How do i solve this problem?

Dees

Hey, what do you mean by it's still displayed? Are you sure you deleted this part of the code:
<td class="tcat"><span class="smalltext"><strong>{$lang->email}</strong></span></td>
in 'showteam_usergroup' template?
Also could you please povide your froum's URL or maybe a screenshot?

~Regards