eruin,Oct 24 2004, 08:24 PM wrote:

Many of the plugins are vendor-supplied (ie me), the rest are actively maintaned by others. Flexer has stated he doesn't want to implement plugin support, in the past, though that might have changed. Not sure what he's got planned, but I guess he's as short on time as I am.


Has there been released a release plan for future versions of CuteNews, or will we just have to wait and see? I think CuteNews is close to perfect, but as stated before, nothing's perfect. tongue

eruin,Oct 24 2004, 08:24 PM wrote:

As for the validation, I think I was thinking of <div>s, not images wink
all xhtml 1.1 tag-soup&#153;


As for my short story, you're right about them <p>'s and <div>'s inside them, but when will I ever do that?  wink
BTW. I'm not serving XTHML 1.1, as it should be served with "application/xhtml+xml", and as we all know, MSIE doen't support "application/xhtml+xml" yet... sad


Martin

eruin,Oct 22 2004, 02:39 PM wrote:

I dread the day I'll release 168...


BTW. I read at https://cutephp.com/forum/index.php?showtopic=2212 that AJFork requires PHP 4.2.0 and 4.3.0 for future versions. A lot of ISP's out there (including my own) are using the latest Debian stable, wich uses PHP 4.1.2, afaik. I've got my own webserver, www.oppetid.no as well, but for the sake of others I guess it would be better off supporting PHP 4.1.2?

Wich features in AJFork requires features in later PHP versions, and wich features in PHP is this?


Martin - still forgetting to log in :blink: 

Note to self: Will I ever remember to log in?

eruin,Oct 22 2004, 12:39 PM wrote:

Auto Archives is implemented as a plugin by Thox for pfork and ajfork. Could ofcourse be done as a part of the core, but thing is, this bloats it with stuff people don't need - and increases sometimes already staggering server resource usage. Plugins, on the other hand, arent' parsed unless they're enabled through the plugin interface. Which means you could just ignore them if you don't use them. Even delete them to save space.


Good point! Still I've had my share with poor plug-ins, not working for any reason. I know that some CMS offers separate modules, that the user may download if needed.

As stated earlier, I prefer using the vendors code, as he / they knows their own code best. At the same time, there is also a chance that modules will be maintained instead of being written once, and never bug-fixed ever after.

A thought for Flexer? smile


eruin,Oct 22 2004, 12:39 PM wrote:

I dread the day I'll release 168...


Seems like I need a peak at AJFork. How's the customization possibilities? I prefer customizing my pages through CSS.

Today, my template looks like this:

<div class="aktive_nyheter"> 
    <p class="aktive_nyheter_1">[full-link][b]{title}[/b][/full-link] postet {date} av {author}</p> 
    <p class="aktive_nyheter_2">{short-story}</p> 
    <p class="aktive_nyheter_3">[full-link]les resten[/full-link] :: [com-link] kommentarer[/com-link] :: ({comments-num})</p> 
</div> 

In my CSS I use ie

 
div.aktive_nyheter { 
   border-top : 1px dashed silver; 
} 

For me, this is a must! smile 

eruin,Oct 22 2004, 12:39 PM wrote:

I'm wholeheartedly against any form of censoring, so Word-banning features are probably best left for vanilla CN. I don't even like the flood protection much.


A lot of sites I know gets spammed every day with posts containing "\/iagr@" and similar posts. It's a dirty (speaking literally) job to remove unwanted posts.


eruin,Oct 22 2004, 12:39 PM wrote:

Latest comments was originally an addon for cutenews that I ripped into AjFork and improved a bit. I think it's still in the addon section on cutephp.com.


This is probably my most wanted feature. I've looked it up in the addon-section a while ago, but I couldn't make it work. Seems like I have to look at it again, and post for some help, if needed.  smile


Martin - still wondering WTF I'm doing in front of the screen saturday night :unsure:

First of all, I want to say that among millions of other solutions out there, CuteNews is the best I've seen, by far! smile 


SQL
I still think it's a good idea to implement SQL-support. I know it's a dirty job to rewrite the entire core, but it would be a major lift for CuteNews. It's my intentions that the user is able to select either SQL or flat-file storage during the installation process. The option that's not selected during installation should not be installed either. When it comes to performance, this should not slow down the user experience afaik.

As for security, all configuration files (ie. MySQL config) could (and probably should) be placed outside the web-root, where they can only be reached by PHP. Unfortunately, I don't have enough experiece to discuss that single topic in details.


Categories
I might have been misleading in my original post. As I said, I have three categories, all numbered 1, 2 and 3. First, I make a post in category 1, then 2 and finally 3. The three posts will be showed on three different pages, but I also want a fourth page (ie. the main page) where I want to show the posts from both 1, 2 and 3. I know that it can be done by showing ie:

<?php
$category = "1";
include("show_news.php");
?>
<?php
$category = "2";
include("show_news.php");
?>
<?php
$category = "3";
include("show_news.php");
?>

The example above still shows the news index from the other categories, while showing the news for the selected category.

I have to admit that I've never tried the following:

<?PHP
$category = "2,3,5";
include("show_news.php");
?>

... wich is stated in the documentation.

--> Note to self: RTFM! :blink: 


Auto-archive
In several ERP-environments (ie. SAP) there is a saying, "Don't change the vendors code". In other words, hacks, mods and add-ons are not necessarily for the better, but should (if possible) be delivered as a part of the standard CuteNews-code, with ability to switch the feature on an off in the system config. This ensures easier, faster and cheaper upgrades.


Latest comments
I find the way that CuteNews shows news, archives etc. very smart, by including files. I guess there's a simple way of doing the same with comments, ie.

<?php
$number_of_comments = "5";
$sort_order = "ascending"; // could be descending
include("show_latest_comments.php");
?>

I know this feature exists in AJ-Fork, but I still want it in standard CuteNews, regarding the earlier statement about the vendors code. smile 


Friendly URL's
I've seen the posts about friendly URL's, but as for the other wishes, I still believe that this should be a part of standard CuteNews.


Spam-filter
Actually, I've only looked at the flood protection. A banned word-protection would be the ideal solution, made in standard CuteNews.


RSS
Most people I know, reads the news through the RSS-feed. Still I think there should be feeds for other formats than 0.91, and that there should be feeds for both news and comments.


Search-function
Umm... Is there a search function in standard CuteNews? I've never seen it... :unsure: 

Just my two cents (or more like a million dollars to me). smile 


Best regards,
Martin
smile

Greetings,

While using CuteNews for quite a long time, I've been cooking up some wishes for future versions. I've been following the forum for a while, and I know some of my wishes has been discussed several times... Here's my two cents though.

* MySQL support (for those who wants it) along with the existing file storage. I've read a lot of posts regarding this topic, mostly concluding that MySQL will not be released in the nearest future. For security reasons MySQL has a major advantage compared to file storage. My existing CuteNews installation got hacked a couple of months ago, and as far as I can see, it can happen again. Further more, writing plug-ins and collecting data from MySQL will be easier, at least for my self, as my SQL knowledge reaches far, far beyond my PHP knowledge.


* Advanced categorizing. Ability to show all news, disregarding categories, i.e. on a front page.
Example: I have three categories, "1", "2" and "3" in my CuteNews installation. With ie.

<?php
$disregardcategory;
include("show_news.php");
?>

> I want to show latest X news (or all) from both "1", "2" and "3".


* Built-in auto-archive (if wanted), i.e. per month. Enable / disable through the system configurations. Perhaps even selectable for each category.


* Ability to show X latest comments, even if the commented post is not displayed on the front page.


* Use a permalink feature to make shorter and more sexy URL's.


* Possibly a spam filter for the comment function.


* RSS support, not just only for 0.91. Perhaps even Atom? How about separating news and comments in two separate feeds?


* A search function?




Martin