text updating script?

mikel2k3

New Member
Messages
748
Reaction score
0
Points
0
Helloo!

I am just wondering if it possible for somebody to either find me a script that will allow a client to update their own text on their website?

Preferably something with a seperate page where they can type into a text box, click update, then it will update the main page.

Im finding awkward to explain. Hopefully somebody will know what I mean.
 

t2t2t

New Member
Messages
690
Reaction score
0
Points
0
It sounds like you need a CMS...

Hint: If you ask here for a cms, there are gonna loads of recommendations...
 
Last edited:

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
I think he just wants that particular script. It would be useful, I am looking for one as well.
 

mikel2k3

New Member
Messages
748
Reaction score
0
Points
0
I think its a sort of CMS that im after.

I think the best way to explain it would be when you update your myspace page?

You fill in the text there, click submit and it updates your page.

-------------------
EDIT:

Dont most CMS make you use a template, so thats how they work? If so, that isnt what im after.

The text must be implemented into the website design that i create.

----------------
 
Last edited:

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
ok, so build the cms into your template. something like Joomla! (CMS) or Worpress (Blog software) are easily skinable.

Perhaps thats a route you could take?!?
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
CuteNews from CutePHP is a news content management system. I have used it before! If you end up using it, and require help, let me know!
 
Last edited:

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
yes of course you can!

First off, if you really want to customise it, you can create your own templates for the news.

Follow these simple instructions:

1) log in as admin and go to options
2) go to Create/Edit templates
3) create a new template, call it whatever you like. base it on the default template

4) once you have done that, go back and edit the Active News, by clicking the name. a text box will appear with the code used to display etc.

You can edit this as much as you like, you can re-write it, using classes specified in your own stylesheet that is linked to the page the news is being displyed in.

Once you have done all the editing etc, you can insert it into your page by using the intergration wizard which is also under the options page.

This is a typical piece of code that you could use:

PHP:
<?PHP
$number=5;
$template="test";
$only_active=TRUE;
include("pathofcutenews/thenewsfilehere.php");
?>

Any more questions, simply post here!
 

mikel2k3

New Member
Messages
748
Reaction score
0
Points
0
Oh wow, it worked. Yeah i know how to implement it etc into the site.

Now only if there was a free script without the copyright at the bottom, doubt im going to get that lucky though haha.

Thanks for the help guys!

EDIT:::

Where in UK are you zenax??
 
Last edited:

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
im from Nottinghamshire

currently flat sittin in Birminghamshire!

P.S im sure you could you could hide the copyright by setting the colour of the link to black or something so you cant see it?!?
 
Last edited:

mikel2k3

New Member
Messages
748
Reaction score
0
Points
0
yeah i think that is the only LEGAL way for me to get around it and not pay for it.

Cool nottinghamshire isnt that far from me :D
 

mikel2k3

New Member
Messages
748
Reaction score
0
Points
0
dont have a clue :/ I know most of yorkshire was pretty bad. Luckily I wasnt hit with it :D
 
Top