Re: Including non-picture files in CSS
by Greg J Preece. Thread resurrection!OK, so I understand the answer given WRT creating a postprocessor for non-standard file includes. Is there a way to do this from a block? I'm trying to use a...
View ArticleFinding Missing Resources in Moodledata
by Benjamin Ellis. We have an issue in that a lot of file resources (uploads) seem to have been corrupted or removed from moodledata and am wondering if anyone knows a way to verify the contents of...
View ArticleRe: PHP.ini changes do not show in phpinfo-stuck at 2M
by Bill Wilson. Hi Andreas,I looked at the vhost in the site-enabled folder but did not see anything that stood out to me as a problem for Moodle receiving php.ini paramerters. Is there something in...
View ArticleRe: Problems with the backup/restore of a new module moodle 2
by Davo Smith. Did you remember to update the 'PLUGINNAME_supports()' function in mod/PLUGINNAME/lib.php to include:case FEATURE_BACKUP_MOODLE2: return true;?Without that, Moodle won't even try to run...
View ArticleRe: performance impact of massive use of question attempt step data
by Janet Smith. I've been running Moodle 2.2 for just under 6 months and I am concerned by the size of the question_attempt_steps and question_attempt_steps_data tables. They seem to be growing at an...
View ArticleRe: Problems with the backup/restore of a new module moodle 2
by Jairo Andrés Franco. Hi Davo, that's, exactly, the problem now I will fix the errors inside the backup files.thanks a lot
View ArticleRe: performance impact of massive use of question attempt step data
by Tim Hunt. Number of rows is not a good metric. How many MB is that table? How does that compare with other DB talbes in your site?I just can't get excited about this. Databases are good at handling...
View ArticleRe: Number of participants code
by Andrew Normore. Don't forget to post your fix here, so that one day, many years in the future - another newbie may benefit from your pain In the spirit of sharing!
View ArticleI have developed a TRUE Ecommerce Solution to Moodle 2 - Interest?
by Andrew Normore. Hey all, The ProblemI've seen a lot of people looking for an ecommerce solution to Moodle. The only plugin that offers a true Moodle solution is the PayPal enrol plugin.The Joomlde...
View Articlesource code base_moodleform
by Henry Pulido. i need find source code base_moodleform in the package of moodle 2.3
View ArticleRe: I have developed a TRUE Ecommerce Solution to Moodle 2 - Interest?
by Joseph Thibault. I'd be more interested if the screenshots didn't show an error. Do you have a video or something that shows a successful end to end for purchase?
View ArticleRe: BI and Datamining solution over Moodle
by Christian Zuili. Hi Valery, I am also interested in the integration of moodle and opentaho. Thanks for an email to fernand@zuili.euBest
View ArticleRe: I have developed a TRUE Ecommerce Solution to Moodle 2 - Interest?
by Andrew Normore. The screen shots were intended to show you that there is Ecommerce running from WITHIN Moodle, no external source.I'll put a video together this week for you. Please PM me if you'd...
View ArticleRe: source code base_moodleform
by Dan Poltawski. $ git grep 'class base_moodleform' backup/util/ui/base_moodleform.class.php:abstract class base_moodleform extends moodleform {
View ArticleRe: I have developed a TRUE Ecommerce Solution to Moodle 2 - Interest?
by Howard Miller. Firmly with my moderator hat on.... can I ask if this is a commercial product that you are selling? It rather reads like an unsolicited advert.You might want to check -...
View ArticleWhat is MoodleRooms?
by Pinki Naskar. What is MoodleRooms?Is it related to Moodle? If yes then what is it?
View ArticleNew Colum in Choice index table
by Erik Gotera. Hello,I'm trying toadda newcolumn to the tablethat showsthe selectionswithyour answersand I have aproblem whenaddinga newhead.In the filemod/ choice/index.phpis setas follows:$...
View ArticleRe: What is MoodleRooms?
by Tim Hunt. It is a company: http://www.moodlerooms.com/It is one of a number of Moodle Partners around the world. http://moodle.com/partners/That is, it is a company that provideds commercial Moodle...
View ArticleRe: Disable Navigation Bar on Front Page (2.3.2)
by Richard Crawford. Thanks Mary. I found these instructions about an hour after I posted my question.
View ArticleHow can i customize the Registration Form.
by Shiva Vath. I want to customize the registration form that has additional fields likeParemt Name , Date of Birth, Academic, Past Experience etc.And i want to add the extra fields in the user table...
View Article