Topic: What are the most urgent additions to MODx ?  (Read 47858 times)

Poll
Question: What are the most urgent additions to MODx ?
Forum integration ?
Shopping cart integration ?
Something else ? (post in the thread)

Pages: 1 ... 4 5 [6]   Go Down

#101: 20-Oct-2007, 05:19 AM

Marketing & Design Team

davidm
MODx evangelist
Posts: 7,073

The best way to predict the future is to invent it

WWW
Would you mind (if not already done) sharing your hack with the core team Smiley ?

Maybe they can fit it into the totally new caching mechanism of 0.9.7, who knows ?

.: nodeo.net : Pour un web libre, moderne et ouvert ! :: david-molliere.net : Suivez en "live" mes expérimentations et billets sur les CMS et autres applications web :.

*** Forums modxcms.fr Participez à l'élaboration du site MODx francophone ! ***

! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.67 - PHP 5.2.8 | Debian 4.0 (Etch)

Réalisations sous MODx : | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net

#102: 20-Oct-2007, 08:05 AM


chinesedream
Posts: 332

Lotus Seeds Design

WWW
To make ModX appeal to the more corporate users, the following would be great:

2) Ability to take an existing published document, work on it without publishing the updates, then have someone else review and publish the updates. This requires ModX to keep track of 2 versions of each document (live and in-progress).

Somewhere along the Textpattern's Draft, on Pending and Publish features are nice Smiley

#103: 20-Oct-2007, 09:46 AM

Testers

dev_cw
Posts: 4,179

WWW
I would like to see template aliases. What I mean is that since TV are related to templates, if you want to apply different tv sets to sections that use the same template you need to duplicate it. If there were template aliases you could have basically one template and use it with different TV sets. Yes this can be done with chunks and templates but could be better with some sort of aliases which would be a cleaner interface.

I also would like to see more plug-n-play snippets like a single blog tool (complete with admin et all). Having to build a blog (which is one of the most common features) from bits ans pieces is a bit of a drag. Even with the cool tools that we have (Ditto, newspublisher, jot and reflect) it is a bit tougher than it should be. TO make a blog you need to learn how to use several different snippets which makes the learning curve a bit overwhelming.

An integrated simple forum would be very nice as well as a wiki.

Integrated front end web user page editing would be fantastic, quick edit is the coolest thing since the slinky but not being able to allow web users to use it is a drag. And making everyone a manager user is not a good idea...this could work if the manager was not so complicated (as a developer I like it, but from a user pov it is a bit overwhelming).

I know that v1 will resolve a few issues, just thought I would add my views to the list.
Shane Sponagle | [wiki] Snippet Call Anatomy | MODx Developer Blog | [nettuts] Working With a Content Management Framework: MODx

Something is happening here, but you don't know what it is.
Do you, Mr. Jones?  -  [bob dylan]

#104: 20-Oct-2007, 10:34 AM

Soshite
Posts: 925

WWW
Once WLPE gets to a stable enough release, I'd suggest adding that in as one of the core scripts. It's something that not a lot of CMS's have (at least to the level Scotty coded it), so it would be a nice thing to "show off" in the CMS arena. Smiley
My Snippets
-> PopUpChunk v1.0

#105: 20-Oct-2007, 07:02 PM

andytwiz
Posts: 13

Would you mind (if not already done) sharing your hack with the core team Smiley ?

Maybe they can fit it into the totally new caching mechanism of 0.9.7, who knows ?



I didn't record the changes I made and my code is a mess. Basically I just commented out the cache processor writing the document meta arrays and  after this siteCache file is loaded I run some SELECTS to get the require document meta data in real time.

If a mod really wants my hacked mess they can have it but I'm sure they can code something more elegant! They said they are addressing the 5000 document limit - not sure if via the same method?

Cheers

#106: 21-Oct-2007, 04:34 AM

Marketing & Design Team

davidm
MODx evangelist
Posts: 7,073

The best way to predict the future is to invent it

WWW
The 5000 document limit will be adressed indeed, let me quote Jason (OpenGeek) :

Just an additional note regarding some of the caching improvements that are coming in MODx 0.9.7 to address performance and scalability against a graph of volume a site's content repository might consist of:
  • More modular cache files, loaded on demand; config is separate from the document map, which is divided into contexts, scripts and content are separate, etc.
  • More control over what parts get cached and which parts don't; even how/where it gets cached.  You can even disable caching entirely; however, the database load at that point would be tremendous, unless you had...
  • Database result set caching to address database load in general, with support for memcached or your own custom cache implementations.  Individual result sets can even be cached indefinitely, for a specified number of seconds, or excluded from the cache via the new xPDO-powered API.
  • More granular ability to control caching on any kind of content element (i.e. chunk, snippet, TV, plugin, module, template, etc.) via tags or API, i.e. force TVs not to be cached.

But, that's the challenge in developing any web application with an eye for performance and scalability; it's a constant struggle to balance the two because they are, and will always be, at odds.
.: nodeo.net : Pour un web libre, moderne et ouvert ! :: david-molliere.net : Suivez en "live" mes expérimentations et billets sur les CMS et autres applications web :.

*** Forums modxcms.fr Participez à l'élaboration du site MODx francophone ! ***

! Nouveau !  En live, ne manquez pas les news de modxcms.fr sur Twitter   ! Nouveau !

MODx est l'outil idéal pour les developpeurs et webdesigners qui cherchent un framework de gestion de contenu hautement flexible et performant, tout en étant simple d'accès pour les utilisateurs finaux.

Config : Apache 2.2.8 - MySQL 5.0.67 - PHP 5.2.8 | Debian 4.0 (Etch)

Réalisations sous MODx : | pargade-notaires.fr | soleil.info | gican.asso.fr | michelez-notaires.com | amadom.gerondicap.com | jocelyne-violet.net

#107: 21-Oct-2007, 07:07 AM

andytwiz
Posts: 13

Great - whens 0.9.7 out? Wink

#108: 7-Dec-2007, 08:39 AM


TXRX
Posts: 136

WWW
A thoroughly-documented API.
 Grin

Yea, that wiki is kinda red on quite a lot of the API pages Cheesy
One central and complete source of documentation for snippet and plugin writers would open ModX right up to many more users. In turn that could help generate more features and even maybe more eyeballs to help tweak the core code to help with the development cycles of existing modules etc.
God knows I wish I used more of the undocumented api's whilst re-writting some of the core php but wasn't able to spend time experimenting to get results.

I understand it's a spare-time resource and y'all are busy on 0.97 but one day I'd love to see the api completely in there and benefit from that awesome functionality that using ModX api's gives.

Cheers

TxRx
p i x e l  p u s h e r  e x t r o d i n a i r e       
       A x i s  A n i m a t i o n . c o m

#109: 7-Dec-2007, 09:02 AM

Foundation

splittingred
Posts: 1,499

i am alt-country rock

WWW
Yea, that wiki is kinda red on quite a lot of the API pages Cheesy
One central and complete source of documentation for snippet and plugin writers would open ModX right up to many more users. In turn that could help generate more features and even maybe more eyeballs to help tweak the core code to help with the development cycles of existing modules etc.
God knows I wish I used more of the undocumented api's whilst re-writting some of the core php but wasn't able to spend time experimenting to get results.
I understand it's a spare-time resource and y'all are busy on 0.97 but one day I'd love to see the api completely in there and benefit from that awesome functionality that using ModX api's gives.
Cheers
TxRx

http://docs.modxcms.com/ - 0.9.7 API Documentation

Eventually this will be populated with more package tutorials and such, but the code itself is pretty heavily documented, so this will help.
shaun mccormick | modx foundation
modx revolution | jira bugtracker | official docs | svn tracker | api docs

#110: 10-Dec-2007, 08:11 AM


TXRX
Posts: 136

WWW
Awesome. Looking good and some sound advice indeed Smiley
thanks!

TxRx
p i x e l  p u s h e r  e x t r o d i n a i r e       
       A x i s  A n i m a t i o n . c o m

#111: 11-Feb-2008, 07:16 AM

worchyld
Posts: 354

I love MODx!

Please add a thumbnail tool that works with Template Variables. Thanks.

#112: 3-Apr-2008, 11:43 AM

Ross1234
Posts: 61

Update the site, I was so confused at the basic blog tutorial. It uses snippets which don't even come with modx!

#113: 25-Apr-2008, 04:53 AM

Coding Team

doze
Posts: 4,094

....Boom!

Please add a thumbnail tool that works with Template Variables. Thanks.
You can use phpThumb with image tv.
New MODx wiki! Please help up with documentation efforts! || Old Wiki

"He can have a lollipop any time he wants to. That's what it means to be a programmer."

#114: 2-Jun-2008, 11:22 PM

neil
Posts: 15

I hope the Phorum Integration will be available soon..Phorum is great, simple and fast forum for small communities.. hmmm.. of course, you all should know..

hehehe Wink

#115: 3-Jun-2008, 10:52 AM

rx2
Posts: 214

I'd love to be able to schedule chunks for publishing and unpublishing. Most of the promotional content I do on sites is variable. For now I just comment out the contents of the chunk, but having the client being able to schedule them would be great.

#116: 4-Sep-2008, 06:00 AM

le_block
Posts: 80

WWW
1.) I'd like to see a better internatiolization. (one document - multiple languages) for a better explanation try the demo of typepublish http://www.typepublish.org/.

2.) Please redesign the backend of the revolution fork of modx. it looks horrible in an usability point of view. IMO it is a slick GUI (and Ext works fine), but the backenduser will see nothing inspite of a lot of blue buttons. The User will be overwhelmed of the possibilities he/she can click on. thats not the productive way.
I suggest you've a short look at the backend-interface of a wordpress blog (2.5).

Thanks, le block
le_block is Member of FUTY | Medienagentur aus Leipzig mit Schwerpunkt Marketing, Branding, Print und Webdesign

#117: 4-Sep-2008, 07:51 AM

Administrator

smashingred
Posts: 1,422

Jay Gilmore

WWW
le_block

1. I think we all agree that internationalization of single documents needs streamlining. I hesitate to say but think that this will become a modx core addon for revolution once it is out.

2. The backend is not perfect but there are several options for customizing the back end or creating a new one that will be different for editors or managers. You could create a whole new manager interface or what I call a side end that non-admins could use to manage the content, auditing, and other tasks.

BTW. The new WordPress 2.5+ interface is not perfect. The dashboard is utterly useless for regular users. I'd prefer to jump right into tasks. If I was getting stats or some other info there (which can be done with a plugin) but otherwise I would rather end up on the new post or manage screen.

#118: 18-Aug-2009, 02:25 AM

superstoffer
Posts: 15

For me the most urgent addition for MODx is the ability make multi lingual sites.

#119: 18-Aug-2009, 03:32 AM

Coding Team

sottwell
Posts: 10,502

WWW
Well, that's why I chose to use the precursor to MODx; I needed a multi-language site. There are a number of ways to accomplish this now, depending on your needs.

http://wiki.modxcms.com/index.php/Make_Multi_Lingual_Site
http://modxcms.com/extras/package/277
http://modxcms.com/extras/package/543 (this one appears to be the strongest candidate)
http://modxcms.com/forums/index.php/topic,36513.0.html


 
sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
Pages: 1 ... 4 5 [6]   Go Up
0 Members and 1 Guest are viewing this topic.