Author Topic: SOS Webpages 1.1 Planning  (Read 2381 times)

HandsomeWeb

  • SOS Developer
  • Administrator
  • Full Member
  • *****
  • Posts: 85
  • Karma: 2
    • View Profile
    • SOS Webpages
SOS Webpages 1.1 Planning
« on: February 17, 2008, 05:20:40 PM »
SOS Webpages 1.1 is planned for release in May.

Look for these changes:
  • Language Versions - Administrators will be able to switch between languages for the admin section and parts of the webpages.  Language choice can be changed in the Site Info area.
  • Outlink Module - allows the menu to hold links to external websites.  This is currently available to install from the modules page of SOSWebPages.com.
  • Event Calendar Module - maintains a simple listing of upcoming events. This is currently available to install from the modules page of SOSWebPages.com.
  • TinyMCE 3.0 - Editor will be upgraded to TinyMCE 3.0.8 or newer.
« Last Edit: May 04, 2008, 07:24:53 AM by HandsomeWeb »
Chris
http://www.soswebpages.com
http://www.handsomeweb.com
http://www.handsomewebservices.com

HandsomeWeb

  • SOS Developer
  • Administrator
  • Full Member
  • *****
  • Posts: 85
  • Karma: 2
    • View Profile
    • SOS Webpages
Re: SOS Webpages 1.1 Planning
« Reply #1 on: February 25, 2008, 05:27:18 PM »
This may be released earlier than expected. ::)  I have added the ability for translations in all of the base files.  Only four modules need to be altered.  I'll be looking for translator volunteers.

You will need HTML knowledge and the ability to edit a text file.  The PHP is pretty simple.  Below  is a sample.  Translators would need to replace the English in the second set of quotes on each line with the translated text.  So far there are about 300 words, phrases, or sentences to be translated.  I expect a total of less than four hundred.

Code: [Select]
/* admin/login.php */
define("PASSWORD_REQUIRED", "Password Required");
define("LOGIN", "Login");
define("USER_PASS_NOT_FOUND", "Your username/password combination could not be found.");
define("LOGIN_NEW", "Login with your new login information.");
define("MUST_LOGIN", "You must login to access the page you requested.");
define("USERNAME", "Username");
define("LETTERS_NUMBERS_ONLY", "letters and numbers only");
define("PASSWORD", "Password");
define("CASE_SENSITIVE", "case sensitive");
define("BACK_TO_HOME", "Back to Home Page");
define("POWERED_BY_SOS", "Powered by");
define("LOGIN_TROUBLE", "Login Trouble?");
define("COOKIES_REQUIRED", "Your browser must accept Session Cookies in order to login.");
define("FORGOT_USERNAME_PASSWORD", "Forgot Username/Password");
define("COOKIE_CHECK", "Check if Cookies are Enabled.");
Chris
http://www.soswebpages.com
http://www.handsomeweb.com
http://www.handsomewebservices.com