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 Jun 27, 2013 1:11:10 GMT -8
WormopolisTagging you as its your plugin originally. Wasn't sure where to put this but I'd love for it to be possible to make it so I could style it say inline so if I wanted it to look different on a variety of threads this would be possible. It's something I'm sure members would love to play around with for setting up things like plotters and trackers support.proboards.com/thread/470452/tabbed-table-posts-library-supportOriginally thread
|
|
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 Jun 29, 2013 9:44:28 GMT -8
More than 24 hours, since last asking so putting up a BUMP
|
|
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 29, 2013 10:49:49 GMT -8
yeah I dont have any ideas on how to implement that
|
|
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 Jun 29, 2013 19:32:43 GMT -8
Awwh kk - I wasn't sure if using style tag coding would work, might give it a go though
|
|
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 29, 2013 20:59:53 GMT -8
if iPokemons style tags attach to the closest TD they are inside, THAT might work. you might consider giving that a try
|
|
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 Jun 30, 2013 0:37:01 GMT -8
I know the attr thingy attaches to the nearest 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 30, 2013 11:10:03 GMT -8
ah that wont work then... I have to check with Bennett 🚀 to see if I can utilize his concept for the internal style tag attaching to nearest TD
|
|
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 30, 2013 11:23:36 GMT -8
ah that wont work then... I have to check with Bennett 🚀 to see if I can utilize his concept for the internal style tag attaching to nearest TD I could extend it if you'd like? I thought tables were styleable though?
|
|
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 30, 2013 11:29:14 GMT -8
the tables are added by the plugin itself, so they only get styling from whatever CSS is added to the class.
he is after inline styling, which I would have to mimic the "closest tag" concept you are using, or if your code applied to closest TD tag that would work as well.
my only other idea, would be to use the backend of the tag. so like:
[PTtab=name] content [/PTtab={style string}]
|
|
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 30, 2013 11:31:54 GMT -8
the tables are added by the plugin itself, so they only get styling from whatever CSS is added to the class. he is after inline styling, which I would have to mimic the "closest tag" concept you are using, or if your code applied to closest TD tag that would work as well. my only other idea, would be to use the backend of the tag. so like: [PTtab=name] content [/PTtab={style string}] Well, let me know what you end up wanting to do.
|
|
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 Jun 30, 2013 20:11:07 GMT -8
If the attr thing could be brought in. I'm just thinking of ways of setting up posting tables that this could be applied to etc - I already use it without inline styling for cellphones and emails on site in charcter but I'd love for this to be an option more widely used
|
|
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 4, 2013 22:26:45 GMT -8
Also any feasibility of this happening?
|
|
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 Jul 4, 2013 23:30:39 GMT -8
Im trying to work out the style stuff to be added in the closing bracket idea. should hopefully have it working this weekend.
I wont be making it where you can create your own new class ids or overwrite the definitions of other classes like the ipokemon code already does. what Im adding in makes it only affect the section that the tag just closed.
|
|
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 5, 2013 1:02:00 GMT -8
That's fine thanks Wormo!
|
|
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 Jul 6, 2013 1:39:24 GMT -8
v1.0.2 submitted inline styling to the sections, as well as the table itself are now possible. optional to style tabs themselves with same style as section
|
|