View Full Version : How to transform the names of visible user groups into links
JARNAR
06-03-2017, 05:13 AM
Hello, I installed this plugin: Usergroup_Legend_on_Forumhome_vb4: https://vborg.vbsupport.ru/showthread.php?t=259806
How to transform the names of visible user groups into links linking only to a list of selected users??
For example, if I click "Moderators", there must be a list with only moderators, ecc.
(Example image attached)
Hope in your help :)
MarkFL
06-03-2017, 05:28 AM
That product would have to be customized to do that, and you would likely have to set up a custom page to display the users from a particular usergroup.
Personally, I would just let the "View Site Leaders" page take care of showing the members of the desired usergroups. :)
edit: Alternately, you could use my usergroup legend product, and list the members of the groups in the FAQ, but then you would have to manually update the FAQ whenever there are changes made to the members of the usergroups.
Usergroup Legend with Links To FAQ [v1.3] (https://vborg.vbsupport.ru/showthread.php?t=321181)
JARNAR
06-03-2017, 07:45 PM
That product would have to be customized to do that, and you would likely have to set up a custom page to display the users from a particular usergroup.
Personally, I would just let the "View Site Leaders" page take care of showing the members of the desired usergroups. :)
edit: Alternately, you could use my usergroup legend product, and list the members of the groups in the FAQ, but then you would have to manually update the FAQ whenever there are changes made to the members of the usergroups.
Usergroup Legend with Links To FAQ [v1.3] (https://vborg.vbsupport.ru/showthread.php?t=321181)
Hello Mark, I like your product :)
How do you enter the blocksubhead (title: Usergroups Legend) and the horizontal separator line (from the user list "Who is Online"), just like in your product?
Exactly as in the attached picture:
MarkFL
06-03-2017, 09:09 PM
Hello Mark, I installed your usergroup legend :) I very like your product :)
How do you insert the separators, exactly as in the attached image?
For example;
Admins |(normal separator, not coloured) Supermoderators | Moderators | Registered Users | Ecc.
Like had set Boofo: https://vborg.vbsupport.ru/showthread.php?t=259806
You can give the separators all the same color by entering the color attribute into the setting labeled "Additional Delimiter CSS"...for example you could add:
color: #333333;
and they would all be dark.
JARNAR
06-04-2017, 04:28 AM
Great, it work fine :)
Returning to Boofo's product: https://vborg.vbsupport.ru/showthread.php?t=259806
1) How to add the title with an image (title Usegroup Legend)
2) How do you put the horizontal separator line?
(Both of them marked in the attached picture)
MarkFL
06-04-2017, 04:41 AM
Great, it work fine :)
Returning to Boofo's product: https://vborg.vbsupport.ru/showthread.php?t=259806
1) How to add the title with an image (title Usegroup Legend)
2) How do you put the horizontal separator line?
(Both of them marked in the attached picture)
Those should be there by default...check the screenshot in my product thread.
JARNAR
06-04-2017, 05:29 AM
Those should be there by default...check the screenshot in my product thread.
I was referring to the linked product (by Boofo), I want to understand how to set it up (mark in attached file):
MarkFL
06-04-2017, 05:44 AM
My product has a setting labeled "Legend Title" that allows you to give the Usergroup Legend section a title. As far as the border, that should be the same as all the other sections in the "What's Going On?" (WGO) block, as defined by the StyleVars I believe. So, it should match the rest of your WGO block.
JARNAR
06-04-2017, 09:16 AM
This is the template of my usergroups legend:
}
span.boofo_separator {
display:none;
}
span.boofo_separator {
padding:0 3px;
color: {vb:stylevar boofo_legend_separator_color};
}
.boofo_usergroup li {
display:inline;
}
.boofo_usergroup_case_1 {
display: block;
margin: 0.5em 0 0.5em;
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}
.boofo_usergroup_case_2 {
display: block;
margin: 0.5em 0 1.0em;
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}
.boofo_usergroup_case_3 {
display: block;
margin: 0.5em 1.5em 0.3em 0em;
text-align: center;
}
.boofo_usergroup_case_4 {
display: block;
margin: 0.5em 1.5em 1.0em 0em;
text-align: center;
}
.boofo_usergroup_case_5 {
display: block;
margin-bottom: 0.5em;
text-align: center;
}
.boofo_usergroup_case_6 {
display: block;
margin: 1.0em 0 0.5em;
text-align: center;
}
.boofo_usergroup_case_7 {
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
}
.boofo_usergroup_case_8 {
padding-{vb:stylevar left}: {vb:math {vb:stylevar padding}*2};
margin-top: 1.0em;
}
What should I add?
MarkFL
06-04-2017, 01:26 PM
I thought you were using my product. I don't use that product.
JARNAR
06-04-2017, 01:31 PM
In fact, I use your product, but I would like to understand which codes correspond to the title of the legend and the border line.
I just want to understand it, I need it for other things :)
JARNAR
06-06-2017, 03:15 AM
I thought you were using my product. I don't use that product.
Hello Mark, I've posted it into your product page. If you can, help me there :)
|
|
v
https://vborg.vbsupport.ru/showthread.php?p=2587315#post2587315
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.