Actually, one of the more powerful things in phpWebSite is the Display engine. A content management like phpWS does just that: It manages your content. I'll show you, how.
If a company's house burns down, it usually doesn't matter at all. The computers are insured, so is the rest of the house. But: if a company is struck by a virus and all the data is modified over time, without notice, thus rendering all the backups useless as well, the company is doomed.
I'm talking about content. The thing a CMS is about. The thing your company is about. Take away a companies knowledge about it's customers, about it's business processes, and it's over. They can close, their shares go down to minus and everything is damned.
That's why databases are that important. And that's why we should take special care about the content of our website.
By the way, I've compiled a good practice guide on how to write content for Article Manager, that should give you some ideas about writing content.
Where to find it | |
---|---|
Giving you an interface to your content is your modules' job. The module by itself stores and recalls it from your database which you set up together with your first installation of phpWebSite. Every module administers it's own tables in the database and controls it's content that way. The tables of a module contain the prefix mod_modulename_, where modulename is replaced with your modules name. If you've defined a table prefix, it will be put before mod_ |
What to do | |
---|---|
Be very greedy with your markup. Only use p and a couple of ems (emphasis -- not neccesserily italics) for your content. That's about it. If you have unordered lists, use the ul / li tags, for ordered lists ol / li. Usually, it's no good idea to include images directly in your text. Use the provided interface of your module for that. Article Manager, for example, allows a picture with each section Write in a go. No depending on phpWebSites' linebreaks: they suck right now. Using paragraphs (the p tag) will solve a couple of problems that you didn't even think of yet. |
What not to do | |
---|---|
If it's about text: don't (imagine a lot of exclaimation marks here), I repeat don't (I'd write it again, then that would get you bored) use any presentational markup. Presentational markup (did I mention you should avoid it?) includes, but isn't limited to:
You might have noticed by now that using tools like htmlArea won't do your site any good. Then, it's all up to you. Do what you will, it's your site! |
Comments - Make a comment |
The comments are owned by the poster. We are not responsible for its content.
|
AdministrativeTexts
updated by freddiemac1993, 2013-06-14
wiki
Re: adventures
created by brittdavis10, 2012-02-23 (1 rply, 3 views)
thread
Re: how to run phpwebsite...
created by alexander, 2011-08-25 (2 rpls, 3607 views)
thread
Re: Forum tags
created by HaroldFaragher, 2011-08-22 (3 rpls, 8488 views)
thread