vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Username in bold (Memberlist) (https://vborg.vbsupport.ru/showthread.php?t=128371)

Aotw 10-05-2006 04:34 PM

Username in bold (Memberlist)
 
In the process of making a style and want the username to be in bold on memberlist, but cant find the right way to do it, been testing somte things in the memberlist template but no luck. Hope to get some help here?

Currently running 3.6.1.

bairy 10-05-2006 08:47 PM

AdminCP > Usergroups > Usergroup Manager > Edit Administrators (/whichever group) > Username HTML Markup
First box is opening tag, second is closing.

For bold you can use <strong> </strong> or <b> </b> (depreciated but still works), or css is <span style="font-weight:bold"> </span>

That style will be shown everywhere that the username is shown.

ericgtr 10-07-2006 11:58 AM

If you wanted it only for the memberlist, here's how.

In template memberlist_resultbit find:
HTML Code:

<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
and replace with:
HTML Code:

<a href="member.php?$session[sessionurl]u=$userinfo[userid]"><strong>$userinfo[musername]</strong></a>
:)

Aotw 10-07-2006 12:07 PM

Thanks :D


All times are GMT. The time now is 02:07 AM.

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.02033 seconds
  • Memory Usage 1,709KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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