vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   End-User Options - Username Font Selection Per User (Light) By BOP5 VB4 (https://vborg.vbsupport.ru/showthread.php?t=271892)

FReeSTER 10-17-2011 04:06 AM

This is great and is a keeper but it killed my HTML username color markup. :-(

BirdOPrey5 10-17-2011 10:25 AM

Quote:

Originally Posted by FReeSTER (Post 2258020)
This is great and is a keeper but it killed my HTML username color markup. :-(

It's still there if you disable this mod- but this mod is overriding it.

FReeSTER 10-17-2011 09:51 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2258128)
It's still there if you disable this mod- but this mod is overriding it.

Can you make it please to at least use the HTML markup we already have on the usergroup options? lol

Is just that i like to have the Mods as green and SM as blue, admins as red ect... :D:o

BirdOPrey5 10-17-2011 11:39 PM

I will see what I can do. :)

snowlion 10-18-2011 09:39 AM

Quote:

Originally Posted by FReeSTER (Post 2258369)
Can you make it please to at least use the HTML markup we already have on the usergroup options? lol

Is just that i like to have the Mods as green and SM as blue, admins as red ect... :D:o

Edit plugin Username Markup Override at hook fetch_musername and change
Code:

$bop_username .= '">'.$user['username'].'</span>';
to
Code:

$bop_username .= '">'.$user['musername'].'</span>';

FReeSTER 10-18-2011 01:59 PM

Quote:

Originally Posted by snowlion (Post 2258508)
Edit plugin Username Markup Override at hook fetch_musername and change
Code:

$bop_username .= '">'.$user['username'].'</span>';
to
Code:

$bop_username .= '">'.$user['musername'].'</span>';

thank you mate it worked. lol

LLent 10-19-2011 12:06 PM

instead of downloading different fonts and keeping them on PC with the option of custom font is there a way i can put these somehow on the font list ....thanks in advance

FReeSTER 10-19-2011 12:45 PM

Quote:

Originally Posted by LLent (Post 2258942)
instead of downloading different fonts and keeping them on PC with the option of custom font is there a way i can put these somehow on the font list ....thanks in advance

You can add as many fonts you want from the Mod Settings, but if users dont have the fonts installed in their PC is useless to have them listed unless you force them to install the custom fonts

BirdOPrey5 10-19-2011 01:52 PM

To expand a bit on what FReeSTER said- Available fonts aren't stored by this mod or on your server. You literally just add or remove the Names of fonts from the list. The included list is basically the same as the standard vBulletin font list which are very common fonts.

If the person viewing your site had "Arial Black" installed, and the font chosen is "Arial Black" then the user will see the font in "Arial Black." If they don't have Arial Black installed they will see a default font instead.

You do not need to download any fonts.

snowlion 10-19-2011 02:52 PM

You can use Google Web Font to get more fonts but user don't have to install any font on there computers. I tested and it works fine :D.
But Using many font styles can slow down your webpage, so only select the font styles that you actually need on your webpage.

**Template issue at General Settings
Edit modifyoptions_bop5usernamefont (Modify User Option Templates > modifyoptions_bop5usernamefont) and then delete </div> at the top of the template will fix it.


All times are GMT. The time now is 06:40 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.02345 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete