Where do I customize the email sent when a new message is sent to a user?
by Sergio Tapia. Imagine two people enrolled in a course. Person A messages Person B. Person B is currently receiving an email telling them someone has messaged them. Where and how can I customize...
View Article[Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near...
by Gareth J Barnard. Hi, A user has raised this issue with me: [Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near the keyword 'IDENTITY' When executing my course format...
View ArticleRe: Using Ajax Requests on a Theme
by Bruno Sampaio. I tried that but it didn't solve my problem. Yes that's the path to my file with the relevant strings for my theme and I think there isn't any problem with the name...
View ArticleRe: To scale a complex query, I think I need my plugin to add indexes on core...
by Hubert Chathi. One thing to remember about indexes is that MySQL (I'm not sure about others) will only use one index per table at a time. So, for exampe, if you have an index on...
View ArticleRe: HEADS UP! Context API in Moodle 2.2+
by Dan Poltawski. Is there such thing as a 'Developer Bulletin' for such things or if not should there be? Interesting idea, do you think it would be helpful? At the moment, the closest thing for...
View ArticleRe: Where do I customize the email sent when a new message is sent to a user?
by Dan Poltawski. In /lang/, probably the message.php file, which you can customise using Language_customization. If would usually git grep for the string to find out.
View ArticleRe: Section Erro
by Naeem Sabasara. Hi Andrew James, Thank you for giving a reply.... I am able to generate report for coures Award when i commited line /* admin_externalpage_setup('reportcourseawards', '', null, '',...
View ArticleRe: HEADS UP! Context API in Moodle 2.2+
by Ankit Agarwal. Also the new class seems to do a better job of caching the contexts..I guess
View ArticleThesis on Cost Effective testing of Moodle
by aditya reddy. Hi im doing my masters thesis of testing moodle software , can u give some background . Thanks addy
View ArticleRe: Thesis on Cost Effective testing of Moodle
by Marcus Green. Not without much more information.
View ArticleRe: How to create personalized blocks in theme
by Julian Dehne. Hi Muff, thanks for helping me on this. Just to clearify our intentions: The idea is to have this behaviour programatically, which excludes user behaviour such as pressing a button...
View ArticleRe: Idea for a module/plugin
by Benjamin Ellis. I thought the wishlist on tracker was for core features rather than plugins, is that correct?
View ArticleRe: Thesis on Cost Effective testing of Moodle
by Julian Dehne. Hi Marcus, There could be different dimensions as to how to evaluate learning software. Semantic tests: Do you have any educational background? Performance tests: You could look into...
View ArticleRe: SQL Problem with table name (Moodle 2.2.3)
by Andrew Nicols. Ideally you should use the XMLDB as this will give ou warnings about invalid table names. This can be found in Settings -> Development -> XMLDB editor. You can rename the table...
View ArticleRe: How to create personalized blocks in theme
by Julian Dehne. To be more specific: I want to customize the block regions. One user specific region and one general.
View ArticleRe: How to create personalized blocks in theme
by Muff Stuff. Hello, i think i understand the behavior you want to develop. I have never tried something similar so this will just be my "guessings", hopefully someone with more experience can come...
View ArticleRe: Idea for a module/plugin
by Tim Hunt. In the tracker, there is the MDL project for core things, CONTRIB for third-party plug-ins, and a whole host of other project that are all listed on the tracker front page. However, don't...
View ArticleEmail notification for admin after assignment completion
by Ramesh Jambulingam. Hi Moodlers, Is it possible to notify site administrator by events (event handlers) notification email after a student completed an assignment module about the student's...
View ArticleRe: Where do I customize the email sent when a new message is sent to a user?
by Sergio Tapia. Thank you, that helped a lot. I found this in the lang/en/message.php file: $string['emailtagline'] = 'This is a copy of a message sent to you at "{$a->sitename}". Go to...
View Article