This is a discussion on "advice about contaent managment for one hole page only" within the Scripts and Online Services section. This forum, and the thread "advice about contaent managment for one hole page only are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
advice about contaent managment for one hole page only
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
advice about contaent managment for one hole page only
I know there are allot of content management system for hole sites,
Drupal Geeklog Joomla Mambo Open Source PHP-Nuke phpWCMS phpWebSite Post-Nuke Siteframe TYPO3 Xoops, etcbut I was wandering what would be the best way to let someone edit a hole page, e.g. if all the had on their website was one page. Or there was just one page a html illiterate person wanted to edit them self (e.g. www.domain.com/mypage/index.php with www.domain.com/mypage/admin/ with a WYSIWYG editor)- any cms out of the box installations for this or what would be the easiest to modify for one page editing. Sorry I am new to this and have no idea. |
|
|
|
||||
|
Re: advice about contaent managment for one hole page only
The best way would be to code it yourself...
I work with CMS myself and I'd never consider making a CMS for one page because I wouldn't see the point in it... For that reason I think you'll find it difficult to download an 'off-the-shelf' solution for what you need. Vahing said that, it would be very simple to create something like that...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: advice about contaent managment for one hole page only
I suppose if you do a really simple site for a client and they just want it as a portal with contact info and a single updatable what's happening now page it would be quite handy especially if you don't want to go to the expense of a product like contribute (if it still exists).
This would take no time though. Even I could do it and I'm a bit rubbish with all this php malarkey (though I'm getting better). Pete. |
|
|||
|
Re: advice about contaent managment for one hole page only
This didn't take very long to make, but it doesn't have any WYSIWYG features.
Make sure there is some type of authentication method before allowing use of edit.php and editpage.php A table called "website" with a column "page" would be needed before this code would work. edit.php:
page.php
Last edited by balaclave; Jul 14th, 2007 at 22:32. |
|
||||
|
Re: advice about contaent managment for one hole page only
Well done balaclave. It's members like you that make these forums the best around... I'd add to your reputation points if it was working!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: advice about contaent managment for one hole page only
Quote:
You can just buy me some e-pizza instead. This box is getting empty: |
|
|||
|
Re: advice about contaent managment for one hole page only
That is a very nice code and I thank you greatly for trying to help me, but I am having problems connecting to row 0 on MySQL table. This is the error meaage:
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 2 in /home/seehereo/public_html/onepagecms_test/edit.php on line 23 This is my test site: http://www.seehereonline.com/onepagecms_test/edit.php THis is how I made my table and column: setup2.php
If we get this working I think I will create a setup.php and config.php and password protect the edit.php ...and may dedicate a site to this script and list my and your paypal account(if you have one) for donations Last edited by vandiermen; Jul 17th, 2007 at 08:30. |
|
|||
|
Re: advice about contaent managment for one hole page only
Quote:
|
![]() |
| Tags |
| contaent managment |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XSS Hole in PHP_SELF | prydie | Other Programming Languages | 2 | Mar 24th, 2008 17:47 |
| Advice on creating a members only page | Oak | PHP Forum | 3 | Feb 13th, 2008 22:13 |
| Advice on page widths etc | sing2trees | Web Page Design | 7 | Nov 21st, 2007 19:34 |
| email managment software | jas4 | Webforumz Cafe | 4 | Jul 20th, 2007 10:09 |
| Help, hole in layout | kokuszka | Web Page Design | 4 | Apr 26th, 2006 11:37 |