![]() |
Username Font Selection Per User (Light) By BOP5 VB4
1 Attachment(s)
Version 1.0 - Initial Release
Version 1.1 - Bugfix for vB 4.1.4 and above Version 1.7.7 - Critical Security Update Version 1.8.0 - Added post count setting / Added existing Markup setting Live Demo: Qapla.com Forums Demo (Gold Version). The purpose of this mod is to let users pick a custom font (either from a list you specify or optionally, a custom font they choose) to show up wherever username markup is allowed. (The postbit, profiles, who's online, blogs, CMS, etc...) This is the free version, you can let users choose a font. The GOLD version allows users to to choose a font, a font size, and/or a font color- each permission with independent usergroup control. Gold version available at: Qapla.com Forums - Username Color, Size, & Font Selection. Both versions include a "Live Preview" option allowing users to instantly see the effect of their changes before saving. Both versions automatically add the options in Settings -> General Settings page, at the bottom, for users with permission. In both versions all options font (and color/ size in gold) are independently controllable by usergroup permissions, so for example you could let registered users pick a font, mods pick a font AND color, and VIP users pick a font, color, and size. You can add or remove available fonts from the list in Admin CP. In the Gold version you can add/remove available colors and you can set a range of allowable font sizes. See Screenshots for more details. Screenshots are of free version only. See the GOLD thread, above, for screenshots of GOLD version. Anyone running VB 4.1.4 to 4.1.8 please see the bug notice in the next post. ------------------------------------------------------ Please "Mark as Installed" if you use this. :) Donations always appreciated. :up: Nominate MOTM if you LOVE it! ;) |
It looks like a bug was introduced in VB 4.1.4 where they accidentally re-used the same variable for new query causing this database error.
This is a vBulletin bug, not a bug with this mod. Currently affected versions are VB 4.1.4 - 4.1.7 and even though it's not out yet, 4.1.8 will probably have it too. To fix the problem you will have to manually edit your file: online.php Find the code (around line 277- may vary by version): PHP Code:
PHP Code:
This will fix the database error on who's online. I realize it is a pain to do a manual file edit so I added an option to simply disable the mod on "Who's Online" to avoid this bug. Just to reiterate- VB versions below 4.1.4 are not affected by this bug. |
Working good!
installed. Small bug in info.txt: Quote:
|
oh thank you, I put the wrong readme file. Will fix ASAP.
|
Some database error...
Notification via e-mail.. HTML Code:
Database error in vBulletin 4.1.5: |
For some reason it looks like the field wasn't added to your database during the install, you could try installing again. If it still gives an error I could give instructions on how to manually add the field to the database.
|
I have to uninstall...
It's deleted my custom modification (little icon before username).. |
hi, gold version is free? thx
|
Quote:
Quote:
|
Quote:
It's added via Username Markup, and with some CSS styling... But it is not the end of the world... Keep creating MODs, it is awesome how you tweak vBulletin! :D:up: Edit: you can see it here: http://www.pijanitvor.com/showthread...026#post186026 |
Thanks. :up:
I know when I was making this (which was actually weeks ago) I considered an option to keep any existing HTML markup present and just add to it, instead of replace it... but I don't remember why I didn't include it. I will have to check it out when I get time, might be something I can add in. |
Getting weird error, and my Who's Online don't work with this....Is there a quick fix?....seems to Not like the UserNames listed in Who's online....much the same error as in above post by Sunka...or will it Not work in VB4.x at all?
|
Quote:
The "quick fix" is to uninstall or disable for now until I can see the error. You could UNINSTALL and attempt re-installing as well if you are up for it. If it is indeed the same error your board might have timed out making the database update. |
Here's the error i got...the mod works in postbit, ect....just renders Who's online inoperable...???
Had the Mod running for about two hours, and never noticed anything wrong until i tried to go to Who's online....and the error shows then...who's online doesn't load https://vborg.vbsupport.ru/external/2011/10/41.jpg |
I am seeing it now.
Sorry about that. The "quick fix" is to go to plugin manager and disable the plugin "Who's Online Query" for this mod, the errors should stop but I still need to fix whosonline so the markup works. |
OK, very sorry about this but it looks like a bug was introduced in VB 4.1.4 where they accidentally re-used the same variable for new query causing this database error.
Currently affected versions are VB 4.1.4 - 4.1.7 and even though it's not out yet, 4.1.8 will probably have it too. To fix the problem you will have to manually edit your file: online.php Find the code (around line 277- may vary by version): PHP Code:
PHP Code:
This will fix the database error on who's online. I realize it is a pain to do a manual file edit so I release an update soon that will give you the option to disable display on who's online so you don't have to worry about the file edit. Just to reiterate- VB versions below 4.1.4 are not affected by this bug. |
Thanks for the fix....this is a nice mod....:)
|
Thank You. :up:
|
Since i have't installed this yet do i have to still edit the online.php i am running 4.1.7 or the update you made today should be good to go?
|
If you want the mod to work on "Who's Online" you will need to edit the file. That will not go away until vBulletin fixes the bug in the future version.
OR you can just install the mod and leave the option to use it on "Who's Online" off and the mod will work everywhere else without issue, but it won't show the custom usernames on Who's Online. |
This is great and is a keeper but it killed my HTML username color markup. :-(
|
Quote:
|
Quote:
Is just that i like to have the Mods as green and SM as blue, admins as red ect... :D:o |
I will see what I can do. :)
|
Quote:
Code:
$bop_username .= '">'.$user['username'].'</span>'; Code:
$bop_username .= '">'.$user['musername'].'</span>'; |
Quote:
|
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
|
Quote:
|
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. |
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. |
Quote:
|
I just played with Google Web Fonts - very interesting.
Google will give you code like: Code:
<link href='http://fonts.googleapis.com/css?family=Vast+Shadow' rel='stylesheet' type='text/css'> Then add the font to your font list in the mod settings, changing the plus signs (+) into spaces. So "Vast Shadow" from this example. |
Hello,
do u can add the option for colors? |
Quote:
|
Quote:
|
Its work in 4.1.11? and with google fonts?
|
It works in 4.1.11 yes.
It can work with Google Fonts but you have to add the code for the Google Fonts to the templates yourself- this doesn't automatically fetch a google font. |
Posts count Required to Username Color, Size, and Font selection per User...you can add This Options in gold version ?
|
A separate post count for each option, or just a post count to use the mod at all?
|
"Option based on Post Count" Permissions Based on Post Count...Post count user must have before can Username Color, Size, and Font selection .
|
All times are GMT. The time now is 02:06 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|