Tips & Tricks

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.

Use Joomdle and moodle as stand alone

  • Fernando Acedo
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 9 months ago #1 by Fernando Acedo
Use Joomdle and moodle as stand alone was created by Fernando Acedo
I was testing how to use a diferent theme to run moodle as stand alone and inside Joomdle.

I made a little change in the Joomdle code. In file components/com_joodle/views/wrapper/view.html.php modify line 90 to add : &theme=theme_name' (see docs.moodle.org/23/en/Theme_settings#All...e_changes_in_the_URL )
Code:
default: $path = '/?a=1&theme=standard'; $this->wrapper->url = $params->get( 'MOODLE_URL' ).$path; break;

It only has a little problem. If the user try both ways, moodle cache keeps in the browser and only shows one theme. So the design mode should be on to avoid the cache but then moodle takes long time to load.

Maybe Antonio or Chris have some trick to avoid it.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #2 by Chris
Replied by Chris on topic Use Joomdle and moodle as stand alone
Hi there,

Sorry beyond my depth. Antonio will return from holidays on the 24th. I shall highlight this to him at such time.

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #3 by Antonio Durán
Replied by Antonio Durán on topic Use Joomdle and moodle as stand alone
Hi,

I don't know of any way to solve the problem with the cache.

Please Log in or Create an account to join the conversation.

  • Fernando Acedo
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
13 years 9 months ago #4 by Fernando Acedo
Replied by Fernando Acedo on topic Use Joomdle and moodle as stand alone
Thanks Antonio. I don't know also any option to do it from the URL or something else so I will set up moodle to use always design mode on. It'll works slow but works.

Please Log in or Create an account to join the conversation.