Loading...
 
Features / Usability

Features / Usability


Aw: Brackets in Pagename

posts: 5 Germany

> [tiki-index.php?page=pagename (category)|pagename (category)]

not the best solution because backlings are not recognized like this.
I found the change which results into that behaviour though:

tiki-setup.php line 1132

was in previous versions
$page_regex = '([^|\(\)])([^|](?!\)\)))*?([^|\(\)])';
now is
$page_regex = '([^|\(\)])([^|\(\)](?!\)\)))*?([^|\(\)])';

what was the reason for changing this? thanks a lot guys.
you are doing great work here.

david

There are no comments at this time.