Going to test it right now, is this one have to replace Herve News or it's for static content only ?
Hmm, language again (till I uploading XOOPS-20120718, checking them first)
in main.php
define('_XCONTENT_AD_MADEBY', 'Last Edited By');
Should be - Modified by: (Stop With Those Capital On Every Word)
define('_XCONTENT_WRITTENBY', 'Written by: ');
Why not Written by: %1 - how this   will be accepted by TX in ANSI
define('_XCONTENT_MSG_SECURITYTOKEN', 'passkey Security Token needs to be refreshed - please refresh the screen!');
Can you translate this in Human readable English - we've talked about Ease of use, such strings not make it easy
Hmmm
define('_XCONTENT_XCONTENTEXPIRED', 'xContent has passed it expiry date!');
Alternative English translation for this ?
and this
define('_XCONTENT_TOBEPUBLISHED', 'xContent has to reach it publishing date!');
define('_XCONTENT_THISCOMESFROM', 'This Comes From:');
This (ghost) comes from ?
The source of this page is: (sounds much better)
And here
Quote:
define('_XCONTENT_PDF_DATE', 'Published');
define('_XCONTENT_POSTEDBY', 'Posted By');
define('_XCONTENT_POSTEDON', 'Posted On');
Published or Posted ?
Published on DATE
Published by SOMEONE
Published ON SITE
define('_XCONTENT_AD_TEXT_DESC', 'xContent that appears in the page under ID');
Master Yoda's English ?
--------------------------
Modinfo.php
define('_XCONTENT_AUTHOR', 'Written by Simon Roberts aka. Wishcraft');
Since is forked, there should be new definitions: XCONTENT_MAINTAINERS - Mamba, all discovered bugs and features requests to be forwarded to maintainer, author have nothing to do with this fork.
Nice comment
"// MAINTENANCE ACtioNS"
...and ANSI (why there is no conversion to UTF-8), damn forks from forks
// MENU ICONS?IMAGES
how the definitions bellow will be accepted by TX ?
//MYSQL TABLES WITHOUT PREFIX // DO NOT CHANGE
90% of the file is DO NOT CHANGE... is this a language definition file or source code ?
Those lines bellow each comment - do not change, must be moved in another file, common.php or else.