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



GetSimple Support Forum
i18N - menu range limited - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: i18N - menu range limited (/showthread.php?tid=16608)



i18N - menu range limited - Timer - 2022-03-30

Hi all,
Is possible to set the limit of display items in menu using this tag:

<?php get_i18n_navigation(return_page_slug(),0, 99,I18N_SHOW_MENU); ?>

For example:
I have 5 sub pages
menu1 | menu2 | menu3 | menu4 | menu5

but I want to see on website just 4 sub pages
menu1 | menu2 | menu3 | menu4

Method with 'Page Visibility' is excluded.

Thanks


RE: i18N - menu range limited - Felix - 2022-03-30

Hi,
You can find all the parameters for the i18n on the website of the creator:

http://mvlcek.bplaced.net/


RE: i18N - menu range limited - Oleg06 - 2022-03-31

99 replace with the desired number