The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Can a user ever create more than 6 tabs for a view? - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Can a user ever create more than 6 tabs for a view? (/showthread.php?tid=1258)



Can a user ever create more than 6 tabs for a view? - crunchers - May 4th, 2011

I'm guessing no(?). A deliberate limit imposed by nature of FT's control panel stylesheet/html etc (only so many tabs you can fit in one row).

...

Well, I answered my own question whilst typing this.

Thanks, Ben.

:q


RE: Can a user ever create more than 6 tabs for a view? - Ben - May 5th, 2011

Heya,

Exactly - it's just limited due to the horizontal space in the templates. The markup for the tabs is simply awful though... I could free up some space by removing the inline images for the tab ends and using background images & divs instead of the terribly 1990's-style table layout like they have now...

But even then I'd still limit it to, say, 8 tabs. Basically I just added the limitation to prevent people from making the Edit Submission pages from looking awful.

- Ben


RE: Can a user ever create more than 6 tabs for a view? - alexh - May 5th, 2011

I think the tabs are great. On one of the forms I just built, I organized the information into tabs. The submitting person's contact info goes in one tab, the details of the submission in another, and then another tab with space for us to mark whether or not it's been reviewed, by who, and any comments.

I haven't had the need for more than just a few tabs yet.. but I'm sure someone will. I know it might be a coding nightmare, but they could also stack, so there would be two rows of tabs. Of course now I'm thinking in my head about how to code that with CSS and it doesn't sound fun.

Alex

(May 5th, 2011, 12:59 PM)Ben Wrote: Heya,

Exactly - it's just limited due to the horizontal space in the templates. The markup for the tabs is simply awful though... I could free up some space by removing the inline images for the tab ends and using background images & divs instead of the terribly 1990's-style table layout like they have now...

But even then I'd still limit it to, say, 8 tabs. Basically I just added the limitation to prevent people from making the Edit Submission pages from looking awful.

- Ben




RE: Can a user ever create more than 6 tabs for a view? - Ben - May 5th, 2011

Yeah, I've only ever needed more than 6 tabs a couple of times - but when it does happen, it's kind of a pain.

Stacking tabs is definitely an option, but I always found it rather unintuitive, you know? The other possibility is tabs on the left: that would free up room for any number of them, even though it would rob the overall width by a 100-150px or so.

Thanks for the feedback, btw!

- Ben