- Posts: 6
How to display action button on Joomdle module page
- Ganesh
- Topic Author
- Offline
- New Member
-
Less
More
13 years 3 months ago - 13 years 3 months ago #1
by Ganesh
How to display action button on Joomdle module page was created by Ganesh
Hi,
I want to display action buttons like Enroll / Buy course on Joomdle module page (joomdle courses page). I was able to display these buttons if i add a menu and select menu type as Course list. But i want display the same on a module
Can anyone please help.
i tried adding the below line at the end of default.php file in \mod_joomdle_courses\tmpl but no luck
echo JoomdleHelperSystem::actionbutton ( $curso, $free_courses_button, $paid_courses_button);
Thanks
ganesh
I want to display action buttons like Enroll / Buy course on Joomdle module page (joomdle courses page). I was able to display these buttons if i add a menu and select menu type as Course list. But i want display the same on a module
Can anyone please help.
i tried adding the below line at the end of default.php file in \mod_joomdle_courses\tmpl but no luck
echo JoomdleHelperSystem::actionbutton ( $curso, $free_courses_button, $paid_courses_button);
Thanks
ganesh
Last edit: 13 years 3 months ago by Ganesh.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
13 years 3 months ago - 13 years 3 months ago #2
by Chris
Replied by Chris on topic How to display action button on Joomdle module page
Pls don't double post the same question. If it was not answered in the first 6 hours it is probably because those in the community are busy or sleeping.
As for your question, the modules have not been designed this way.
A quick and dirty solution would be to implement a 3rd party extension which allows components in a module. However we have never tried this and cannot say if it will work for sure.
If you have a particular feature you require that is not available today, you could sponsor such a development by writing to development@joomdle.com.
As for your question, the modules have not been designed this way.
A quick and dirty solution would be to implement a 3rd party extension which allows components in a module. However we have never tried this and cannot say if it will work for sure.
If you have a particular feature you require that is not available today, you could sponsor such a development by writing to development@joomdle.com.
Last edit: 13 years 3 months ago by Chris.
Please Log in or Create an account to join the conversation.
- Ganesh
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
13 years 3 months ago #3
by Ganesh
Replied by Ganesh on topic How to display action button on Joomdle module page
Hey chris,
thanks for the reply.
My intention for posting it again is not at all due to urgency but intially i posted in tips & tricks and i thought this is not a relevent category so i posted again on R09 support. really sorry for that.
I will check with the solutions you have suggest and get back
thanks for the reply.
My intention for posting it again is not at all due to urgency but intially i posted in tips & tricks and i thought this is not a relevent category so i posted again on R09 support. really sorry for that.
I will check with the solutions you have suggest and get back
Please Log in or Create an account to join the conversation.