News:

Wondering if this will always be free?  See why free is better.

Main Menu

membergroups

Started by sweetooo.baba, July 05, 2009, 04:46:09 AM

Previous topic - Next topic

sweetooo.baba

Hi folks



In member groups I want to Add (bold) username


plz help me :(

thanks in advance

ver 1.9
living on the Edge

Faitness

#1
U mean member names in group to be bold?

If so, in the membergroub name use <b> tags.. For example <b>Administrator</b>

Edit> sorry, that only makes it bold in admin panel. I dont know then  :-\

Arantor

What exactly do you want to make bold and where?
Holder of controversial views, all of which my own.


snazster

I'm interpreting this message that you want to be able to add a username from within the membergroup area.  Please clarify if this is not the case. 

If it is, then simply go here - index.php?action=membergroups; click on the membergroup in question, which will list all current members of that group.  Then scroll to the bottom where you'll find a box allowing you to add members to that group. 

Like I said above, please clarify if this does not help you. 
We're all here to learn!

vivid

I think in style.css there you can adjust the shape of member group
to be bold or anything

تجميل <a href="http://www.arbsb.com" rel="dofollow">طرائف</a>
<a href="http://www.arbsb.com">مجلة الغرائب عرب سبيس </a>

Arantor

You can adjust many things in the CSS but you'll have to modify the code that the CSS links to depending on what exactly you want to do.
Holder of controversial views, all of which my own.


babjusi

Quote from: sweetooo.baba on July 05, 2009, 04:46:09 AM
Hi folks



In member groups I want to Add (bold) username


plz help me :(

thanks in advance

ver 1.9

Do you mean like at the online list? if that is what you meant, then find the following code at the BoardIndex.php file in the /Sources/ directory

$context['users_online'][$row['logTime'] . $row['memberName']] = array(

And then replace it with:

//Let us bold the membergroups at the online list
if (in_array($row['ID_GROUP'], array(1, 2)))
         $link = '<strong>' . $link . '</strong>';
$context['users_online'][$row['logTime'] . $row['memberName']] = array(


And add the membergroup id number in the array that you want to bold. 1 and 2 is for the admins and the globalmods.

Or do you want to bold them somewhere else?

sweetooo.baba

sorry for poor English


i Mean Bold Color username

<b>moderator</b>
like this
living on the Edge

sweetooo.baba

#8
Quote from: sweetooo.baba on July 05, 2009, 10:45:48 AM
sorry for poor English


i Mean Bold Color username

<b>moderator</b>
like this

problem solved :)

thanku very much guyz
living on the Edge

Advertisement: