Who can recommend me an open-source CMS?

Discussion in 'PHP' started by youlichika, Oct 17, 2010.

  1. #1
    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.
     
    youlichika, Oct 17, 2010 IP
  2. TheDataPlanet.com

    TheDataPlanet.com Well-Known Member

    Messages:
    503
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    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.
     
    TheDataPlanet.com, Oct 17, 2010 IP
  3. kasun0777

    kasun0777 Well-Known Member

    Messages:
    355
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #3
    u can use
    $_GET['id']
    PHP:
    :)
     
    kasun0777, Oct 17, 2010 IP
  4. Sherlin.Austin

    Sherlin.Austin Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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...




    __________________________________________
     
    Sherlin.Austin, Oct 18, 2010 IP
  5. imperialDirectory

    imperialDirectory Peon

    Messages:
    395
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Shouldn't that be
    
    $_GET['user']
    
    Code (markup):
    :)

    Try something like "joomla" or "Drupal" if you need
     
    imperialDirectory, Oct 18, 2010 IP
  6. varsha2010

    varsha2010 Guest

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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.
     
    varsha2010, Oct 18, 2010 IP
  7. silviuks

    silviuks Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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.
     
    silviuks, Oct 19, 2010 IP
  8. Aca

    Aca Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    The best CMS, open-source, is silverstripe :D
     
    Aca, Oct 19, 2010 IP
  9. pro-php-developer

    pro-php-developer Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Joomla,Drupal most famous open source CMS
     
    pro-php-developer, Oct 20, 2010 IP
  10. Sherlin.Austin

    Sherlin.Austin Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    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...
     
    Sherlin.Austin, Oct 21, 2010 IP
  11. lowridertj

    lowridertj Well-Known Member

    Messages:
    2,882
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    195
    #11
    lowridertj, Oct 22, 2010 IP
  12. twelveoclock

    twelveoclock Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    MODx is worth a look. It is similar to silverstripe.
     
    twelveoclock, Oct 22, 2010 IP
  13. AnoxiA

    AnoxiA Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    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.
     
    AnoxiA, Oct 22, 2010 IP
  14. youlichika

    youlichika Greenhorn

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #14
    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.
     
    youlichika, Oct 24, 2010 IP
  15. Sherlin.Austin

    Sherlin.Austin Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    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.
     
    Sherlin.Austin, Oct 24, 2010 IP
  16. youlichika

    youlichika Greenhorn

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #16
    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.
     
    youlichika, Oct 25, 2010 IP
  17. Sherlin.Austin

    Sherlin.Austin Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17

    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.
     
    Sherlin.Austin, Oct 25, 2010 IP
  18. dream party

    dream party Active Member

    Messages:
    630
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #18
    That's right. Wordpress, blogger are the other two famous CMS.
     
    dream party, Oct 25, 2010 IP
  19. lowridertj

    lowridertj Well-Known Member

    Messages:
    2,882
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    195
    #19
    easily you can have profiles linked the way your wanting using htaccess and mod rewrite
     
    lowridertj, Oct 25, 2010 IP
  20. JREAM

    JREAM Member

    Messages:
    160
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #20
    I'd go with WolfCMS if you want something like, extendable, and amazing to work with :D
     
    JREAM, Oct 26, 2010 IP