inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on May 9, 2014 15:31:22 GMT -8
Could it be possible to have to effect each post individually instead of just your posts? Use different class names or just use ids since ids are supposed to be unique and for one item only I'll add a note to self to add a setting for the next version.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on May 9, 2014 15:42:01 GMT -8
I like reusing class names because I'm lazy, I'll try id's though. Thanks!
Edit: Just tried id's but they still interfere!
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on May 9, 2014 23:33:07 GMT -8
I like reusing class names because I'm lazy, I'll try id's though. Thanks! Edit: Just tried id's but they still interfere! The ids need to all be different; not just a set of some for each post; they've all got to be unique. otherwise, I suggest just appending something distinguishable to the end of each class relating to that template eg -tmp2
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on May 10, 2014 5:04:37 GMT -8
I have sets of templates so for example I have a set called Grunge Green. I named all the classes GGcontent, GGtable, etc. However, because they are a set, people will probably but using more than one of them so the classes will still interfere. I'd rather not have a billion classes, but all well. I still highly suggest adding to the plugin as a future option AT LEAST that it reads each post separately.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on May 10, 2014 16:11:55 GMT -8
I have sets of templates so for example I have a set called Grunge Green. I named all the classes GGcontent, GGtable, etc. However, because they are a set, people will probably but using more than one of them so the classes will still interfere. I'd rather not have a billion classes, but all well. I still highly suggest adding to the plugin as a future option AT LEAST that it reads each post separately. Thats the thing though. I have it the way it is so you don't have to keep putting your newclass tags in each post because those can get rather heavy. And yes, I've already noted it for the next version.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on May 10, 2014 17:18:53 GMT -8
I guess that makes sense. Okie dokie.
|
|
inherit
186892
0
Jun 8, 2014 10:38:55 GMT -8
flashburnout
11
December 2012
flashburnout
|
Post by flashburnout on Jun 8, 2014 10:37:07 GMT -8
Hi iPokemon! I was playing around with :focus and using tabindex to create tabs, but it won't work when I use the [attr="tabindex","0"] method. I need to use it with a class (classname:focus), so I tried with:
[div][attr="class","classname"][attr="tabindex","0"]content[/div]
That doesn't work either. Would there be any way of using multiple attributes in a later version?
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 8, 2014 12:30:54 GMT -8
Hi iPokemon! I was playing around with :focus and using tabindex to create tabs, but it won't work when I use the [attr="tabindex","0"] method. I need to use it with a class (classname:focus), so I tried with:
[div][attr="class","classname"][attr="tabindex","0"]content[/div]
That doesn't work either. Would there be any way of using multiple attributes in a later version? The only allowed attributes are: id, class, title, rel, and style, primarily because those are the most used attributes on a div element. TabIndex is exclusively used for input elements as far as I'm concerned, and slightly confused as to why you'd be using tabindex and focus on a div.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 9, 2014 3:16:40 GMT -8
I have a plugin for tabbed tables if interested
|
|
inherit
211236
0
Jul 8, 2014 18:16:01 GMT -8
silversummersong
3
July 2014
silversummersong
|
Post by silversummersong on Jul 7, 2014 22:14:15 GMT -8
So just to clarify, will the newclass tag will not work within tables because it goes hand in hand with the attr tag which is solely for divs, correct?
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jul 9, 2014 15:56:46 GMT -8
So just to clarify, will the newclass tag will not work within tables because it goes hand in hand with the attr tag which is solely for divs, correct? Correct. [attr] tags will not work inside td, tr, or table elements. Divs can achieve table qualities with the display CSS property (display: (table | table-row | table-cell)).
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jul 10, 2014 14:57:43 GMT -8
Hey Bennett 🚀, I noticed this plugin doesn't work in messages or on custom pages, can that be changed? If not, no worries.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jul 10, 2014 16:46:13 GMT -8
Hey Bennett 🚀, I noticed this plugin doesn't work in messages or on custom pages, can that be changed? If not, no worries. Add .message to the div that holds the content of the posts and it'll parse them.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jul 10, 2014 20:26:48 GMT -8
Also for custom pages?
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jul 11, 2014 12:35:29 GMT -8
I don't know if plugins are run on custom pages, nor would they really be needed because you're the one editing the HTML.
|
|