From b450f281bf71947acc44e82aa021795b9c476adb Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 20 Aug 2009 20:44:01 +0000 Subject: [PATCH] added documentation to changing the collection of friends text to list of friends and all other related copy. --- README | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/README b/README index 847401c5..fc0aaee4 100644 --- a/README +++ b/README @@ -17,9 +17,9 @@ Create a local directory for elgg data outside of the web root. Install the UNL_Templates pear packages pear channel-discover pear.unl.edu && pear install unl/UNL_Templates-beta unl/UNL_Services_Peoplefinder-beta DB Set the correct site url within the database: - UPDATE elggsites_entity SET url='http://localhost/~bbieber/UNL_Elgg/elgg/' WHERE guid=1; - UPDATE elggdatalists SET value = '/Library/WebServer/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path'; - UPDATE elggdatalists SET value = '/Library/WebServer/Documents/workspace/elgg_data/' WHERE name = 'dataroot'; + UPDATE elggsites_entity SET url='http://localhost/workspace/UNL_Elgg/elgg/' WHERE guid=1; + UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path'; + UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/elgg_data/' WHERE name = 'dataroot'; Make sure the local site has an updated copy of the templatedependents @@ -52,7 +52,40 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!) } } +-Changed the languages file to allow for new wording (elgg/languages/en.php: +*/OLD/* + 'friends:of' => "Friends of", + 'friends:collections' => "Collections of friends", + 'friends:collections:add' => "New friends collection", + 'friends:addfriends' => "Add friends", + 'friends:collectionname' => "Collection name", + 'friends:collectionfriends' => "Friends in collection", + 'friends:collectionedit' => "Edit this collection", + 'friends:nocollections' => "You do not yet have any collections.", + 'friends:collectiondeleted' => "Your collection has been deleted.", + 'friends:collectiondeletefailed' => "We were unable to delete the collection. Either you don't have permission, or some other problem has occurred.", + 'friends:collectionadded' => "Your collection was successfuly created", + 'friends:nocollectionname' => "You need to give your collection a name before it can be created.", +'friends:collections:members' => "Collection members", +'friends:collections:edit' => "Edit collection", + + 'friends:of' => "Friends of", + 'friends:collections' => "Lists of friends", + 'friends:collections:add' => "New friend list", + 'friends:addfriends' => "Add friends", + 'friends:collectionname' => "List name", + 'friends:collectionfriends' => "Friends in list", + 'friends:collectionedit' => "Edit this list", + 'friends:nocollections' => "You do not yet have any lists.", + 'friends:collectiondeleted' => "Your list has been deleted.", + 'friends:collectiondeletefailed' => "We were unable to delete the list. Either you don't have permission, or some other problem has occurred.", + 'friends:collectionadded' => "Your list was successfuly created", + 'friends:nocollectionname' => "You need to give your list a name before it can be created.", +'friends:collections:members' => "List members", +'friends:collections:edit' => "Edit list", + +*/NEW/* ******* ** Plugin info ******* -- GitLab