The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] Usergroup Color Legend Details »» | |||||||||||||||||||||||||
Another mod brought to you by,
Here is a small modification you can use to show a usergroup color legend various places on forum home. It is a simple installation, just import the product XML, product-ozzmodz_usergroup_legend Make sure you disable or uninstall any other usergroup legend mods you have running. You can edit the options under the settings, OzzModz: Usergroup Legend Settings Complete Feature List
Frequently Asked Questions. Q. Why are all the groups / users are the same color? A. For those of you not familiar with, or have issue with html markup, here is a quick guide. Username HTML Markup. ACP --> Usergroups --> Usergroup Manager edit each usergroup, you will need to add the html to the two input fields found in the setting, Username HTML Markup. NOTE: Your field boxes won't be as wide as the ones in the image, I over-sized them for illustration purposes. The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this: Code:
[opening tag]username[closing tag] Code:
<span style="font-weight: bold;"> </span> <span style="text-decoration: line-through; font-weight:bold;"> </span> <span style="font-style: italic;"> </span> <span style="text-decoration: underline;"> </span> <span style="color: red;"> </span> First field Code:
<span style="color: Red;"> Code:
</span> First field Code:
<span style="color: Blue; font-weight: bold;"> Code:
</span> Q. Wait, I have different colored styles, it is very difficult to choose a color to work on them all, what can I do? A. Well then you should use this solution. It will take time to set up for each usergroup, but it's worth it. First off add this code to your additional.css templates for all your styles. In each style you can define a different color for each group. You can add more groups or change the names as you wish. Code:
.admin { color: #FF0000; font-weight: bold; } .moderator { color: #0000ff; font-weight: bold; } .supermod { color: #32CD32; font-weight: bold; } .registered { color: #802A2A; font-weight: bold; } .banned { color: #000000; text-decoration: line-through; font-weight: bold; } .group1 { color: #FF8000; font-weight: bold; } .group2 { color: #A020F0; font-weight: bold; } .group3 { color: #FFC0CB; font-weight: bold; } Example 1 First field Code:
<span class="admin"> Code:
</span> First field Code:
<span class="moderator"> Code:
</span> You can get a good list of colors here, Color Codes The first screenshot is of the settings in the acp. The second screenshot is of the legend in the What's Going On area. The third screenshot is of the legend, when it is displayed in the locations, Forumhome Above Forums, Forumhome Below Forums, and Forumhome Below NavBar. ------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vBulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- v1.0.0 Initial release. v1.1.0 Fixed a issue where on some installs the product would fail, due to non ASCII character format. v1.1.1 Fixed a issue with a uncached template. v1.1.2 Fixed a issue with the collapse not working, and added some padding. ------------------------------------------------------------------------------------------- Translations Romanian translation available, here Arabic translation available, here Spanish translation available, here ------------------------------------------------------------------------------------------- Contributions Received (members who clicked on, and followed through with the Support Developer button) bazookajoe Show Your Support
|
Comments |
#102
|
||||
|
||||
Then I don't think it is a issue with the mod, as this uses standard vB phrases. I am not sure what the issue would be.
|
#103
|
||||
|
||||
I just tried it on my site, and it shows the letters á or ó fine with the tilde, so I am not sure what is wrong, but it might be some setting in the language settings.
|
#104
|
|||
|
|||
I search in xml original translation to spanish (made by zucco) for view if contain any configuration or similar, in her xml not success this issue with tildes and not have any specific config for this.
I made translation using the original xml in english, only the phrases, its very strange. If I go to admincp, search phrases, product this, and insert any phrase with tilde, and then, save the phrase in spanish (correct the character with tilde), then, appears well in admincp, but I need save the phrase. Regards. |
#105
|
|||
|
|||
If you want, sent to you the translation and try if show letters fine with the tilde, if in your forum shows fine, the problem is in my forum.
|
#106
|
||||
|
||||
Where did you get your Spanish language pack from?
|
#107
|
|||
|
|||
I don't remember (I think vbhispano), but this other forum in spanish not exist today.
|
#108
|
||||
|
||||
Yeah I would really not rather install anything I don't know where it came from. But you could attach the language xml here and I will take a look.
|
#109
|
|||
|
|||
I would like to attach the xml corrected, so that any user could confuse.
I think, I can download only the translation (languages and phrases and download the translation into spanish of this product) but the users need 2 xml, 1 of product and other of translation...I think its a bad idea. |
#110
|
||||
|
||||
If you go to ACP --> Languages & Phrases --> Language Manager, next to the Spanish language you will see three links, Edit Settings Delete Download.
Click on Download, in the next screen do not change any settings, then click on Download again. |
#111
|
|||
|
|||
I view how solved this issue
In the xml of product, not type (for example): "m?dulo", I need type Code:
m & # 2 4 3 ; d u l o But now, I need know the codes for differents letters with tilde. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|