Jump to content
WebFlake
  • 0

Hide Group Name


mac00

Question

11 answers to this question

Recommended Posts

  • 0

in your group config you have use this code for color 

<span style='color:#ff0000'>

add a id or class and in custom css add you class or id with this rule => display:hidden;

exemple :

  • in group : <span class="colorname" style='color:#ff0000'>
  • in custom css : .colorname { display:hidden; }
Edited by titcrunch

Best Regards
Titcrunch

French webdesigner in camel Design, Support, help and tutorials in : Forum Camel Design.

Link to comment
Share on other sites

  • 0

Look / Feel > (choose skin) > Manage Templates / CSS > Global Templates > UserInfoPane

Find...
 

<li class='group_title'>
{$author['_group_formatted']}
</li>

Remove it or change it to this...

<!--
<li class='group_title'>
{$author['_group_formatted']}
</li>
-->

If the text under the avatar is too high, add this after the code you changed:

<br />

 

 

Link to comment
Share on other sites

  • 0

you have the answer so use it i can't more for you

 

please more explain bro

this is registerd member formating code

<span style="font-weight:normal;">

please make me coding for i will put  in custom css and check its work then i will do for all groups

 

ok bro thank you

Edited by mac00
  • Downvote 2
Link to comment
Share on other sites

  • 0
  • Administrator

OP. You have been given the complete code and where to find it, both members are correct with what you should do, what to add, and how to do it. If you are unable to read and and understand what has been given to you then you will need to find another source of help online that might perhaps be in another language (assuming this might be the problem - not sure), or explains differently but the answer is correct.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...