Archive for June 19th, 2008
Thursday, June 19th, 2008
TODO: Summarise Moodle Skin for client.
What we did is smart use of Moodle functionality and CSS to improve the useability and navigation a LOT for the Moodle users. Some tricks:
defined custom HTML blocks to be used as navigational elements placeholders for pictures or text
used resources in (hidden) main block to ...
Posted in BrnDmp | No Comments »
Thursday, June 19th, 2008
Search and replace is easy in vi, you just have to know the proper commands:
First occurrence on current line: :s/OLD/NEW
Globally (all) on current line: :s/OLD/NEW/g
Between two lines #,#: ...
Posted in BrnDmp | No Comments »
Thursday, June 19th, 2008
copied site for testing purposes; site uses ldap for authentication so set authentication to db in config table. Then, you have to set the auth attribute in user table also to db. Wondering if passwords are saved in database. If not, I have to set them by hand in the ...
Posted in BrnDmp | No Comments »