
Notes for Selenium-webdriver package users
Install firebug 1.12 update#
Page /action/admin/site/update_basic generated in 0.Create or update Firefox Profile programmatically. 1 times: 'UPDATE elggusers_entity set prev_last_action = last_action, last_action = 1236461868 where guid = 2' 1 times: 'UPDATE elggsites_entity set name='3124/944', description='', url='' where guid=1'

1 times: 'SELECT guid from elggsites_entity where guid = 1' 1 times: 'UPDATE elggentities set owner_guid='0', access_id='2', container_guid='0', time_updated='1236461868' WHERE guid=1' 2 times: 'update elggmetadata set access_id = 2 where entity_guid = 1' 1 times: 'SELECT * from elggentities where guid=1 and ( (access_id in (2) or (owner_guid = -1) or (access_id = 0 and owner_guid = -1)) and enabled='yes')' DEBUG: 14:27:20 (MST): "Undefined index: pass" in file /var/www/elgg/engine/lib/elgglib.php (line 62) DEBUG: 14:27:20 (MST): "Undefined index: user" in file /var/www/elgg/engine/lib/elgglib.php (line 62) SELECT * from elggsites_entity where guid=1 results cached SELECT * from elggentities where guid=1 and ( (1 = 1) and enabled='yes') results returned from cache SELECT guid from elggsites_entity where guid = 1 results cached SELECT * from elggentities where guid=1 and ( (1 = 1) and enabled='yes') results cached You should see something like this in the file: You should locate the string “Add friend” in /languages/en.php. You might want to set it to be case sensitive also. You would search for the string, set the filter to *.php, set the directory to the base directory of Elgg, and make sure it searches all subdirectories. Using Notepad++, you would use the “Find in files” command. The grep command to find this string would be grep -r "Add friend" *.
Install firebug 1.12 windows#
(A good text editor for Windows is Notepad++ ) Let’s say we want to change the string “Add friend” to “Make a new friend”. To find the string use grep or a text editor that provides searching through files to locate the string. For more information on this see the developer documentation on Internationalization. This is done so that it is easy to change what language Elgg uses. Locate the string that you want to change ¶Īll the strings that a user sees should be in the /languages directory or in a plugin’s languages directory ( /mod//languages). It lets you add new profile fields whenever you want, change the order, group profile fields, and add them to registration. The Profile Manager plugin has become quite popular in the Elgg community. There is at least two plugins on the community site that enable you to have more control over profile fields. More flexibility can be gained through plugins. You cannot change the field type or order or delete fields after they have been created without wiping the entire profile blank. Before letting in users, it is best to determine what profile fields you want, what field types they should be, and the order they should appear. Adding a new profile field through the replace profile fields option clears the default ones. You cannot add new profile fields to the default ones.

Within the Administration settings of Elgg is a page for replacing the default profile fields. Some basic information on php parameters can be found on PHP’s site

If it fails–either you get an error or you never receive the email–you will need to do more investigating and possibly contact your service provider.įully configuring an MTA and PHP’s email functionality is beyond the scope of this FAQ and you should search the Internet for more resources on this. This test will let you know that PHP and your MTA are correctly configured. Take care to keep quotes around it! When you access this page through your web browser, it will attempt to send a test email. " if ( mail ( $address, $subject, $body )) īe sure to replace “ your_email.
