Who can recommend me an open-source CMS? 1: I need the url can make www.site.com/index.php?user=admin everyone has a seprete url. 2: It can modify home page easily, add js, css, and can add any php code like, include, require_once, etc. Thanks.
I remember seeing a text file based CMS that's very intuitive to add and edit pages. Very sweet CMS for a quick setup of a simple website. But I can't recall its name now. Otherwise, why not just create a few simple PHP files yourself if all you need is that simple.
Exactly when we are talking about Open Source then it means and it has to has the capablility to develop anything you want with few efforts... __________________________________________
Hii... Joomla is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla is easy to install, simple to manage, and reliable. OpensourceCMS.com is designed to give you the opportunity to "try out" some of the best open source software systems in the world. Use Drupal to build everything from personal blogs to enterprise applications. Thousands of add-on modules and designs let you build any site you can imagine.Drupal is free, flexible, robust and constantly being improved by hundreds of thousands of passionate people from all over the world.
Joomla and Drupal are the most powerful and well known open source cms. As far as I rememnber, joomla is easier to change / hack and Drupal is somehow confusing if you are beginner.
I think Joomla is powerful CMS and easy too but not too much easy...............specially when it comes to implementing a html template in joomla and calling all the features of joomla...........not impossible but yeaaaaaa really tough job.It took around 3 months for me.......... but now maximum things are done but not all the things...
here is an entire list http://en.wikipedia.org/wiki/List_of_content_management_systems have a look at the ones under php are very nice. shine some light on wordpress joomla drupal
Well, you can always take WordPress and mod the hell out of it to make it more like your needs. Best system i worked with.
Excuse me, I left few days, now I'm back. Thanks all the friends who gave the sweet advice for me. I have tried Drupal and JOOMLA before, as I know, Drupal is difficult to use include('name.PHP') JOOMLA is hard to make a URL like www.site.com/index.php?user=admin (sorry for I can not put the $_GET['user'] in the correct part) I was afraid WordPress is just a blog system... But now I use it, it also is a wonderful CMS. But it has some problem troubled me... 1. It not support jquery 'append' Function. 2. When I add a group of input buttom <form action="<?php STYLESHEETPATH . 'index.php'; ?>" method="post" target="_self"><input type="submit" value="name" onclick="sub('name')"> and set it point to index.php(theme path), it failed. How to write the right path? 3. the admin panel-appearance-edit just support edit the pages under theme's parent folder, I can not edit the files under theme's child folders? Like edit: wordpress\wp-content\themes\themename\css\new.css I'm new one use WP. I'm glad to talk with anyone who use WordPress. Thanks again.
hello youlichika, I am using wordpress and joomla too. I have not added any jquery in the blog till yet and i did not get your last question about admin panel of wordpress. Please make your question more clear so that I may help you.
hello Sherlin.Austin: I want to modify some theme, and creat many new pages. I want to move them and some css to the child folder of the theme folder. For example: theme folder in C:\www\wordpress\wp-content\themes\themename, and I creat some child folder under this folder, like C:\www\wordpress\wp-content\themes\themename\css. I noticed admin dashboard panel in the left part, the menu name is 'appearance', then click the child menu 'editor', I only can see all the files of the theme parent folder in the right part, like 404.php, index.php, style.css, etc. But I can not see the child folder which I created under the theme parent folder, like css\new.css. So I can not edit them. Do you have any idea how to edit the child folder files in admin panel? Thanks.
You can not see any folder in that panel. If you want to edit any file within any folder then you can open that file in dreamweaver. No other option is there. Else make any file in C:\www\wordpress\wp-content\themes\themename openly and then you will be able to write that from admin panel.