Problem with displaying download code in article
Posted: 20 Sep 2010, 23:24
Hello world,
I'm having a basic problem. I want to add my Phoca Download category to an article. But I can't seem to get the editor to accept the code as code. I looked at the docs and tried this:
(while editing the HTML of the article in Joomla)
{phocadownload view=sections|text=Sections|target=1}
When I look at it in my browser I still see that text, exact text instead of a link or list for download.
I have been able to access a phoca download list from a menu. so I know my sections and categories are working. But I want to place it in an article...
anyone have an example I could look at? Why is the editor not accepting the code?
here is my HTML
Thanks
Talmore
I'm having a basic problem. I want to add my Phoca Download category to an article. But I can't seem to get the editor to accept the code as code. I looked at the docs and tried this:
(while editing the HTML of the article in Joomla)
{phocadownload view=sections|text=Sections|target=1}
When I look at it in my browser I still see that text, exact text instead of a link or list for download.
I have been able to access a phoca download list from a menu. so I know my sections and categories are working. But I want to place it in an article...
anyone have an example I could look at? Why is the editor not accepting the code?
here is my HTML
Code: Select all
<h1 style="text-align: center;">Animals</h1>
<p>Here are collection of wild, and not so wild animals you can color!</p>
<p>Choose an animal.</p>
<p> </p>
<p>{phocadownload view=sections|text=Sections|target=1}</p>
Talmore