Former Member
inherit
guest@proboards.com
164531
0
Nov 22, 2024 15:02:35 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Nov 17, 2012 22:31:27 GMT -8
Done. Added options for title bar border color, title bar background image, and container border color. I also hopefully made it so that it doesn't matter if there's new lines, spaces, or tabs between the <h2> tags. Awesome!! Thank you
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 18, 2012 1:38:07 GMT -8
Yet another request, because hey, it's not like you have anything else to do. Would it be possible to make the colour changes carry over to the thread list, and maybe even threads themselves within the boards that're in each category? ed; my spelling is awful. Just experimented with this for a little over an hour and it looks like it's a no go. I got everything working except the scrolly thingy with the page numbers and actions. At first it complied, but then the page added its own style attributes to it, removing mine. In short, it would probably take a whole lot of work and thinking power and make the script for this way, way bigger. Sorry, man.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 18, 2012 8:25:04 GMT -8
Yet another request, because hey, it's not like you have anything else to do. Would it be possible to make the colour changes carry over to the thread list, and maybe even threads themselves within the boards that're in each category? ed; my spelling is awful. Just experimented with this for a little over an hour and it looks like it's a no go. I got everything working except the scrolly thingy with the page numbers and actions. At first it complied, but then the page added its own style attributes to it, removing mine. In short, it would probably take a whole lot of work and thinking power and make the script for this way, way bigger. Sorry, man. No worries bud. It's not actually something I'd have an immediate use for (if I even had an active forum), just thought it'd be cool, basically. =P
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 18, 2012 19:19:58 GMT -8
No worries bud. It's not actually something I'd have an immediate use for (if I even had an active forum), just thought it'd be cool, basically. =P I had another go at it, found some more variables that were available, and made it work. Woo! So now boards and threads within a colored category can inherit the colors of the category. This also includes the legend, board info, and shoutbox.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 18, 2012 19:27:09 GMT -8
No worries bud. It's not actually something I'd have an immediate use for (if I even had an active forum), just thought it'd be cool, basically. =P I had another go at it, found some more variables that were available, and made it work. Woo! So now boards and threads within a colored category inherit the colors of the category. This also includes the legend, board info, and shoutbox. Righteous. =] Testing now, and it seems to be working almost 100% Everything changes, works in boards (including sub boards), but my fourth category refuses to work. =[
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 18, 2012 19:30:28 GMT -8
I had another go at it, found some more variables that were available, and made it work. Woo! So now boards and threads within a colored category inherit the colors of the category. This also includes the legend, board info, and shoutbox. Righteous. =] Testing now, and it seems to be working almost 100% Everything changes, works in boards (including sub boards), but my fourth category refuses to work. =[ That 4th category hates me. Apparently in the source its name is followed by a \n. Why the heck is it doing that?
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 18, 2012 19:36:00 GMT -8
Righteous. =] Testing now, and it seems to be working almost 100% Everything changes, works in boards (including sub boards), but my fourth category refuses to work. =[ That 4th category hates me. Apparently in the source its name is followed by a \n. Why the heck is it doing that? I'm not even sure what \n does. =P It was the one that I left from last time though, when the extra spaces were killing the plugin - same fix as before. Edit cat, no changes, save, works. Before it would show up pink on the main page, not inside the board. Now it all works. Odd. =P ed; fwiw, the category name problems are a PB thing, not me. =P When editing there was no extra spaces or anything, so I'm blaming your end, or the conversion or something. =P
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 18, 2012 19:41:26 GMT -8
That 4th category hates me. Apparently in the source its name is followed by a \n. Why the heck is it doing that? I'm not even sure what \n does. =P It was the one that I left from last time though, when the extra spaces were killing the plugin - same fix as before. Edit cat, no changes, save, works. Before it would show up pink on the main page, not inside the board. Now it all works. Odd. =P ed; fwiw, the category name problems are a PB thing, not me. =P When editing there was no extra spaces or anything, so I'm blaming your end, or the conversion or something. =P \n in a script denotes a new line. Not my plugin's fault, but your forum doofing up. Might be worth noting in a bug report or something next time it comes up.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 18, 2012 19:46:12 GMT -8
I'm not even sure what \n does. =P It was the one that I left from last time though, when the extra spaces were killing the plugin - same fix as before. Edit cat, no changes, save, works. Before it would show up pink on the main page, not inside the board. Now it all works. Odd. =P ed; fwiw, the category name problems are a PB thing, not me. =P When editing there was no extra spaces or anything, so I'm blaming your end, or the conversion or something. =P \n in a script denotes a new line. Not my plugin's fault, but your forum doofing up. Might be worth noting in a bug report or something next time it comes up. Only noticed cat names thus far, but at some point I'll try looking through a new forum, and will convert another one up to see what that does. =]
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 22, 2012 3:38:34 GMT -8
Updated to 1.2.1 for a small fix when using certain characters (ex: & needed to be &, but wasn't accepted in both the title bars and the Javascript object check). Also, you can now preview this plugin when using the Cave of the Err Bear skin here on ProBoards Support.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 24, 2012 19:35:56 GMT -8
1.2.2 - Fixed colors not applying when replying or creating new threads
1.2.3 - Fixed colors not applying when quoting or editing
|
|
inherit
173578
0
Apr 1, 2016 11:23:29 GMT -8
Izaya Orihara
129
November 2011
starryneko
|
Post by Izaya Orihara on Nov 25, 2012 21:11:54 GMT -8
Would it be too much to ask for font-styles? A lot of rp sites now are using google fonts, and other font styles- is there a way to put this in the code, or edit it so we can use it in combination to this code?
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Nov 29, 2012 5:33:45 GMT -8
It just doesn't seem to work at all for me :s I even created the new category test and tried the save without editing anything thing and turning off all my other plugins but to no avail. solariatest.freemessageboards.com/Any ideas?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 29, 2012 12:07:19 GMT -8
Would it be too much to ask for font-styles? A lot of rp sites now are using google fonts, and other font styles- is there a way to put this in the code, or edit it so we can use it in combination to this code? You can already add CSS with the font BBCode tag in the Display Name field when you're editing a category. For instance, add [font style="font-variant: small-caps;"]Category Name[/font] and it'll come out as: It's a feature now. No extra bells or whistles necessary. I've never used Google Fonts, but I doubt it would have to be embedded into my plugin for it to work, from what I'm reading. It just doesn't seem to work at all for me :s I even created the new category test and tried the save without editing anything thing and turning off all my other plugins but to no avail. solariatest.freemessageboards.com/Any ideas? The default theme layout updated, so my code is outdated because it's looking for the title bar's specific class. I've fixed this on my end and I'll upload the plugin tonight.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 29, 2012 20:17:44 GMT -8
1.2.4 - Changed the way the code finds categories to account for layout changes on PB's end
|
|