Another common content management system for implementing our content feed is Joomla. The way we have used it with Joomla involves creating a "module" and page for each article type.
Create a page for each article type
Go to your Remedy Connect CMSDesk. This will be given to you by the staff when your content module is initially purchased. You can go to the start tab. Fill out Steps 1 & 2. On Step 3: Setup Option.
Select HTML Feed.
Click "Generate HTML Feed Code" to bring up your list of article types.
For each article type listed, create a new page in Joomla by going to article manager and click Add New Article
Then type the name of the page URL or the alias back on the "Generate HTML Feed" page. Click the button "Record Page Names" to save the name of the page. In this case, it would be "behavior".
Create a module for each article type
When all pages have been created, you will need to create a module for each article type as well. We can generate the code as we go. First, generate the code from CMSDesk by clicking "Generate Article Code".
This will trigger a pop up box with your code.
To create a module, you go to Extensions > Module Manager.
Then you will click the "New" button in the upper right hand corner to create a new module. It will prompt you for a type of module. Select the "
Flexi Custom Code"
Then, go back to the CMSDesk, and cut and paste the php code into the "Insert Code" section of the module.
Make sure USING PHP CODE is set to YES.
At the bottom of the flexi custom code,
make sure you set module assignment to "No Pages"
Do this for each of the article types.
Add Module to each Page
Then, go back to each article in the article manager. Go to the editor, and click "Insert Module". Select the module you just added for this article type. Click Save.
Set Links and Drop Downs
Next, you will want to get code to insert on either the home page or your template. To generate this code, you can click the "Generate Home Page Box" or you can generate a drop down or link for each article type individually.
Again, make a module for this box, and insert the generated code. You can then insert that module anywhere on the site that you need.
Frequently Asked Questions
Currently, there are no FAQs for this subject
Please leave feedback, tips or questions for other users to see