[geeklog-cvs] Geeklog-1.x/language english.php, 1.290, 1.291 english_utf-8.php, 1.82, 1.83

Blaine Lang blaine at qs1489.pair.com
Sun Jul 29 17:40:02 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/language
In directory qs1489.pair.com:/tmp/cvs-serv67098/language

Modified Files:
	english.php english_utf-8.php 
Log Message:
Modifications to My Account and Edit Preferences to make it easier to customize. Now you can easily remove navbar tabs, relabel or add additional tabs by modifying the language file for $LANG_MYACCOUNT.

Index: english.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english.php,v
retrieving revision 1.290
retrieving revision 1.291
diff -C2 -d -r1.290 -r1.291
*** english.php	26 May 2007 19:31:58 -0000	1.290
--- english.php	29 Jul 2007 21:40:00 -0000	1.291
***************
*** 360,368 ****
      149 => 'Modify your user information that will be shown to other users.<li>The signature will be added to any comments or forum posts you made</li><li>The BIO is a brief summary of yourself to share</li><li>Share your PGP Key</li>',
      150 => 'Warning: Javascript recommended for enhanced functionality',
-     151 => 'Preview',
-     152 => 'Username & Password',
-     153 => 'Layout & Language',
-     154 => 'Content',
-     155 => 'Privacy',
      156 => 'Delete Account',
      157 => 'Delete Option',
--- 360,363 ----
***************
*** 370,373 ****
--- 365,381 ----
      159 => 'This email was generated automatically. Please do not reply to this email.'
  );
+ 
+ ###############################################################################
+ # Customize if need to modify the Tabbed navbar MyAccount panels used. Array index key matches preference div id
+ 
+ $LANG_MYACCOUNT = array(
+     'pe_preview'   => 'Preview',
+     'pe_namepass'  => 'Username & Password',
+     'pe_userinfo'  => 'About You',
+     'pe_layout'    => 'Layout & Language',
+     'pe_content'   => 'Content',
+     'pe_privacy'   => 'Privacy'
+ );
+ 
  
  ###############################################################################

Index: english_utf-8.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/language/english_utf-8.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** english_utf-8.php	26 May 2007 19:31:58 -0000	1.82
--- english_utf-8.php	29 Jul 2007 21:40:00 -0000	1.83
***************
*** 360,368 ****
      149 => 'Modify your user information that will be shown to other users.<li>The signature will be added to any comments or forum posts you made</li><li>The BIO is a brief summary of yourself to share</li><li>Share your PGP Key</li>',
      150 => 'Warning: Javascript recommended for enhanced functionality',
-     151 => 'Preview',
-     152 => 'Username & Password',
-     153 => 'Layout & Language',
-     154 => 'Content',
-     155 => 'Privacy',
      156 => 'Delete Account',
      157 => 'Delete Option',
--- 360,363 ----
***************
*** 370,373 ****
--- 365,381 ----
      159 => 'This email was generated automatically. Please do not reply to this email.'
  );
+ 
+ ###############################################################################
+ # Customize if need to modify the Tabbed navbar MyAccount panels used. Array index key matches preference div id
+ 
+ $LANG_MYACCOUNT = array(
+     'pe_preview'   => 'Preview',
+     'pe_namepass'  => 'Username & Password',
+     'pe_userinfo'  => 'About You',
+     'pe_layout'    => 'Layout & Language',
+     'pe_content'   => 'Content',
+     'pe_privacy'   => 'Privacy'
+ );
+ 
  
  ###############################################################################




More information about the geeklog-cvs mailing list