inherit
97216
0
Nov 15, 2024 16:10:17 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 21, 2013 8:04:46 GMT -8
As of the v2.0.0 Release, this plugin is now editable by anyone who would like to extend upon it. Go nuts. If you've got any questions, ask here!
This code does not work with Highlightable Code by shortyverrett94, so here's an alternate version that works with style tags: Code Tag Remodel by iPokemon
Change Logv2.1.0
As of v2.1.0, these elements can have [attr] tags used inside of them: a, b, blockquote, div, i, li, ol, span, td, ul.
v2.2.0
As of v2.2.0, there are massive speed improvements with an overhauled system. Variables in [newclass] tags can now use dollar-sign notation as in CSS preprocessors such as LESS or SASS,
e.g. [newclass=".newclass"]background-color:$variable;[/newclass]
v2.3.0
With ProBoards recent transition to HTTPS, the Google Fonts tag may have stopped working for your forum. v2.3.0 fixes the linked Google Fonts files to be HTTPS instead of HTTP.
Appreciate my work?
Attachments:Style Tag.pbp (3.21 KB)
|
|
inherit
188358
0
Jun 9, 2023 19:17:18 GMT -8
Dorothia
139
January 2013
aquarius1427
|
Post by Dorothia on Jun 22, 2013 13:38:40 GMT -8
I'm not going to lie, I squealed at this. Does it work the same as it did before?
|
|
inherit
97216
0
Nov 15, 2024 16:10:17 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 22, 2013 13:48:40 GMT -8
I'm not going to lie, I squealed at this. Does it work the same as it did before? Not exactly. The newclass tags are the same, but since v5 uses div tags that don't allow classes or ids or rels, I had to add something different to have the same features. To add an id, class, rel, or style, you simply put an [attr="type","values"] inside a [div] tag, and the [attr] will attach itself to the closest div tag. You can use multiple attr tags on one div tag as well.
|
|
inherit
188358
0
Jun 9, 2023 19:17:18 GMT -8
Dorothia
139
January 2013
aquarius1427
|
Post by Dorothia on Jun 22, 2013 14:33:12 GMT -8
Okay so just making sure I got this correctly. To add a class it would be.
[div] [attr="class","css here"] [/div]
Was that correct?
Okay so like the old Style Tags we had before, it doesn't matter if someone else uses the same class name as you does it? I found a Headers/Footers Style Tags code but two people on the site couldn't use the same class name.
|
|
inherit
97216
0
Nov 15, 2024 16:10:17 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 22, 2013 19:24:01 GMT -8
Okay so just making sure I got this correctly. To add a class it would be. [div] [attr="class","css here"] [/div] Was that correct?
Okay so like the old Style Tags we had before, it doesn't matter if someone else uses the same class name as you does it? I found a Headers/Footers Style Tags code but two people on the site couldn't use the same class name. That's still a problem, yes. I plan to add more functionality to the code soon, just haven't had time to do more work on it. And yes, that's correct.
|
|
inherit
harrywallen@yahoo.co.uk
195540
0
Oct 14, 2013 22:00:25 GMT -8
arrysjowls
6
June 2013
arrysjowls
|
Post by arrysjowls on Jun 24, 2013 21:10:49 GMT -8
Is there any chance of a couple of examples to show how to use this.
Thanks
H
|
|
inherit
97216
0
Nov 15, 2024 16:10:17 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 24, 2013 23:02:49 GMT -8
Taken from my pokemon RPG: [nospaces] [div] [attr="class","orion-container"] [div] [attr="class","post_right-orion"] [div style="padding:8px;"] [img src="http://storage.proboards.com/3700925/a/gaFqyCDbmGz0grEnhB5h.png"] [img src="http://storage.proboards.com/3700925/a/gaFqyCDbmGz0grEnhB5h.png"] [img src="http://storage.proboards.com/3700925/a/gaFqyCDbmGz0grEnhB5h.png"][break] [span style="font-size:22px !important;font-weight:bold;color:white;"]professor orion[/span][break] [span style="font-size:15px !important;font-weight:bold;color:#c7c7c7;"]paging @@aurelio[/span] [/div] [div][attr="class","clear"][/div] [/div] [div] [attr="class","post_content-orion"] [div style="padding:12px;"] [b]"Talking"[/b], he said.. Lorem ipsum dolor set, be bop boop. [/div] [/div] [div][attr="class","clear"][/div] [/div] [newclass=.orion-container]width:425px; margin: 0 auto; border-radius: 4px;background-color: #1fa7b3; padding-bottom:15px; border: 1px solid #13565C;[/newclass] [newclass=.post_content-orion]width: 100%; background-image:url(http://i.imgur.com/FUIm5ad.png); color: #5f5f5f; font-size: 13px;[/newclass] [newclass=.post_right-orion]width:100%; text-align:center; [/newclass] [newclass=.post_right-orion img]width:100px; height: 100px;margin-right: 10px;[/newclass] [newclass=.post_right-orion img:last-child]margin-right:0;[/newclass]
Looks like this:
|
|
inherit
harrywallen@yahoo.co.uk
195540
0
Oct 14, 2013 22:00:25 GMT -8
arrysjowls
6
June 2013
arrysjowls
|
Post by arrysjowls on Jun 24, 2013 23:19:30 GMT -8
Thanks,
Looking forward to experimenting with this.
H
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 17, 2013 0:47:48 GMT -8
Just curious but where can we get this from - if at all? I can't find it any more
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 19, 2013 6:14:01 GMT -8
-nudges this curiously- Bennett 🚀 any information- I'm just curious as to if its been deleted
|
|
inherit
97216
0
Nov 15, 2024 16:10:17 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jul 19, 2013 10:39:40 GMT -8
Boy_Wonder: It's been removed from the library for exploits that could potentially cause chaos on your forum, given the person knows how to use it.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 19, 2013 10:45:14 GMT -8
Awwh okay, will it be brought back up at any point?
|
|
inherit
97216
0
Nov 15, 2024 16:10:17 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jul 19, 2013 10:47:21 GMT -8
Awwh okay, will it be brought back up at any point? Once I get around to completely recoding it and making it as clunky as possible with all these conditionals Hopefully sooner than later. I also plan to fix some of the other problems like conflicting class names.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jul 19, 2013 10:50:34 GMT -8
Okaylies! I can't wait xD
|
|
ETTY
New Member
I like it when you call me Big Poppa
Posts: 23
inherit
mckevitt@ymail.com
198956
0
Aug 20, 2014 22:38:40 GMT -8
ETTY
I like it when you call me Big Poppa
23
August 2013
hashirama
|
Post by ETTY on Aug 26, 2013 13:35:06 GMT -8
So, is there a new one or is it still WIP?
|
|