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
Page Headlines - 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: Page Headlines (/showthread.php?tid=6231)



Page Headlines - SoHo22 - 2014-05-08

Hi,
the site I´m developing has a structure as follows:

Home (index.php)
subpage 1
subpage 2 ...
Next Mainpage
subpage 1
subpage 2 ...

Page headlines are called by <?php get_page_title(); ?>

And they are correctly shown on Next Mainpage > subpage 1 ...
but on Home > subpage 1 ... there is still the Headline of Home.

I use the multileve I18-navigation, which works fine. Deactivating it has no effect on this headline problem.

Has anyone an idea?

Thanx
SoHo


RE: Page Headlines - shawn_a - 2014-05-09

Are you talking about page titles or menu titles ?


RE: Page Headlines - SoHo22 - 2014-05-09

Now I know the problem has to do with fancy URL. When I deactivate them, all works fine.

With activated fancy URL, the URL mysite/index/subpage1 shows the index-page instead of subpage1.

Idea So I tested some settings with Custom Permanent Structure, added a virtual sub-folder and it works with subfolder/%slug%/



Thank you
SoHo