I am using one page website, i want shown all requirements in a one page.. Now all requirements are done except the Testimonial component part. I am using RSMonials Testimonial component. This component i want to show in the frond page, i used the its support Scroller module, static modules. But its not depends on client requirement.So i want to call the testimonial component into a custom module.. I am already searched i did not get it proper code.. So could you please help me.. Really appreciate you.
Asked
Active
Viewed 247 times
1 Answers
0
There are some Joomla extensions that allow you to publish a component as a module so you could display the RSMonials Component in a module position and include it in your one page website. For example:
Components Anywhere (free): http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/embed-a-include/25776
Component Loader Module (paid): http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/embed-a-include/21157
Modulix Component to Module (paid): http://extensions.joomla.org/extensions/core-enhancements/coding-a-scripts-integration/embed-a-include/18121
In the case of Components Anywhere you'll need to add appropriate plug-in syntax into a Custom HTML module or similar.

Neil Robertson
- 3,295
- 3
- 28
- 49
-
Thanks for a response.. I am already check with those extensions. Those are commercial, but i am not ready with commercial.. And other ideas.? – Vetrivel Sep 20 '13 at 05:44
-
I have updated my answer with a free option now that Peter van Westen has released Components Anywhere. – Neil Robertson May 17 '14 at 05:15