I'm stuck!
I am trying to place a link within the text of a Section, which refers to a category page. I use this as the link:
index.php?option=com_content&task=category§ion id=8&id=112&Itemid=61
...and after copy/pasting this link, I get this:
index.php?option=com_content&task=category
§ionid=8&id=112&Itemid=61
which should display this:
?option=com_content&task=category§ionid=8&id=1 12&Itemid=61
OR this:
index.php?option=com_content&task=view&id=111
and I get this:
You are not authorized to view this resource.
You need to login.
Yikes! What is wierd is that Mambo is changing the HTML of that Section text automatically, even if I manually edit the link (categoryid=, etc.) I want using the HTML/WYSIWYG toggle on the editor. AND, the items are correctly linked and working on the menu!
Since those categories are properly linked in the menu, I tried to I use those links - but I am still unable to link correctly within the body of a page/item. The effect of this is that the wrong pages are being displayed, and the only way to get to those categories is via the menu.
I downloaded and overwrote the content and blog patches for 4.5.1, but this hasn't seemed to resolve the issue.
Shouldn't it be as clear & simple as using a link that works? Should I use a
http://www... link? What else can I try/do???