The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
Using a Tab Component - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Using a Tab Component (/showthread.php?tid=2362)



Using a Tab Component - warxsg - 2011-11-10

Hi all,

my customer wants to display the images of his products on a page.
The problem is that He has differents cathegory of products; I was thinking about using a TAB component ( written in PHP ), each TAB will contain the pictures of the products.
So, have you got any suggestions about a TAB component to use ?
Did you ever use a Tab Component inside pages ?
Cheers.

warxsg


Using a Tab Component - yojoe - 2011-11-10

I'd try to do this with jquery tabs along with loading product pages content (1category per page) into them in a loop.
You can find nice list of jq tabs here: http://www.extratuts.com/amazing-jquery-tabs-tutorials

Did you try Mikeh's Items Manager plugin ?