When using Firefox, apparently your moodle login page is still showing some English phrase even though you already force the site to use other international language.
To fix it, just copy Moodle.php from that international language, usually on the moodledata/lang/ folder to the moodle/lang/en_utf8 folder.
This will override the English language.
This is my cheat sheet if I have to look back for an answer for problems. You're welcome to add or comment the answer.
Monday, October 15, 2007
Moodle Set Number of Questions Displayed
Go to the question for that course and edit it. At the bottom, there is an option for Show Page Breaks. Check it and choose the number of question you'd like to display at the Repaginate. Then click the Go button.
Moodle 1.8 Unable to Login
Problem: After upgrading to 1.8, some users are unable to login. You have check and reset the password and it still won't let them to login.
Solution: Check the user's profile and click on the Show Advanced if it is not already shown. Make sure the Choose an Authentication Method is set to something, preferably Manual Accounts.
Solution: Check the user's profile and click on the Show Advanced if it is not already shown. Make sure the Choose an Authentication Method is set to something, preferably Manual Accounts.
Moodle Certificate creating Custom Signature and Watermarks
In order to create a custom Signature and Watermarks for Moodle Modules Certificate, there is some guidelines.
First, you need to create a transparent background images. Then the picture is set, you need to set the color - mode to indexed.
I'm using GIMP and just go to Color - Mode and then choose Indexed.
Then save the file as .png type.
If you get the following error "FPDF error: Alpha channel not supported:" that means you have not properly follow the guidelines.
For a signature, set the size to 150 x 30 pixels.
First, you need to create a transparent background images. Then the picture is set, you need to set the color - mode to indexed.
I'm using GIMP and just go to Color - Mode and then choose Indexed.
Then save the file as .png type.
If you get the following error "FPDF error: Alpha channel not supported:" that means you have not properly follow the guidelines.
For a signature, set the size to 150 x 30 pixels.
Thursday, October 11, 2007
Moodle 1.8 Edit Default Database for New User
If you want to create a new user and have the value automatically filled such as the forum autosubscribe set to no and email set to disabled, what you need to do is to
edit the editadvanced.php which is located at your moodle/user/ folder.
Go to line 20, you will see if ($id == -1)
below that line, you can enter anything you want according to the database field.
Here is the example:
$user->auth = 'manual';
$user->confirmed = 1;
$user->autosubscribe = 0;
edit the editadvanced.php which is located at your moodle/user/ folder.
Go to line 20, you will see if ($id == -1)
below that line, you can enter anything you want according to the database field.
Here is the example:
$user->auth = 'manual';
$user->confirmed = 1;
$user->autosubscribe = 0;
Friday, October 5, 2007
This week Food discount
All You Can Eat Suki & Dimsum @ Rp 58000 - net at Red Lotus Restaurant
Location:
Jl. Taman Pluit Permai Timur No. 16 (Seberang Gereja Stella Maris)
Pluit, Jakarta Utara
PH 1: (021) 6669-7369
Location:
Jl. Taman Pluit Permai Timur No. 16 (Seberang Gereja Stella Maris)
Pluit, Jakarta Utara
PH 1: (021) 6669-7369
Don't you just love BUS WAY
BUSWAY is a new transportation system in Jakarta, Indonesia, which supposely to help the city from it's nightmare of traffic jam. But in the real life, it's giving more headache than before we implement busway.
BUSWAY is the same as a bus transportation, except it's running on its own way. However, the city didn't make a new road for it, instead they are stealing our road. Most of our street are a two lane street and now we're force to use just one lane and give up the other for BUSWAY. There is nothing we can do as regular citizen except just wait patiently in the traffic as usual.
FYI: the price is Rp 3,500.00 (around US$ 0.50 ) for each entry.
Route Map
BUSWAY is the same as a bus transportation, except it's running on its own way. However, the city didn't make a new road for it, instead they are stealing our road. Most of our street are a two lane street and now we're force to use just one lane and give up the other for BUSWAY. There is nothing we can do as regular citizen except just wait patiently in the traffic as usual.
FYI: the price is Rp 3,500.00 (around US$ 0.50 ) for each entry.
Route Map
Subscribe to:
Posts (Atom)