vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Remove moderator styles on forum index (https://vborg.vbsupport.ru/showthread.php?t=280380)

Danny M 03-20-2012 03:48 AM

Remove moderator styles on forum index
 
Hey,

I am wondering how can I remove the styles related to my Moderator usergroup from my forum homepage?

I currently have my moderators listed under the forums on my index page, and the styles for this usergroup are bold and the color blue.

But I want to have the moderators names the color black and remove the bold weight.

I looked in the FORUMHOME template and added this code:

Code:

<li><a class="username" href="{vb:link member, {vb:raw row}}" style="font-weight: none;color: #000000;">{vb:raw moderator.username}</a></li>
But it still displays the bold and color blue on my forums homepage. I checked the source and it is because there are "spans" around the username, such as:

Code:

<a style="font-weight: none;color: #000000;" href="http://www.lilwaynehq.com/testvb/members/dino-8617.html" class="username"><span style="font-weight: bold;color: #1E90FF;">Dino</span></a>
So my question is how can I remove these span's?

Thanks :)

Attitude5ire 03-20-2012 07:26 AM

Im guessing these are added through usergroup permissions, you can edit from there..
You just want an exception on forumhome page that these should be regular and everywhere else bold??

Danny M 03-20-2012 02:26 PM

Quote:

Originally Posted by Attitude5ire (Post 2311281)
Im guessing these are added through usergroup permissions, you can edit from there..
You just want an exception on forumhome page that these should be regular and everywhere else bold??

Yes exactly.

I can't figure out how to make this happen though :(

Does anyone have any ideas?


All times are GMT. The time now is 07:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01073 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete