| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jul 2004
Posts: 1,383
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| Buy my domains. Join Date: Feb 2006
Posts: 2,796
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I hate to say it.. but WordPress.. It has users with access levels, you can make new pages and basically has everything. I'm not sure what else could do what you want without it being a blog/cms/whatever. -- I'm waiting for your reply -- |
| |
| | THREAD STARTER #3 (permalink) |
| Senior Member Join Date: Jul 2004
Posts: 1,383
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Eh, but there's like no way I could convert to Wordpress. My website is like, a unique website. It's not powered by any type of software. Basically all I want it some script to make pages from that will put those pages into the navigation menu. Sorry, but there's no way Wordpress would be feasible for my site, it would require too much converting things. Thanks though, Andy |
| |
| | #4 (permalink) |
| NamePros Legend Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,785
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | without cms this could be very tedious. since you don't like cms i could not suggest one, choose a very easy cms and then just allot let's say 1 hour per day session until all your staff gets the hang of inputing content then all yoiu have to do is approve online their submission or edit some parts of it and then submit. |
| |
| | #5 (permalink) |
| NamePros Member Join Date: Jun 2005 Location: Hat Yai, Thailand
Posts: 165
![]() | I might be wrong here, but any which way you decide to go, you will have alter the complete structure of your wesbite (assuming you're using static HTML only at this point). If you're using a database for your content, creating a simple script which lets you alter the contect is a very simple task, but if you're not it's quite a lot of work to rebuild your website, especially if it's such a big one. Furthermore, I totally agree with you about most of the CMS out there, way too much and way too complicated for the everage user. When I build a website, I always provide my clients with a very simple, straightforward editor for editing content; just typing and pressing "update" is all it takes. ????: NamePros.com http://www.namepros.com/showthread.php?t=197420 Anyway, best of luck with your website! -monty |
| |
| | THREAD STARTER #6 (permalink) |
| Senior Member Join Date: Jul 2004
Posts: 1,383
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Bah, you know what - I bet I am thinking CMS'es are something totally different than what they really are. I always assumed CMS'es were big content management portal deals like PHP Nuke, Post Nuke, etc. I'm not sure if what I am looking for (see my first post) is what would be defined as a 'CMS' or not, but if so: does such a script exist? ????: NamePros.com http://www.namepros.com/showthread.php?t=197420 I've been looking for a while now, for a script that will take the place of uploading and junk and just help write the content on the server, and then make an outputed menu of all of the content pages it has. Anything like that exist? That's really all I need. |
| |
| | #7 (permalink) |
| NamePros Legend Join Date: Dec 2005 Location: Philippines - www.Nabaza.com
Posts: 19,785
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | so far this one is the easiest and more smplest for me: http://www.solucija.com/home/snews2go/ |
| |
| | #8 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | u said u got some simple php already running, so im assuming u know some basic php... well u cud always make ur own system. if ur relatively new to php, i suggest that u get a premade log in script that displays a certain page only if you are logged in. from there, just make a form that has stuff like the title and a box for the content, and then simply make php create a file with the filename of a title, and have <?php include('head'); ?> before the content from the form and <?php include ('foot'); ?> after it. be sure to have it check for duplicate file names so that files are not overwritten or something. once u do this, have another php file that would list everything, im pretty sure there is a function that lists all the files in a directory as an array, just read up on that in the manual. then just make that page dynamically create the list of all the links, and just have include tags around the top and bottom to input it into ur current layout. if u got any questions, feel free to ask. (or if u need any help coding something, etc)
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| |