Moderating groups in bold in viewforum and index

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
Lord Phobos
Registered User
Posts: 771
Joined: Tue May 18, 2004 11:41 pm

Moderating groups in bold in viewforum and index

Post by Lord Phobos »

Hi

I would like to have my moderators group name showing in bold in the index and in the viewforum of my board.
If I set a user as a moderator, his username is correctly displayed in bold (as he is part of a "coloured" group); but, if I set a whole group as a moderator, the group name is displayed without the "bold" attribute. Yes, it is a "colored" group.

Can you help me out?

Thanks.
User avatar
Rahber
Former Team Member
Posts: 2720
Joined: Tue Feb 12, 2008 3:39 pm
Location: Pakistan
Name: Rahber
Contact:

Re: Moderating groups in bold in viewforum and index

Post by Rahber »

Can you please provide a link of your board for us to see this? or maybe some screenshots.
Lord Phobos
Registered User
Posts: 771
Joined: Tue May 18, 2004 11:41 pm

Re: Moderating groups in bold in viewforum and index

Post by Lord Phobos »

User avatar
Rahber
Former Team Member
Posts: 2720
Joined: Tue Feb 12, 2008 3:39 pm
Location: Pakistan
Name: Rahber
Contact:

Re: Moderating groups in bold in viewforum and index

Post by Rahber »

Is this the problem with default prosilver as well? what is the version of your phpBB
I just checked out in vanilla phpbb 3.2.3.

This both should not be bold. as in funcitons_content.php they are without any class to add any styling.
Lord Phobos
Registered User
Posts: 771
Joined: Tue May 18, 2004 11:41 pm

Re: Moderating groups in bold in viewforum and index

Post by Lord Phobos »

Even in prosilver.
User avatar
Mannix_
Registered User
Posts: 1834
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Moderating groups in bold in viewforum and index

Post by Mannix_ »

Add

Code: Select all

dl.row-item dt .list-inner a {
    font-weight: bold;
}
at the bottom of content.css file or any other css file found in theme folder.
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
Lord Phobos
Registered User
Posts: 771
Joined: Tue May 18, 2004 11:41 pm

Re: Moderating groups in bold in viewforum and index

Post by Lord Phobos »

Won't this put in bold ALL text in inner boxes?
User avatar
DTMWC
Registered User
Posts: 379
Joined: Tue Jan 16, 2018 6:17 am

Re: Moderating groups in bold in viewforum and index

Post by DTMWC »

Lord Phobos wrote: Thu Oct 18, 2018 11:27 pm Won't this put in bold ALL text in inner boxes?
Only the links, eg - moderator links / subforum links / if you have a link in your forum descriptions.
Boom.
Post Reply

Return to “[3.2.x] Styles Support & Discussion”