PDA

View Full Version : Forum Home Enhancements - [OzzModz] Usergroup Color Legend


ozzy47
10-12-2013, 10:00 PM
Another mod brought to you by,
https://vborg.vbsupport.ru/external/2015/01/1.png

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
Option to disable the mod completely.
Option to show which usergroups to show in the legend.
Option to center the legend.
Option to select which usergroups can see the legend.
Option to select from six icons to separate the usergroups.
None
?
~
-
/
|
Option to choose from eight different locations on the forum home.
Above Usernames In WGO
Below Usernames In WGO
Below Welcome Newest Member In WGO
Below Icon Legend In WGO
Forumhome Above Forums
Forumhome Below Forums
Above Currently Active Users In WGO
Forumhome Below NavBar The locations, Forumhome Above Forums, Forumhome Below Forums, and Forumhome Below NavBar, will be blocks, that look like the rest of the blocks on your forum home. The remaining five locations integrate into the, What's Going On section.

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.
https://vborg.vbsupport.ru/external/2013/12/30.png

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:

[opening tag]username[closing tag] Some HTML tags you might want to use here include:

<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>
Example 1

First field
<span style="color: Red;"> Second field

</span> Example 2

First field

<span style="color: Blue; font-weight: bold;"> Second field

</span>You can also do combinations by using more than one attribute in the style property.

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.

.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;
}Then for each usergroups html markup do like this.

Example 1

First field
<span class="admin"> Second field

</span> Example 2

First field

<span class="moderator"> Second field

</span>Remember to change the class to the usergroup you are working with.

You can get a good list of colors here, Color Codes (http://www.december.com/html/spec/colorcodes.html)

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 https://vborg.vbsupport.ru/external/2015/08/1.png button to the right ---->

Please remember to click the, https://vborg.vbsupport.ru/external/2015/08/2.png 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 (https://vborg.vbsupport.ru/showpost.php?p=2465469&postcount=43)
Arabic translation available, here (https://vborg.vbsupport.ru/showpost.php?p=2466606&postcount=51)
Spanish translation available, here (https://vborg.vbsupport.ru/showpost.php?p=2466617&postcount=55)

-------------------------------------------------------------------------------------------

Contributions Received (members who clicked on, and followed through with the Support Developer button)

bazookajoe (https://vborg.vbsupport.ru/member.php?u=297643)

ozzy47
10-13-2013, 01:05 PM
Reserved.

Nirjonadda
10-13-2013, 01:15 PM
Please can you add option Spiders Display on Forumhome and Who's Online (https://vborg.vbsupport.ru/showthread.php?t=243460)

I am use this one : https://vborg.vbsupport.ru/showthread.php?t=259806

ozzy47
10-13-2013, 01:23 PM
Spiders display has nothing to do with a usergroup color legend.

UncleGrundle
10-18-2013, 06:33 PM
I know this has been done before, I was using the following mod:

https://vborg.vbsupport.ru/showthread.php?t=228607&page=26&highlight=Usergroup+Color+Ba

But I really like this version the best because it has many user friendly adjustable options and you have provided EXCELLENT instructions for changing the user color/styles.

Well done and thank you for making this!

Nominated as well.

ozzy47
10-18-2013, 06:40 PM
Thanks, glad ya like it, and thanks for marking as installed. :)

Skyrider
10-19-2013, 10:50 AM
Installed it, set the usergroups that allows to see it and used multiple Location Of Legend options, yet regardless what option I use, I don't see it on any style I use. And yes, product is active as I've set it to yes as well.

ozzy47
10-19-2013, 12:31 PM
That does not make any sense, if yo want me to look into it, pm me a admin account for your site and I will see what I can do.

blackberry
10-19-2013, 01:43 PM
woow thank you.. :)

ozzy47
10-19-2013, 02:06 PM
Glad ya like it, and thanks for marking as installed. :)

ticoen
10-25-2013, 09:38 AM
perfect...
tnx ;)

ozzy47
10-25-2013, 09:48 AM
perfect...
tnx ;)

Thanks, don't forget to mark as installed if you are using the mod.:)

Faskis
10-27-2013, 10:48 PM
One thing I've wanted to see on one of these mods is how a similar mod for IP.Board (2.3.6) had setup. You had a bit more of a graphical display of which groups were displayed and could also sort them. Here's how it looked:

https://vborg.vbsupport.ru/external/2013/10/6.png



Also, perhaps add the option to link to the usergroup if you have leadership over it (via memberlist.php?usergroupid=<usergroup id>)?

ozzy47
10-27-2013, 10:50 PM
Is that how the list would look on the forumhome?

Faskis
10-27-2013, 11:05 PM
Is that how the list would look on the forumhome?

It would be in that order, if that's what you mean. The image itself is from that mod I was talking about for IP.Board 2.3.6 (been about 6-7 years). I was thinking if you wanted to conform to how vB normally handles sortable items, list each group and then allow Admins to input the sort number it'd be (ie: 10, 20, 30, etc.) and then let 0 mean the group isn't listed, but that method can be a PITA if you have many usergroups to go through.

ozzy47
10-27-2013, 11:09 PM
Yeah that would require quite a bit of coding, and probably some info added to the DB, IMO it is just to much for something that is not seen by the public, and is only for admin control.

Faskis
10-27-2013, 11:15 PM
Yeah that would require quite a bit of coding, and probably some info added to the DB, IMO it is just to much for something that is not seen by the public, and is only for admin control.

I wouldn't think it would require as much work as you're giving it off as. I mean, you already have ways of displaying all of the usergroups and then throwing in some text fields to input the sort order has also been done (ie: forum sort). I just find the current method to be an even bigger PITA because I have to go back and forth between the usergroups and the mod settings to figure out where each group should go.

ozzy47
10-27-2013, 11:17 PM
True, but how many times do you change the settings once they are set up?

Faskis
10-29-2013, 04:03 AM
True, but how many times do you change the settings once they are set up?

For my community personally, we add and remove usergroups (staff and public) fairly often, so I wouldn't say it's necessarily uncommon.

john7911
10-29-2013, 12:10 PM
Thank you ;)
How can i hide de default one, as you can see in the picture:
http://imageshack.us/a/img7/9816/3hpm.png

ozzy47
10-29-2013, 12:19 PM
I don't believe that is from vB default, there has to be a mod that is adding that. What mods do you have installed?

john7911
10-29-2013, 12:25 PM
I don't believe that is from vB default, there has to be a mod that is adding that. What mods do you have installed?
I'm new it's a bit difficult to say , i need time to look :o

john7911
10-29-2013, 12:31 PM
That is what i have
http://imageshack.us/a/img542/9029/pli1.pngxx

ozzy47
10-29-2013, 12:49 PM
I am at work right now so I can't look, but maybe it is fr the fake visitors mod.

john7911
10-29-2013, 01:06 PM
Ok, it was the: VSa - Visitors in Last X Hours but i need to show last visitor, any idea?
Thank you ;)

ozzy47
10-29-2013, 02:32 PM
Ok, I'll check it out when I get home from work.

john7911
10-30-2013, 08:06 PM
Is it possible to change the order, for example Admin first , moderator second , visitor third...
Thank you :)

ozzy47
10-30-2013, 11:13 PM
Did you read the setting?

Usergroups To Show In The Legend

Select which usergroups to show in the legend.

Put the usergroups in the order you wish to see them appear in the legend.

john7911
10-31-2013, 06:20 AM
Did you read the setting?

Usergroups To Show In The Legend

Select which usergroups to show in the legend.

Put the usergroups in the order you wish to see them appear in the legend.
Thank you it's ok now ;)

ozzy47
10-31-2013, 10:38 AM
Not a problem, glad it's sorted. :)

tenizmenu
11-11-2013, 01:28 PM
Hi, i install this plugin but it doesn`t work. Can you help me?

ozzy47
11-11-2013, 01:30 PM
Describe doesn't work.

tenizmenu
11-11-2013, 01:44 PM
The plugin its active, but he didn`t show me any legend color, not even the "supermoderator" , "administrator" usergroups.

ozzy47
11-11-2013, 01:48 PM
Have you set up all the settings in, OzzModz: Usergroup Legend Settings

tenizmenu
11-11-2013, 02:08 PM
Yes, I do all the settings...

ozzy47
11-11-2013, 02:09 PM
Ok PM me a link to your site, and a full admin account, and I can try and figure what is going on for you.

tenizmenu
11-11-2013, 02:14 PM
One more thing: I can`t select any usergroup separator because I have only "none"... why ?

ozzy47
11-11-2013, 02:54 PM
New Version Available!

v1.1.0 Fixed a issue where on some installs the product would fail, due to non ASCII character format.

bzcomputers
11-20-2013, 12:42 PM
Getting this error when trying to save settings:

Warning: trim() expects parameter 1 to be string, array given in [path]/includes/adminfunctions_options.php on line 1032

When the error appears (which for me is about 90% of the time when trying to save new settings), the "Usergroups Allowed To See The Legend" options don't save.


Edit: After reimporting (twice) I am no longer seeing this issue.
----------------
Also could use an option for padding underneath the legend to match the look of other WGO sections.

ozzy47
11-22-2013, 01:04 AM
Glad it finally installed right for you.

I'll look into the padding when I get a chance.

bzcomputers
11-22-2013, 01:50 AM
Glad it finally installed right for you.

I'll look into the padding when I get a chance.

It was interesting though. When reimporting I actually ended up with 2 instances of of two of the three plugins associated with the mod. I deleted the duplicates and all seems to be running fine now.

As for the padding I just edited the template and added a margin-bottom:

style="margin-left:20px; margin-right:5px; margin-bottom:8px;"
<vb:else />
style="margin-left:-25px; margin-right:5px; margin-bottom:8px;"

It appears to look fine for all the options it is associated with.

ozzy47
11-22-2013, 11:09 AM
That's a strange one, the latest XML, should have fixed issues like that. :confused:

Teascu Dorin
12-03-2013, 05:07 PM
Here is the Romanian translation for this mod:

Support and Updates: https://www.rostyles.com/forum/f11/%5Bozzmodz%5D-usergroup-color-legend-2597/

ozzy47
12-04-2013, 12:15 AM
Thanks for the translation. :)

Teascu Dorin
12-04-2013, 04:35 AM
Thanks for the translation. :)

Welcome.

BT7
12-07-2013, 08:33 AM
thanks I added to my new forum

ozzy47
12-07-2013, 10:39 AM
thanks I added to my new forum

Don't forget to mark as installed. :)

BT7
12-07-2013, 10:46 AM
Don't forget to mark as installed. :)

forgot that Now Done sir

ozzy47
12-07-2013, 10:51 AM
Thanks. :)

ozzy47
12-07-2013, 12:21 PM
<u>v1.1.1</u> Is available.

Fixed a issue with a uncached template.

mr.jo
12-07-2013, 01:35 PM
Wonderful

product has been translated into Arabic by DR-WoWo :up:

He is my friend :D

ozzy47
12-07-2013, 01:43 PM
Thanks, glad ya like it, don't forget to mark as installed. Link to translation is added to first post. :)

ZUCCO
12-07-2013, 01:46 PM
Is this mod only for vb.org members or it it allowed to post this in another website (keeping credits and a link to the original post). There are a couple of spanish vbulletin sites and I would like to translate it and share:)

ozzy47
12-07-2013, 01:49 PM
No sorry, it can only be posted here. If you should translate it, you can post the XML in this thread, and I will put a link in the first post to your translation. :)

ZUCCO
12-07-2013, 02:30 PM
Here is the translation to spanish :D

ozzy47
12-07-2013, 02:37 PM
Thanks, link added to first post. :) Don't forget to mark as installed if you are using the mod. :)

thenashy
12-22-2013, 11:28 PM
I've installed this, and it shows the correct styling for the staff of the site, but any other group is the wrong colour and style.

Any idea how to fix this?

ozzy47
12-22-2013, 11:36 PM
Then you have not set the info correctly for the usergroups. This just reads from what is entered in the Username HTML Markup fields.

abvolt
12-23-2013, 05:01 AM
This works great thanks again..

ozzy47
12-23-2013, 10:44 AM
Glad ya like it, and thanks for marking as installed. :)

thenashy
12-25-2013, 11:32 AM
Then you have not set the info correctly for the usergroups. This just reads from what is entered in the Username HTML Markup fields.

Found my mistake. Now using, thanks very much!

ozzy47
12-25-2013, 11:45 AM
Excellent, glad to hear it is working for you now. :)

ozzy47
12-31-2013, 05:09 AM
v1.1.2 Is Available!

Fixed a issue with the collapse not working, and added some padding.

Note: Remember to revert any template changes you may have made, in order to take advantage of the update.

I also made the necessary adjustments to the Arabic and Spanish versions, and added them to the original post.

As for the padding I just edited the template and added a margin-bottom:

style="margin-left:20px; margin-right:5px; margin-bottom:8px;"
<vb:else />
style="margin-left:-25px; margin-right:5px; margin-bottom:8px;"

That has been added to this new version. :)

winky8300
12-31-2013, 07:29 AM
thank you MR:)

ozzy47
12-31-2013, 10:09 AM
Glad ya like it, and thanks for marking as installed. :)

TNERatedEdge
03-23-2014, 03:22 PM
I just installed this up and once I refreshed my page I got a database error...

ozzy47
03-23-2014, 04:15 PM
Was not from my mod, there was something else going on with the site. :) Remember to mark as installed.

TNERatedEdge
03-23-2014, 06:44 PM
The creator helped me...and is AWESOME

Thank you!!

ozzy47
03-23-2014, 06:46 PM
Not a problem, glad to help, and thanks for marking as installed. :)

Markos
03-26-2014, 02:04 PM
Hi i cant get it to work in VB 4.2.2

I can get admin and mods and users but cant get my other user groups to show ive added the code to additional.css but still doesnt add them

Any help would be great

ozzy47
03-26-2014, 09:29 PM
Hi i cant get it to work in VB 4.2.2

I can get admin and mods and users but cant get my other user groups to show ive added the code to additional.css but still doesnt add them

Any help would be great

Of you want, pm me a admin account and I can look into it. Also what is the exact issue you are having.

Markos
03-27-2014, 12:29 AM
Hi all its showing is "Registered Users Super Moderators Administrators Moderators" even after adding the code to the additional.css

ozzy47
03-27-2014, 12:31 AM
I understand, but without being able to debug it from within the ACP, there is nothing I can do. :)

Markos
03-27-2014, 12:32 AM
just away to pm you

ozzy47
03-27-2014, 12:37 AM
You need to edit the settings for the mod, and add the usergroup ID's that you want to show. Also need to put them in the order you want to appear.

ACP --> Settings --> Options --> OzzModz: Usergroup Legend Settings, the setting is Usergroups To Show In The Legend

Markos
03-27-2014, 12:41 AM
You need to edit the settings for the mod, and add the usergroup ID's that you want to show. Also need to put them in the order you want to appear.

ACP --> Settings --> Options --> OzzModz: Usergroup Legend Settings, the setting is Usergroups To Show In The Legend

Thanks i didnt see that :)

ozzy47
03-27-2014, 12:48 AM
Not a problem. :)

viliksar1
04-02-2014, 03:32 PM
ozzy47

How can I add a link to the legend. For example, if you click on the "moderators" hit the list moderators?

ozzy47
04-02-2014, 07:39 PM
That is not available at this time. :(

viliksar1
04-03-2014, 06:30 AM
That is not available at this time. :(

1. And you can add the word "LEGEND" before the list of user groups?

ozzy47
04-03-2014, 10:05 AM
Not by default, that would require a edit to the template.

viliksar1
04-03-2014, 12:11 PM
Not by default, that would require a edit to the template.
I would be grateful if you help to do it. I can put myself, but I do not know what exactly the pattern and where.

ozzy47
04-03-2014, 12:49 PM
Where are you displaying the legend?

viliksar1
04-03-2014, 03:20 PM
Where are you displaying the legend?
I legend displayed in the middle.

https://vborg.vbsupport.ru/external/2014/04/46.png

ozzy47
04-03-2014, 08:48 PM
Edit the template, ozzmodz_usergroup_legend_legend and find this bit of code ( it is in the template twice, change the second one, not the first one ):

{vb:raw group_legend}

And change it to this:

Legend: {vb:raw group_legend}

viliksar1
04-04-2014, 10:22 AM
Edit the template, ozzmodz_usergroup_legend_legend and find this bit of code ( it is in the template twice, change the second one, not the first one ):

{vb:raw group_legend}

And change it to this:

Legend: {vb:raw group_legend}

Thank you!

ozzy47
04-04-2014, 10:24 AM
Not a problem, glad to help. :)

greenlinenshirt
04-16-2014, 01:24 PM
Is it possible to not have the spacer show up before the 1st usergroup?

•
~
-
/
|

Right now it looks like this:

| Administrators | Mega Moderators | Moderators | Players

I'd like it to show like this:

Administrators | Mega Moderators | Moderators | Players

reesev
05-21-2014, 11:44 PM
anyway to make this work with

Ultimate Usergroup HTML Markup Customizer by VbNinja

https://vborg.vbsupport.ru/showthread.php?t=311371

tbworld
05-22-2014, 12:17 AM
It would be more helpful, and your request taken more seriously, if you provided more details. Just trying to help. :)

reesev
05-24-2014, 03:51 AM
It would be more helpful, and your request taken more seriously, if you provided more details. Just trying to help. :)


if you use the mod i listed to do the markups of your usergroups this mod does not see these markups but the forum does.

ku-med
11-22-2014, 07:20 PM
Thanks for the mod :D

Is it possible to not have the spacer show up before the 1st usergroup?

?
~
-
/
|

Right now it looks like this:

| Administrators | Mega Moderators | Moderators | Players

I'd like it to show like this:

Administrators | Mega Moderators | Moderators | Players

Bump:erm:

ozzy47
11-22-2014, 08:08 PM
Not at this time, sorry. :(

gnrx
11-27-2014, 09:13 AM
Hello.
If I installed a translation to spanish not works, in the field of Option to show which usergroups to show in the legend, every time I indicate the usergroups, when click in save, this field is blank and not appears any in forum page.
With the product in english,any probolem.

Regards.

ozzy47
11-27-2014, 09:32 AM
If there is a issue with the Spanish translation of the mod, there is nothing I can do about that. I would suggest, using the original version, and translate the product yourself.

I would do the translation if I could, but I do not speak Spanish.

gnrx
11-27-2014, 01:56 PM
No problem, only indicate for if not know this issue, but with the original version I works fine fine.

After, I do a translation, if my translation its fine, I posted here.

Regards.

ozzy47
11-27-2014, 03:12 PM
Thanks for the heads up. :)

gnrx
11-30-2014, 12:34 AM
Hello.
I made the translation to spanish and works fine, without the issue, but I have other "issue"...

When a some word contain tilde: "á or ó" (for example), appears this:
"módulo"
This word is: "módulo" but appears "módulo".

I don't have how to resolve.

Could remove the tilde but would mispelled.

Regards.

ozzy47
11-30-2014, 12:36 AM
Where is this happening, on the forum home, or in the ACP pages?

gnrx
11-30-2014, 10:16 AM
In the ACP pages, in forum home not appears any word with tilde, only in ACP pages, in configuration of mod in ACP.

Thanks!

ozzy47
11-30-2014, 10:20 AM
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.

ozzy47
11-30-2014, 10:25 AM
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.

gnrx
11-30-2014, 10:28 AM
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.

gnrx
11-30-2014, 10:30 AM
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.

ozzy47
11-30-2014, 10:32 AM
Where did you get your Spanish language pack from?

gnrx
11-30-2014, 10:36 AM
I don't remember (I think vbhispano), but this other forum in spanish not exist today.

ozzy47
11-30-2014, 10:42 AM
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.

gnrx
11-30-2014, 11:23 AM
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.

ozzy47
11-30-2014, 11:27 AM
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.

gnrx
11-30-2014, 11:30 AM
I view how solved this issue :)

In the xml of product, not type (for example): "m?dulo", I need type m & # 2 4 3 ; d u l o and appears fine :)

But now, I need know the codes for differents letters with tilde.

ozzy47
11-30-2014, 11:31 AM
Well that is certainly strange. :confused:

gnrx
11-30-2014, 11:47 AM
In my last reply, not appears the code because the forum transform to character, I edit my last reply, I post the code with spaces.

When I finish the edit the xml with this codes, posted the translation.

PD: Yes, its very strange...

ozzy47
11-30-2014, 11:48 AM
I think it is a issue with the character set, attach the language pack here so I can look into it.

gnrx
11-30-2014, 12:08 PM
I think the same.

I finished, now shows fine with de code html for tildes.

I attach.

Regards.

Edit: I view the others translations and need insert code html (for example, translation RO).

ozzy47
11-30-2014, 12:10 PM
No, not the translation of the product, I want the Spanish language pack. :)

gnrx
11-30-2014, 12:15 PM
Ok ok, jejee.

I attach Spanish language pack.

Regards.

ozzy47
11-30-2014, 12:23 PM
It must be something in your DB, perhaps the coalition, Because I am able to translate phrases to Spanish such as something like this, módulos el presente capítulo está
And it shows up just fine.

gnrx
11-30-2014, 12:46 PM
Its possible.

You translation how it made, in the xml file of product or in Phrases and Languages?

If I made in Phrases and Languages, no problem, all ok, only when I installed the xml of product and the translation are in this xml, but now, if in the xml file I type with the code html, any problem.

ozzy47
11-30-2014, 12:49 PM
I translated it in Languages & Phrases. As far as the XML goes, I do not know, as it is something I did not write.

gnrx
11-30-2014, 12:55 PM
If I translate it in Language & Phrases, also, all ok, all fine.

Is only with install the xml with the translation in this xml, but like I indicate above, now, works fine because in the xml file I type the word in code html and shows fine.

The translation to Spanish is finished and posted above, works fine fine :)

Its a pleasure speak and work with you :)

ozzy47
11-30-2014, 01:09 PM
Thanks for the translation, I am sure some people can use it. :)

E.P.G
01-01-2015, 10:29 AM
Is there a list of colours that work with this mod

ozzy47
01-01-2015, 01:10 PM
Ummm, you can use any color you wish.

tharbin
01-29-2015, 02:06 PM
Thanks for all the hard work on this!

ozzy47
01-29-2015, 03:17 PM
Glad you like it, and thanks for marking as installed. :)

ScratchMang
02-04-2015, 07:56 PM
Question (s) :

Using vBa CMPS here and would like to see this display on the Forum Home Page of the CMPS. Perhaps as a block onthe side, or listing on the top of the page. Which is "cmps_index.php" rather than the default.

Second, and this is more of a whatever really, but it would be nice of there were a way to "Link" a thread to the Usergroup Display, so if someone clicks on it they would be brought to a Thread explaining what each Usergroup is, or does. So For Example...

Administrator : God mode user
Moderator : Someone you ask about this or that
Site Supporter : Someone who gave us Money :P
Weasel : Someone who if you PM them will annoy you for weeks

Or similar if you get what I am saying here, it's one thing to have the different Usergroups displayed, but for some New(er) users having an explination of what each group is and or does may prove useful?

Just a thought.

Otherwise an Excellent MOD indeed! One small note, the MOD does not seem to interpret HTML Colour codes, so FF0000 will appear white rather than Red, where as it does understand "Red"in the html markup of the Usergroup....

Thanks...