Pagelinking not correct
scriptor |
|
---|---|
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] |
|
Dit bericht is bewerkt door scriptor (2010-03-25 18:08, 15 jaren ago) |