Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 09-05-2004, 12:02 PM   #1 (permalink)
SN3
Contributing Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 5,382
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
CMS

Does anyone know of a good, free CMS script?
I need a very simple one where I would insert something like:
[code:1:19b15057cf]<!--Content-->[/code:1:19b15057cf]
into an existing HTML or PHP page.
I need to be able to edit the content of the page via a web control panel.
This would make it easier for my clients to update their own webpages without having to contact me.
I just need it for text, but if anyone knows of something like a WYSIWYG editor that would just be for the content in a website.

Thanks in advance.
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2004, 03:03 PM   #2 (permalink)
v7n Mentor
 
thebassman's Avatar
 
Join Date: 03-04-04
Location: Whycocomagh, Nova Scotia
Posts: 4,763
iTrader: 0 / 0%
thebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nicethebassman is just really nice
Send a message via MSN to thebassman Send a message via Yahoo to thebassman
Let me know if you find one... I may need something like this in the future too...
thebassman is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2004, 04:44 PM   #3 (permalink)
SN3
Contributing Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 5,382
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
I've been looking around all day and I can't find anything.
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2004, 08:07 PM   #4 (permalink)
Inactive
 
littleFella's Avatar
 
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
iTrader: 0 / 0%
Latest Blog:
None

littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
I'm at a loss here. wouldn't this be enough:

<?php
include("somefile.html");
?>

Or am I not understanding the request correctly?

I also do it in a little different way for one client, whereby they are allowed to create simple pages and save them in a database table as text. My php script retrieves their html code and basically inserts in a predefined area.
littleFella is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2004, 08:10 PM   #5 (permalink)
SN3
Contributing Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 5,382
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
Quote:
Originally Posted by littleFella
<?php
include("somefile.html");
?>
What's the point? Then they would have to learn programming languages. I found something that I can work from - I should have it done in a few days. It's very simple and easy to do.
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-05-2004, 08:25 PM   #6 (permalink)
Inactive
 
littleFella's Avatar
 
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
iTrader: 0 / 0%
Latest Blog:
None

littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
Quote:
Originally Posted by SN3
Quote:
Originally Posted by littleFella
<?php
include("somefile.html");
?>
What's the point? Then they would have to learn programming languages. I found something that I can work from - I should have it done in a few days. It's very simple and easy to do.
Not exactly. My customers have no clue about programming, but they can definitelly use a simple visual html editor. This is how I do it for them:

[code:1:712c0ec33d]<?include("../../templates/conn.php");?>

//some other html or php code here

<?php
$stmt = "SELECT * from P_ABOUTUS, PAGE_HEADER";
$sth = ibase_query($dbh, $stmt);
$row = ibase_fetch_object($sth);
ECHO " <tr>
<td valign="top" width="100%" bgcolor="$row->BACK_COLOR" background="$row->BACK_PICTURE_PATH">
<div align="center">
<font size="$row->FONT_SIZE"color="#$row->FONT_COLOR" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">
<b>$row->HEADER_TEXT</b>
</font>
</div>
</td>
<tr>
<td>
$row->NARRATIVE //this is customer's html text
</td>
</tr>";
?>[/code:1:712c0ec33d]

Some other pages, such as pages containing lists of items, or some of tabular contents are added/modified by the user by inserting/modifying a record in the database. Seems to be working just right.
littleFella is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-06-2004, 06:32 AM   #7 (permalink)
SN3
Contributing Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 5,382
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
Sorry, since we swtiched to the new forum I can't see what you wrote (all the stuff got messed up). Can you re-post that? Thanks.
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-06-2004, 06:59 AM   #8 (permalink)
Inactive
 
samer's Avatar
 
Join Date: 10-13-03
Location: Lebanon
Posts: 4,099
iTrader: 0 / 0%
Latest Blog:
None

samer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nice
yah, it's maybe the difference between VB code and BB code ..
samer is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-06-2004, 07:09 AM   #9 (permalink)
Inactive
 
edbarton's Avatar
 
Join Date: 10-13-03
Location: England
Posts: 2,781
iTrader: 0 / 0%
Latest Blog:
None

edbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really niceedbarton is just really nice
Its probably more advanced than you want but as a CMS, http://www.mamboserver.com/ is amazing.

You might also want to check hotscripts
edbarton is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-06-2004, 07:50 AM   #10 (permalink)
Inactive
 
samer's Avatar
 
Join Date: 10-13-03
Location: Lebanon
Posts: 4,099
iTrader: 0 / 0%
Latest Blog:
None

samer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nicesamer is just really nice
check this out: http://www.opensourcecms.com/
samer is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-06-2004, 08:09 AM   #11 (permalink)
SN3
Contributing Member
 
SN3's Avatar
 
Join Date: 10-13-03
Location: Work, USA
Posts: 5,382
iTrader: 0 / 0%
Latest Blog:
None

SN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really niceSN3 is just really nice
Send a message via AIM to SN3 Send a message via Yahoo to SN3
Quote:
Originally Posted by edbarton
Its probably more advanced than you want but as a CMS, http://www.mamboserver.com/ is amazing.

You might also want to check hotscripts
I tried mambo - way to advanced for what I want.
SN3 is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-06-2004, 09:45 AM   #12 (permalink)
Inactive
 
littleFella's Avatar
 
Join Date: 06-20-04
Location: Ontario
Posts: 3,359
iTrader: 0 / 0%
Latest Blog:
None

littleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to beholdlittleFella is a splendid one to behold
Quote:
Originally Posted by SN3
Sorry, since we swtiched to the new forum I can't see what you wrote (all the stuff got messed up). Can you re-post that? Thanks.
PHP Code:
<?include("../../templates/conn.php");?>
  
  //some other html or php code here
  
  <?php
     $stmt 
"SELECT * from P_ABOUTUS, PAGE_HEADER";
     
$sth ibase_query($dbh$stmt);
     
$row ibase_fetch_object($sth);
       ECHO 
" <tr>
                  <td valign=\"top\" width=\"100%\" bgcolor=\"$row->BACK_COLOR\" background=\"$row->BACK_PICTURE_PATH\">
                   <div align=\"center\">
                  <font size=\"$row->FONT_SIZE\"color=\"#$row->FONT_COLOR\" face=\"Arial,Helvetica,Geneva,Swiss,SunSans-Regular\">
                  <b>$row->HEADER_TEXT</b>
                         </font>
                         </div>
                         </td>
                         <tr>
                      <td>
                      $row->NARRATIVE //this is customer's html text
                       </td>
                         </tr>"
;
  
?>

Last edited by littleFella : 09-06-2004 at 09:52 AM.
littleFella is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:40 AM.
© Copyright 2008 V7 Inc