Re: PATCH: Link to section/category
Posted: 05 Feb 2009, 15:24
Hi Jan,
When using JRoute::_() the first argument is a URL without the Itemid. The JRoute::_() function should find the Itemid by itself. In the code of Phoca Download the given URL had the Itemid included, which is unneeded and even unwanted. So I stripped the Itemid part from the URL. After that, JRoute::_() just adds the same Itemid again, but at least that's the correct process.
On the page of multiple items, when there are no items to be shown, I added a small "No items" text.
When using JRoute::_() the first argument is a URL without the Itemid. The JRoute::_() function should find the Itemid by itself. In the code of Phoca Download the given URL had the Itemid included, which is unneeded and even unwanted. So I stripped the Itemid part from the URL. After that, JRoute::_() just adds the same Itemid again, but at least that's the correct process.
On the page of multiple items, when there are no items to be shown, I added a small "No items" text.