- Posts: 38
Feature Requests
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
Please do NOT use this section of the forum to request help if Joomdle does not work for you in some particular way. Your post will be deleted.
[Closed] Joomla topmenu (or other modules) on moodle site
- red
- Topic Author
- Offline
- Junior Member
-
Less
More
16 years 1 month ago - 13 years 1 week ago #1
by red
[Closed] Joomla topmenu (or other modules) on moodle site was created by red
aha!
i finally found a solution i can live with.
again. my usual style of brute force attack on joomla and moodle. but we have results!
to install on moodle, you take the link it has generated and paste it in your moodle header file (yes you only need to edit the actual theme, not moodle itself) wherever you want it:
to install on joomla, just normally install the attached zip extension. its safe.
thats it! its installed
now all you need to do is to go to the component on the admin side, and click the link inside. repeat each time after editing the joomla top-menu.
so here is how this works:
i have made an admin component which gives you a link to a front-end component (i couldn't render the modules on the admin side, i'm no joomla expert. perhaps someone here can fix that). The front-end part of the component renders the topmenu, saves it to a php file, and gives you the link of the generated file.
this extension is non intrusive and does no hack any core files.
it has absolutely no licensee or rights attached, completely free. in-fact i hope it can be extended to attach to the user sync on joomla's part, and be made to be able to share several modules.
i finally found a solution i can live with.
again. my usual style of brute force attack on joomla and moodle. but we have results!
to install on moodle, you take the link it has generated and paste it in your moodle header file (yes you only need to edit the actual theme, not moodle itself) wherever you want it:
Code:
<?require_once([YOUR LINK])?>
to install on joomla, just normally install the attached zip extension. its safe.
thats it! its installed
now all you need to do is to go to the component on the admin side, and click the link inside. repeat each time after editing the joomla top-menu.
so here is how this works:
i have made an admin component which gives you a link to a front-end component (i couldn't render the modules on the admin side, i'm no joomla expert. perhaps someone here can fix that). The front-end part of the component renders the topmenu, saves it to a php file, and gives you the link of the generated file.
this extension is non intrusive and does no hack any core files.
it has absolutely no licensee or rights attached, completely free. in-fact i hope it can be extended to attach to the user sync on joomla's part, and be made to be able to share several modules.
Last edit: 13 years 1 week ago by Antonio DurĂ¡n.
The topic has been locked.
- Maxie
- Offline
- New Member
-
Less
More
- Posts: 12
16 years 1 month ago #2
by Maxie
Replied by Maxie on topic Re: Joomla topmenu (or other modules) on moodle site
Hello there,
Trying to use your component but I am unable to see a link or access it from the admin panel, says direct access not permitted...?
Trying to use your component but I am unable to see a link or access it from the admin panel, says direct access not permitted...?
The topic has been locked.
- red
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 38
16 years 1 month ago - 16 years 1 month ago #3
by red
Replied by red on topic Re: Joomla topmenu (or other modules) on moodle site
It Should appear in the components menu in the admin.
Where do you get that direct access error? which url were you using?
Where do you get that direct access error? which url were you using?
Last edit: 16 years 1 month ago by red.
The topic has been locked.