pulsorock
Posts: 28
|
| Posted: 10/27/2009, 10:38 AM |
|
How can I remove the params from the URL in the menu builder?
I have a a dynamic menu from database. The menu_link field has the URL of the file I want to link (ie: news_edit.php) the problem is that if in the current page I am has URL parameters, these params are passed to the URLs in the menu too.
For example, I'm on page: article_edit.php?id=52
And I want to go in the menu to the item that links to news_edit.php, the generated link will be: news_edit.php?id=52.
Passing the sames params to every link on the menu. I really need to remove this. How can I do this?
Thanks!
|
 |
 |
omendoza
Posts: 4
|
| Posted: 11/08/2009, 9:55 PM |
|
Jus go to HTML view, search for ItemLink, then select it and in the properties window in the Data section select Preserve Parameters = None.
|
 |
 |
|