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 Oct 12, 2013 8:49:41 GMT -8
well.. its a good idea.. but what would you click?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 19:56:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 12, 2013 11:21:58 GMT -8
Would clicking a tab that's currently selected work?
|
|
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 Oct 12, 2013 11:24:54 GMT -8
that seems like the only option really
|
|
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 Oct 15, 2013 0:03:48 GMT -8
v1.2.0 submitted to library with a bunch of new features.
one of them is the ability to inline choose the tab alignment and animation to override the default chosen in plugin settings.
[/PTabbedContent={font-size:18px; height:600px; tab-alignment:left; animation:fade;}]
included as part of the inline CSS (which gets ignored since its not valid CSS), tab-alignment can be:
left center right evenly
and animation can be:
fade slide none
since things were changed over to divs, they animate a little better. and they can now be stacked. which means if you give each tab an inline style of "position:absolute",
[/PTab={position:absolute}]
the divs will be stacked on top of each other when they fade. however you also have to give the table a fixed height or it will but a table border around just the tabs themselves.
|
|
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 Oct 16, 2013 2:07:09 GMT -8
new version in library
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Oct 16, 2013 7:00:22 GMT -8
I'll try it when I can unlock my forum I'm just hoping I can remove the spacing w/o messing up the look of the tables
|
|
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 Oct 19, 2013 18:06:04 GMT -8
@khristian and ₪» ⅀ ƪ Ƒ «₪did the new features work out?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 19:56:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Oct 19, 2013 18:17:45 GMT -8
It seems like everything is working, Wormopolis! I LOVE the slide animation option, by the way
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Oct 20, 2013 7:08:01 GMT -8
@khristian and ₪» ⅀ ƪ Ƒ «₪did the new features work out? well... the feature itself does... somewhat: ok... here's what I'm going after: - some spacing still exists (as shown in red) - the content border isn't positioned properly I would also like it if I could get the content border to wrab around the tabs so it'll extend to the title (and of course wrap around the tabs when there is no title, instead of leaving an open gap) perhapse the border should be around the entire thing instead... >.> anyways... I can post my CSS if you need that too EDIT: made previews clickable EDIT2: .post .message table.PT_table {/* Overall table default */ width: 90%; border: #303030 1px solid; padding: 0px;}
^still doesn't work (at all)
|
|
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 Oct 20, 2013 10:55:46 GMT -8
put this in forum CSS
.post .message table.PT_table td {padding: 0px;}
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 20, 2013 11:06:36 GMT -8
@ Wormopolis - is there a way to make the default landing tab already have the 'selected' color? (has this been answered already? ._.)
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Oct 20, 2013 11:12:23 GMT -8
put this in forum CSS .post .message table.PT_table td {padding: 0px;} nothing different :/ if I'm right, adding "tr" before "td" works, but it affects ALL tables in the tabs section... EDIT: oh now it's different from the last time here's a screenshot:
|
|
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 Oct 20, 2013 11:19:05 GMT -8
@ Wormopolis - is there a way to make the default landing tab already have the 'selected' color? (has this been answered already? ._.) that was fixed in the last version update. is it not doing it for you? put this in forum CSS .post .message table.PT_table td {padding: 0px;} nothing different :/ if I'm right, adding "tr" before "td" works, but it affects ALL tables in the tabs section... EDIT: oh now it's different from the last time here's a screenshot: *shrug* it worked for me to get rid of all the spacing around the tabs when I tried it. maybe you have some further CSS adding it back in then.
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Oct 20, 2013 11:53:51 GMT -8
*shrug* it worked for me to get rid of all the spacing around the tabs when I tried it. maybe you have some further CSS adding it back in then. moved it to the bottom and it worked, but only in the same manner as the image I just posted. - outer border still doesn't work - still that same padding between the tabs and the title - ALL content in the tabs are affected (inner tables, tabs, and title all have no padding) EDIT: if there is anything else modding it, it would have to be defaulted by PB... (I rarely ever touch the raw src as that's not what your supposed to do when GUIs with readily available options are provided for implementation) still... why do we still need a hack which still doesn't work properly when this was discussed 2-3 versions ago?? :/ why isn't there a fully implemented CSS class to be able to take care of this??
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Oct 20, 2013 12:54:34 GMT -8
|
|