#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 23, 2013 21:29:52 GMT -8
Version 1.0.0 - DownloadAn attractive colored user legend you can add to your forum. Brought back from V4 in plugin form for ease of use and installation. Hovering over any of the colored boxes will bring up its corresponding rank. You can place the user legend anywhere in your layout! Just install and configure the plugin, then add this code wherever you want it to show (can only be shown once on any page). Plugin Features- Custom name - Height, width, border color, and spacing for all blocks - Click and drag reordering of ranks - Make rank names adopt the same colors as their blocks, or have them use the theme's default text color so they don't clash with your background colors CSS Customization#user-legend | - User Legend container
| #user-legend-name | - Rank Names container
| #user-legend-boxes | - Rank Boxes container
| #user-legend-text | - User Legend text below boxes
| .ul-name | - Rank Names text
| .ul-box | - Rank Boxes
|
|
|
inherit
338
0
Oct 21, 2023 13:59:29 GMT -8
xmidnightxsummer
66
December 1999
dollface
|
Post by xmidnightxsummer on Aug 31, 2013 15:13:28 GMT -8
Okay so, I feel kind of stupid at the moment. I tried to put the code in the main footer but it didn't go in the area where it shows who is online, etc. Instead it shows up under the forum area (right above where it says 'remove ads from this forum'. Is there something special I'm supposed to put with the code? Or am I putting it in the wrong place?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 1, 2013 8:55:32 GMT -8
Okay so, I feel kind of stupid at the moment. I tried to put the code in the main footer but it didn't go in the area where it shows who is online, etc. Instead it shows up under the forum area (right above where it says 'remove ads from this forum'. Is there something special I'm supposed to put with the code? Or am I putting it in the wrong place? You'd want to place it in Structure > Layout Templates > Home. That's where the Forum Information & Statistics container is located.
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Sept 1, 2013 11:14:13 GMT -8
You'd want to place it in Structure > Layout Templates > Home. That's where the Forum Information & Statistics container is located. not to sound like a SA but you should "kinda" include that on the plugin in the library other than that complaint works extremely well Brain enjoy your holiday "still in the middle of setup"
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 1, 2013 11:22:18 GMT -8
You'd want to place it in Structure > Layout Templates > Home. That's where the Forum Information & Statistics container is located. not to sound like a SA but you should "kinda" include that on the plugin in the library other than that complaint works extremely well Brain enjoy your holiday "still in the middle of setup" I gave the code to place it wherever they wanted AND linked to this thread in the event they had a question. I'm not going to clutter the plugin description with detailed instructions on how to do things.
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Sept 1, 2013 11:24:50 GMT -8
not to sound like a SA but you should "kinda" include that on the plugin in the library other than that complaint works extremely well Brain enjoy your holiday "still in the middle of setup" I gave the code to place it wherever they wanted AND linked to this thread in the event they had a question. I'm not going to clutter the plugin description with detailed instructions on how to do things. fair enough fair enough I'm still trying to get the code to work stuck on which line it should go on
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 1, 2013 11:34:16 GMT -8
Structure > Layout Templates > HomeFind this section of code. And replace it with this (parts that were changed are colored green, and parts that were added are colored red).
|
|
Misaka
Full Member
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
Oct 11, 2024 19:07:51 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Sept 1, 2013 11:39:23 GMT -8
thank you very much and sorry about before
|
|
TheNerd
Junior Member
"Read" sounds like "Lead". But "Read" also sounds like "Lead" :o
Posts: 262
inherit
195696
0
Jul 14, 2015 4:32:32 GMT -8
TheNerd
"Read" sounds like "Lead". But "Read" also sounds like "Lead" :o
262
June 2013
thenerd
|
Post by TheNerd on Sept 7, 2013 16:42:52 GMT -8
Hey Brian, Is there any way to get the group name to appear to the right of the boxes rather than the top?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 8, 2013 9:43:52 GMT -8
Hey Brian, Is there any way to get the group name to appear to the right of the boxes rather than the top? Add this CSS wherever applicable.
|
|
TheNerd
Junior Member
"Read" sounds like "Lead". But "Read" also sounds like "Lead" :o
Posts: 262
inherit
195696
0
Jul 14, 2015 4:32:32 GMT -8
TheNerd
"Read" sounds like "Lead". But "Read" also sounds like "Lead" :o
262
June 2013
thenerd
|
Post by TheNerd on Sept 8, 2013 13:39:39 GMT -8
Ah, thanks Brian.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 17:51:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 22, 2013 22:13:56 GMT -8
I was hoping to have the rank names transition in and out instead of abruptly appear so I added .ul-name { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;} to my style sheet and it didn't work. The names still appear abruptly, but they'd start out the color of their neighbor and then transition to their own color xD Very interesting effect. Do you know if it's possible to make the names appear on a transition? (fade in on hover)
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 23, 2013 22:40:24 GMT -8
I was hoping to have the rank names transition in and out instead of abruptly appear so I added .ul-name { -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;} to my style sheet and it didn't work. The names still appear abruptly, but they'd start out the color of their neighbor and then transition to their own color xD Very interesting effect. Do you know if it's possible to make the names appear on a transition? (fade in on hover) Not with how I implemented them, no.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 17:51:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 23, 2013 23:12:26 GMT -8
Alrighty, no problem! thanks you anyway!
|
|
Mist
New Member
Posts: 13
inherit
182000
0
Mar 17, 2017 14:43:12 GMT -8
Mist
13
August 2012
glacial
|
Post by Mist on Feb 3, 2014 10:51:53 GMT -8
Hey so I installed this plug-in and would very much like to add it to the Legend area instead. It looks too simple and lonely with the old/new post image by itself there and just much "white space" I try adding the code to it but all i got was this Instead I would like it possibly to the right. Also where you helped TheNerd above putting the group name to the right. Where am I suppose to the the CSS. I don't understand that and only the code shows up right wherever I put it instead. To help get you a better understanding of what I want I did some editing on Paint I was just having a lot of trouble because the legends either goes above "New posts" or below "New posts" and not to the right of "No New posts"
|
|