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
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
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
do you have an idea how to make menu with pictures representing tabs? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: do you have an idea how to make menu with pictures representing tabs? (/showthread.php?tid=3952)



do you have an idea how to make menu with pictures representing tabs? - marcinw - 2012-12-01

HI

I have following issue,

I need to build website with submenu which is not a standard menu but just a set of pictures on the website.
When you click on the picture you should be taken to the specific page of your websites.

This kind of solutions are used rather for e-shops,
But just wanted to know if some one of you knows how to attach the subject or which plugin use to do it.

under that link you can see example of website with menu possible to enter by pictures.

http://www.freewebsitetemplates.com/preview/flowershoptemplate/

Thanks in advance for your feedback.


RE: do you have an idea how to make menu with pictures representing tabs? - jason.dixon.email - 2012-12-01

(2012-12-01, 02:00:24)marcinw Wrote: HI

I have following issue,

I need to build website with submenu which is not a standard menu but just a set of pictures on the website.
When you click on the picture you should be taken to the specific page of your websites.

This kind of solutions are used rather for e-shops,
But just wanted to know if some one of you knows how to attach the subject or which plugin use to do it.

under that link you can see example of website with menu possible to enter by pictures.

http://www.freewebsitetemplates.com/preview/flowershoptemplate/

Thanks in advance for your feedback.

You could try using the Items Manager plugin. It may do what you're looking for.


RE: do you have an idea how to make menu with pictures representing tabs? - eatons - 2012-12-01

You should be able to do those inside the CKEditor.
Load the image into the page, … then set the link to the appropriate page.
Make sure you're using the full URL for your link.
... i hope this helps!


RE: do you have an idea how to make menu with pictures representing tabs? - Timbow - 2012-12-01

Not too sure exactly which bit you are stuck on.

You would create your target pages in the normal way, but just don't add them to the navigation menu. Then create a link to each page with ordinary html, or as eatons says using the ckeditor.

The hardest part is laying out your images in a grid. You can use a table. People will frown at misuse of a table but it's probably the most straightforward way. I have never used the Items Manager Plugin.


RE: do you have an idea how to make menu with pictures representing tabs? - yojoe - 2012-12-02

(2012-12-01, 02:00:24)marcinw Wrote: HI

I have following issue,

I need to build website with submenu which is not a standard menu but just a set of pictures on the website.
When you click on the picture you should be taken to the specific page of your websites.


I'm not quite sure what exact menu you are talking about, but i198n menu plugin adds to every menu item its own class.
Thus if you name your page "page1" and enable "add to menu item" with same name, this menu items gets a class "page1" and you are able to stylize it in the way you want using css.


RE: do you have an idea how to make menu with pictures representing tabs? - mvlcek - 2012-12-02

(2012-12-01, 02:00:24)marcinw Wrote: I need to build website with submenu which is not a standard menu but just a set of pictures on the website.
When you click on the picture you should be taken to the specific page of your websites.

Or you can use the I18N Custom Fields plugin with a custom field 'image' and then use custom navigation rendering with the I18N plugin using this 'image'.