Hmmm, ok. So how do I re-write the above, working though deprecated line of code to make it work with the name-spaced function? I didn't find any good documentation on getArticleRoute when googling.JRoute is deprecated and will not work in later versions of Joomla.
Use the name-spaced function shown by @SharkyKZ
I tried these arguments in getArticleRoute:
Code:
getArticleRoute($this->item->slug, $this->item->catid, $this->item->language)
which is a good start, but I also need the category destination (/nyheter) after index.php. How do I add that properly?
Statistics: Posted by SocketPup — Mon Apr 29, 2024 2:24 pm