Yes - there is a powerful multi-purpose module called "News" that is bundled with the core that can do what you are looking for. There are also several other modules built on the same general idea (see ListIt2 for example), that can provide that functionality.1. Is it possible to create articles that once published are shown in different pages? For example on my website, once I create an article, it creates it’s own article page, and a reference of the article created on the front page as a news ticker. I’d like to replicate that. Another way I could do it is if the articles I publish create an RSS feed, I can just use a PHP parser that I have to format the RSS feed onto that section.
Yes, the FEU (Front End User) module and other related modules can provide self-registration and front-end management features.2. I vaguely saw it, but does this CMS offer a diverse user management system such as user groups, user login, user restricted areas, user registration, user banning and editing, user credentials, etc. , and how secure is this system?
Not sure exactly what you mean, but you can create as many templates as you need and use them to create pages. Also depending on how you write the templates, moving a page from one template to another can be a trivial task in the Admin panel. You can also attach as many stylesheets as you want per page. With the later releases of CMSMS you can even use Smarty logic to do some basic switching logic within Stylesheets.3. Can I use multiple style templates per page?
Code: Select all
4. Are there any analysis or SEO tools available?
Code: Select all
5. In reference to number two, can users upload their own content such as specific files, images, etc. and do you have the option to turn this feature on or off per user or user group?
Code: Select all
6. Is upgrading the system on release difficult?
Code: Select all
7. Do you think it may be difficult to transfer my existing database content (MySQL) over to the one created by this CMS?
All in all, I've found this the best open-source CMS that fits my current workflow, and I suspect you will find that to be the case as well.
Hope that helps.
-Sanjay