CMS by myself

Discussion in 'Content Management' started by cbn81, Feb 21, 2007.

  1. #1
    I'm trying to build a simple CMS, but I have some problems... DO you know any good resource where I can find a tutorial about building a cms?

    Thank you
     
    cbn81, Feb 21, 2007 IP
  2. visit_faraz

    visit_faraz Active Member

    Messages:
    106
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    Which cms are you talking about?
    There are drupal, wordpress, joomla,etc, etc.....

    So, have you chosen any of these.

    Anyways, If it is joomla. then I am using some video tutorials and have written about them in my site.
    You could check out my squidoo lens. It has more details.
    bye,
    faraz
     
    visit_faraz, Feb 23, 2007 IP
  3. toby

    toby Notable Member

    Messages:
    6,923
    Likes Received:
    269
    Best Answers:
    0
    Trophy Points:
    285
    #3
    learn PHP and mysql. You will be able to build your own cms.
     
    toby, Feb 23, 2007 IP
  4. cbn81

    cbn81 Peon

    Messages:
    160
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I know them, I just wanted suggestions about the CMS structure...
     
    cbn81, Feb 25, 2007 IP
  5. Mystique

    Mystique Well-Known Member

    Messages:
    2,579
    Likes Received:
    94
    Best Answers:
    2
    Trophy Points:
    195
    #5
    try searching for 'php creating dynamic content'
     
    Mystique, Feb 25, 2007 IP
  6. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Your Content, Feb 25, 2007 IP
  7. cbn81

    cbn81 Peon

    Messages:
    160
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks, this was helpful!

    My problem now is about templates:

    I have different page kinds, so for example page A and page B. They refer to 2 different templates, but my problem is that I have many page types, so many templates. They all have the same graphical layout. If I want to change my website template, I should change all my templates files, and this could be annoying. I'm trying to find a solution to this problem, any idea?
     
    cbn81, Feb 25, 2007 IP
  8. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Your Content, Feb 25, 2007 IP
  9. cbn81

    cbn81 Peon

    Messages:
    160
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thank you, but my problem is that I want to completely change the layout, for example I could have a 3 columns website, and change it to 4 columns or so...
     
    cbn81, Feb 25, 2007 IP
  10. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #10
    This can be done developing a framework-like CMS so the template can be adjusted in accordance with the modules in use.

    I'm leaving now, but will get back to you with further reference on this ;)
     
    Your Content, Feb 25, 2007 IP
    cbn81 likes this.
  11. cbn81

    cbn81 Peon

    Messages:
    160
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thank you!
    I'm looking forward for those info!
     
    cbn81, Feb 25, 2007 IP
  12. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I'm back, pay a visit to this site: www.dreammask.com/PHITE.php?sitesig=PT

    This is a simple PHP framework. Download the code to see how it is structured and how templates work

    It is a single-file script that uses a php class called Template Power, which allows you to do what you want adding a few lines of code to your templates

    Learn more about this at the Template Power website: http://templatepower.codocad.com/manual/index.php
     
    Your Content, Feb 25, 2007 IP
  13. giorgoc

    giorgoc Peon

    Messages:
    16
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You need to define your own requirements. There are hundreds of features that a complete CMS may have. I'd suggest to add what's important for you for now and make sure to start building it in a future-proof way so that you can extend it's abilities in the future :)
     
    giorgoc, Feb 25, 2007 IP
    cbn81 likes this.