Re: Images Not Showing
by Mary Evans. Suddenly? What were you doing before the images you were looking at vanished? Perhaps the images were illegal and your site administrator banned them?
View ArticleRe: Useful SQL Queries? - find links to youtube, vimeo, etc.
by John Reese. thank you Richard... I'll do a query for the urls and let you know how it goes
View ArticleRe: strict standard errors after php upgrade
by Matteo Scaramuccia. Hi Martin,have you already tried to properly set the error reporting in your php.ini? It should be "fixed" by configuring at least error_reporting = E_ALL & ~E_STRICT....
View ArticleRe: How to add CSS to a module?
by Nate Baxley. Tim, can you fill us in on how to voerride the default CSS for a module? Do we need to create a style_plugins folder in the theme similar to what is done with pix? Thanks!
View ArticleRe: Problems creating a new user
by Andres Felipe Tamayo. i know that the id its an auto-number, what my application does its a query of the last id and the id that insert its the id+1; and it jobs very well, but for some reason when...
View ArticleRe: Submenu popout hidden by Region-Main-Box
by Mary Evans. Hi, Can you tell me how the menu works? Assuming it is an unordered list <ul<li></li></ul> sort of thing then try adding a z-index to the pop-out <li> tag....
View ArticleAccessing Grade Book API
by Rob Betcher. Hello Everyone, I found the API calls to get Grade information, but am not sure how I would write a PHP from Scratch to access the Moodle API. Could someone post an example using...
View ArticleRe: How to add CSS to a module?
by Mary Evans. No, ou don't need to do that. You just find what the CSS is you want to change and make the changes in your theme's CSS file. Depending on which theme you are using. If it is called...
View ArticleRe: Problems creating a new user
by Andres Felipe Tamayo. i have been tring with that , but the value that it shows me its 2, and thats the id what im using, or could it be a flag? im not sure
View ArticleAccessing Question bank
by Chetan Bansal. Hi, I am creating an online learning platform where we are using Moodle for entering and storing the Questions. I need to create a wrapper using which I can access Moodle's question...
View ArticleRe: Add an activity with "turn editing off"
by Jobs Rocky. @Joseph: The point is that since it is possible to edit while the "Turn Editing" is OFF. So, How to make the "Add an activity" menu to appears without clicking on "Turn Editing On"...
View ArticleRe: Add an activity with "turn editing off"
by Joseph Rézeau. @Jobs, " So, How to make the "Add an activity" menu to appears without clicking on "Turn Editing On" button. " I still fail to understand why you would need that. Joseph
View ArticleRe: change Add an activity menu
by Joseph Rézeau. @Jobs, PLease observe the usual forums "netiquette"... 1.- Only one question per post. No "another question please..." 2.- No "cross-posting": you have posted that same question "How...
View ArticleRe: strict standard errors after php upgrade
by Martin Mastny. Hi Matteo, I've already tried that with these settings: error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT Apache restarted several times. But didn't help at all. I was...
View ArticleRe: How to "Turn Editing on" is always on for courses page
by Joseph Rézeau. No "cross-posting", please: you have posted that same question "How can I make "Turn Editing On" button to be always on.." in 2 other discussions on this forum. Joseph
View ArticleRe: Add an activity with "turn editing off"
by Colin Fraser. It is a bit of a crock, that is a misdirection. If you add in the right URL, which includes the PHP edit command, you can edit, but so what? Try it if the Role you use does not have...
View ArticleRe: Add an activity with "turn editing off"
by Jobs Rocky. @Joseph, I feel that there is no point of adding one more step to enable the teacher or admin to manage the courses by clicking on "Turn editing on". I am not saying that the Moodle...
View ArticleRe: Images Not Showing
by roc mehra. Hi All, I have checked the config files. $CFG->wwwroot is ok. And also my moodledata folder contains images. But images are still not showing.My site running on intranet so that i...
View Article