Multiple login screens : Commercial branding/welcome text
by James McLean. Hello all. I have read a lot about customizing moodle login and multi-tenancy in Moodle but have not really found an answer to my problem yet. Basically, my client needs to be able to...
View ArticleRe: Multiple login screens : Commercial branding/welcome text
by Benjamin Ellis. Until the user has logged in, you have no idea where they have come from so I cannot see how you could have different logins. My 2 pennies worth, I am sure you can't have different...
View ArticleRe: Course Activity Duplication
by Shirley Crawford. We are using 2.2 and have just turned off the the restore courses option for editing teachers but this seems to have also turned off the duplicate activity icon, is there anyway...
View ArticleHow to change background color in left Navigation
by santanu Bhatta. Hi All, I want to change the background color & font in the left Navgation bar. Also I want to set background image . How can I do this? Best Regards,Santanu
View ArticleRe: Course Activity Duplication
by Shirley Crawford. Ignore my last message I have sorted it.
View ArticleRe: Multiple login screens : Commercial branding/welcome text
by James McLean. In its simplest form, if my client directs client 1 students to moodle.domain.com/login/index.php?cli=1 then I'll just hack up the login screen to lookup text/logo from a db table...
View ArticleWhere is page JS generated?
by Dave Balch. Hi, What code should I be looking at to find where the Javascript at the bottom of each page is generated? I'm trying to track down a bug with restricting file uploads with...
View ArticleAdding Javascript into a block
by Kieran Briggs. Hi I'm working on a block and I've got some javascript that it needs to run in an external file. How do I link the block to it. In a page you use...
View ArticleLink redirection
by Łukasz Wieczorek. Do I have to use Apache mod_rewrite to achieve the following: Redirect (actually rewrite, to preserve POST data) https://name.com/login to...
View ArticleWorking from my computer
by rene diaz. I had started bulding my Moodle site over a year ago which is on a server provider (meaning im not using my computer as a server im using inmotion i mention this because i just want to...
View ArticleRe: Working from my computer
by Howard Miller. No, not really. You would have to backup and restore your courses from one site to the other every time. There is no way to synchronise an online site to an offline one. There was a...
View ArticleRe: Multiple login screens : Commercial branding/welcome text
by James McLean. For anyone looking to do similar I may have a suitable solution (not properly looked into it yet!). JOOMDLE http://www.joomdle.com Joomla Extension to integrate moodle with joomla....
View ArticleRe: Adding Javascript into a block
by Hubert Chathi. You can use the same syntax in a block. Of course, you'll probably need to add a "global $PAGE;" statement, so that it can find the $PAGE object, since you would be making the call...
View ArticleRe: Course Activity Duplication
by Séverin Terrier. How ? It's usually a good thing to explain what have been done, to help other people
View ArticleRe: Where is page JS generated? [SOLVED]
by Dave Balch. It turns out that it was my bug; I had accidentally put a file extension in the accepted_types array twice, which caused the broken javascript.
View ArticleCourse catalog or course list
by Sami Hwang. We are currently using Moodle 2.1 and I have a question regarding course catalog. My boss showed me an example that he likes to see in our Moodle page. There are three columns on the...
View ArticleRe: Adding Javascript into a block
by Tim Hunt. Do not ever use global $PAGE in a block. Use $this->page.
View ArticleFinding Downloadable Courses for My Site
by Joe Bocchi. I am new to Moodle but had used WebCT in an educational program I used to direct. I am setting up a non-profit to provide online courses in business basics and Web development which...
View ArticleRe: Finding Downloadable Courses for My Site
by Mary Cooch. Well in terms of free Moodle courses there is MOOCH hub.moodle.org - I don't know how many business or Web development courses they have though.
View ArticleMoodle Enroll User
by Frans Alkemade. Hello Everyone, I have been scouring the documentation and thus far I have been finding nothing in how the database stores people who are enrolled in a course. How can I find, via...
View Article