w3easyNews
News Script
2012-05-08
The w3easyNews module lets you compose and edit your site news easily online.
For not to be disappointed, please note: There is no wysiwyg editor included, so you need some basic html. But not that much: It's enough to put your news title and news text in html tags like this:
<h3>News Title</h3><p>Your news text</p>
(to insert a line break, use this: <br>)
The script works with a source file that stores all the news, and two output files, that have to be included at the appropriate areas in your template resp. site. One output file contains the latest news, the other contains all news or at your choice only the less actual ones.
You write and edit the news items online in your browser and save it to the source file. To publish the news, the script writes the source file's content to the output files. That way you must not publish the news at once but may do it any later if you like.
Also the w3easyNews configuration settings are comfortably administered online.
2011-12-31
Unfortunately there was a mistake in the manual concerning how to chmod the files and folders. It is corrected now. This is how it works generally: To make a file writable, chmod the file to 664 or even 666, to make a folder writable, you have to chmod the folder to 775 or even 777.
2 Comments
ja
2012-03-11, 10:35:03
ok
cecec
2012-02-08, 20:25:17
cwc
admin | script: w3easyComment, version 0.23 © w3easy.org
w3easyNews
2012-05-09
Btw: Our directory protection script 'w3easyProtect' has got several 5/5 ratings at HotScripts. Not too bad. There must be some experts out there...;)
2012-05-03
Finally the 3. note in the php.net article about the chmod function solved the 'chmod' problem concerning the editor resp. the admin tool. The $_POST chmod value, that is first given as string, has to be transformed to an integer by the octdec() function. Basically not that difficult. Hmmm...
Many Thanks, MethodicalFool...;)
2012-03-30
Hmmm... Ok, we have not changed the server yet. But this will happen next week, for sure!!!
