Adsense
Popular Posts
- MySQL workbench -"Could not decrypt password cache"
- peer review (3)
- PHP, dump varailbes in a format way
- "Unusual traffic from your computer network" from blogger
- Install APXS in Redhat Linux
- JavaScript, remove trailing insignificant zeros after toFixed function
- Update member directory
- Set Windows path command line
- JavaScript: add days to current date
- DataTable table order by numeric, not by text
Tuesday, April 15, 2014
Update welcome message in Canhealth modules
http://localhost:8083/education/courses/users/create_module.php
http://localhost:8083/education/courses/index.php
SELECT * FROM edu_news e;
"Welcome to CESEI" is found
Go to manage module->Announcement->Edit
Go to manage module->Content->Edit
edu_language_text
SELECT * FROM edu_language_text WHERE text like "This%";
default_announcement in term in edu_language_txt
change text column:
"This is a welcome announcement. You can access additional help by using the Help link available throughout CESEI."
to
"This is a welcome announcement. You can access additional help by using the Help link available throughout CanHealth".
SELECT * FROM edu_language_text WHERE text like "Welcome%";
this_is_content in term column in edu_language_txt
Change
"Welcome to the CESEI LMS"
to
"Welcome to the CanHealth LMS"
welcome_to_atutor in term column in edu_language_txt
change
"Welcome to the CESEI"
to
"Welcome to the CanHealth"
SELECT * FROM edu_language_text WHERE text like "%cesei%";
change all CESEI to CanHealth
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment