Forum Moderators: coopster

Message Too Old, No Replies

Content Management

does any one know

         

Balrog

4:34 pm on Jun 15, 2004 (gmt 0)

10+ Year Member



Does any one know a good content managment script written in PHP that would allow users to submit content like articles news and even blogs to my web site via remote computers through a web browser?
It would have to be user friendly (the users may not now how to code) and include imput areas for content
such as
Article Title:
Authors Name:
Article content:
Image:
It would also have to be be customisable on my own templates.

WhosAWhata

6:07 pm on Jun 15, 2004 (gmt 0)

10+ Year Member



most good systems are pay programs, if that is ok with you check out hotscripts.com and php.resourceindex.com

if you want to go the free path, develop one your self

there is a good free WYSIWYG editor you can use for the submit portion (just google for WYSIWYG it is called HTMLarea)

other than that mySQL of a flatfile storage system would work to store your info

then make a template for displaying them

it shouldn't be too hard to customize it

Balrog

8:11 pm on Jun 15, 2004 (gmt 0)

10+ Year Member



Thanks alot thats probably the best thing to do.

solace

3:39 am on Jun 17, 2004 (gmt 0)

10+ Year Member



I'm getting a lot of my start from tutorials on the web, particularly the ones at [codegrrl.com...] The tutorial's called Build A Blog.

Solace

[edited by: jatar_k at 3:44 am (utc) on June 17, 2004]
[edit reason] edited [/edit]

netscan

12:17 pm on Jun 17, 2004 (gmt 0)

10+ Year Member



Check out Mambo, it's open source and has the features you are looking for and then some.

idoc

1:51 pm on Jun 17, 2004 (gmt 0)

10+ Year Member



There are many *good* free programs at "sourceforge" Just search for them at google and then search on site for "cms" or "content management" to start with. They are even better if you can write your own code to customize them, but even if not, they are well worth the look and come close in features to the expensive programs... for free.

<edit>removed url</edit>