Forums / Cotonti / Support / Tags and url Rewrite Problem

Pagelinking not correct

scriptor
#23741 2010-03-24 05:12
i use for an example the URL Transformation Rules for pages
example:
Area: Page
Parameters: al=*
Format: {$c}/{$al}.html

Added 1 day later:

I solve the problem in the tag plugin file functions.php line 145 i change this

From: 'TAGS_RESULT_ROW_URL' => empty($row['page_alias']) ? sed_url('page', 'id='.$row['page_id']) : sed_url('page', 'al='.$row['page_alias']),
TO: 'TAGS_RESULT_ROW_URL' => $row['page_alias'] ? $row['page_cat'].'/'.$row['page_alias'].'.html' : sed_url('page', 'al='.$row['page_alias']),
[url=http://www.freak-forum.de]Freak-Forum.de[/url] - The Freakstyle Community<br />
[url=http://www.adelmann-solutions.com]adelmann-solutions, webdesign Freiburg[/url]
This post was edited by scriptor (2010-03-25 18:08, 14 years ago)