moodle with wordpress

moodle with wordpress

ដោយ Ashish Jain នៅ
ចំនួនតប៖ 2

I'm integrating wordpress with moodle. Is it possible to fetch course image in wordpress. I'm able to get course details in wordpress using sql queries, but got stuck in fetching images. Can somebody please help me with it.

មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Ashish Jain

Re: moodle with wordpress

ដោយ Ajeet Kumar នៅ

Hi Ashish,

You can use following code

global $CFG, $DB;

$context = context_course::instance($course->id);
$summary = file_rewrite_pluginfile_urls($mycoursesum->summary, 'pluginfile.php', $context->id, 'course', 'summary', null);

echo $summary;
 

មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Ajeet Kumar

Re: moodle with wordpress

ដោយ Ashish Jain នៅ

Hello Ajeet,

But, how do I use global $CFG and $DB; in wordress. ?

មធ្យមភាគនៃរង្វាយតម្លៃ: -