1
Mamba
xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/6 8:43

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


I liked the "multilingual" capability in xCenter from Wishcraft, but I didn't like the name too much, as it was a little bit confusing, and the images were not consistent with other modules.

So I've forked that module as "xContent", and adjusted the images and structure.

You can download it from XOOPS SVN, just click on the "Download Snapshot" link.

Please test it and let me know what you think. Please help us to make it simpler and easier to use.

I would like to include it as our basic "content" module in future versions of XOOPS, as well as our "Basic Module Pack". I think, it provides the basic features for a content module, and the "multilingual" capability makes it very attractive.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

2
DCrussader
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5

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.

3
Mamba
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/6 10:13

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


This is for static content only (basic addition).

For advanced Content module we will need something sophisticated like News/Publisher/AMS. The current feedback from the community seems to be leaning toward Publisher as the "official" Advandced Content module, unless Voltan comes with something new and cool.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

4
DCrussader
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5

Why not static and dynamic content to be united in one code and added directly into core. CMS without content management....
xContent Features with Herve's News, AMS and Publisher features into one package, part of the core ?

5
zyspec
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/6 13:24

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I manage several small sites which just need a few static pages. A module like this is exactly what those type of installations need. There's no need for all the complexity introduced by a full article / news management system. For these type of installations I install/configure/customize the system for my customer and then they manage the static content on an 'as needed' basis. Training for a simple module is much easier than for a more complex system. Wfchannel was excellent for this type of installation, although it's no longer in development.

I think there's a need for both type of modules - gives XOOPS more flexibility. I do agree the 'full' article and/or news module should allow for both static and dynamic content, SEO, tagging, social networking, etc. but it's more than many small business sites need.

6
DCrussader
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5

Flexibility ?
With tons of forks on content modules, XOOPS is the only one CMS at the moment without Content.

7
Mamba
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/7 17:40

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
With tons of forks on content modules, XOOPS is the only one CMS at the moment without Content.

I agree with you - it has to change.

One way or the other, next XOOPS release will have a "content" module included.

Hopefully, a good one, and very user-friendly.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

8
DCrussader
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5

Quote:

Hopefully, a good one, and very user-friendly.


Give me the English files :)

9
Mamba
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/8/7 18:08

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
Give me the English files :)

We'll be working on this.

First, the functionality and bugs fixing, and then correction of language files. For the spaces, we'll just need to run "search and replace"...

Thanks for keeping eye on all the language files and translations! This is very helpful for our international users.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

10
DCrussader
Re: xContent 2.17 Beta 1 ready for testing on XOOPS 2.5.5

Btw, take out the non-translatable strings in another file, till is BETA, otherwise mutli-lingual functionality will be useless.

Spaces are on places where S&R can't work

DEFINE (space) ( (space) '_SOMETHING' (space) , (space) 'Something' (space) ) (space) ;


what if the definition contains 'Something about' - then and this space will gone.

Login

Who's Online

162 user(s) are online (99 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits