The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
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
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fancy URL: http://domain/cat1/cat2/page
#3
I'm using GetSimple 3.2.1 and the newest version of I18N, too...
Maybe it works only in combination with I18N Navigation? I use their navigations, maybe that is it?

I'm not sure about the great grand parents, as my website only has up to two levels, but I guess then it would be sth like this:
PHP Code:
$data self::getPageData($slugparent);
if(
$data) {
  
$parentparent $data->parent;
  if(
$parentparent != "") {
    
$data self::getPageData($parentparent);
    
$greatparentparent $data->parent;
    if(
$greatparentparent != "") {
      
$slugparent $greatparentparent ."/".$parentparent."/".$slugparent;
    } else {
      
$slugparent $parentparent."/".$slugparent;
    }
  }

... but that is only an idea, didn't try that^^
Reply


Messages In This Thread
Fancy URL: http://domain/cat1/cat2/page - by Kida - 2013-04-27, 23:52:38
RE: Fancy URL: http://domain/cat1/cat2/page - by Kida - 2013-05-03, 05:31:34



Users browsing this thread: 1 Guest(s)