v4.0rc3 Released
posted by Egg @ 12:22pm, Monday 21 January 2008.
eggBlog v4.0rc3 is now available to download.
Due to the number of enhancements and changes, this update is being issued as a third Release Candidate, with the next release being the final v4.0.
When updating from pre-v4.0rc3, you will need to manually update your /config.php file to the new language file (from en-uk to en_gb). Then edit your config file through the administration area and save - this will create the neccessary new "tag flag" and "MySQL Database" setting.
Major updates include:
- name changes to config.php file
- default langugage file changed from "en-uk" to "en_gb"
- mime_magic extension removed
- several minor reported bugs resolved
Download
Download the latest version of eggBlog from http://eggblog.net/download.php.
Installation & Upgrading
Full details are available online at:
http://eggblog.net/news.php?id=5
Themes
Download additional themes to completely change the look of your site.
The full change log:
4.0rc3 (2008-01-21)
- $config['mysql_table'] changed to $config['mysql_db']
- UK language filename changed to "en_gb"
- ordinal suffix's removed from all dates to aid translations
- minimum font size for sidebar tags increased to 9pt
- "<b>" changed to "<strong>" in news.php and forum.php for "submit" titles
- eb_text_preview() removed from article list in sidebar
- fckEditor language filenames standardised
- photo album mime_type check removed
- bug: line breaks now included in forum RSS feed
- bug: incorrect $lang identifier in forum rss feed removed
- bug: force inclusion of "en" lang file in WYSIWYG for non-English systems
- bug: html entities shown when editing an article comment
- bug: missing "captcha" and "captcha_enter" added to language files
- bug: html tags now translated to html entities in forum posts
- bug: sidebar list of articles now limited to 10 articles
+ admin now shows language names, not just the language filename







Comments
I've been doing research for the past week looking at blog packages. This is by FAR the best out there. That being said, I have found a few bugs. Not sure if these are just on my end but maybe you can replicate them and shed some light.
1. When making a post, if there are two spaces in a row entered, the output on the main page shows a question mark (in firefox) or the "box character" (in ie).
Looks as though the front page is having trouble converting the & n b s p ; into a space. Oddly enough, the editor itself reads them just fine.
2. When the config is set for no tags and no comments, the options still appears on the post page. Not really a bug, just something.
Actually, that's about it. I have clients that would be keenly interested in having this for their websites so I look forward to purchasing commercial licenses in the future. Please keep up the good work.
P.S. When I registered here to make this post, it forwards me to an invalid page.
simon - 12:47am, Sunday 27 January 2008.
Here's another bug.
Go to add a new article, click the insert/edit image icon, click the Upload tab. After choosing the local image file and clicking Send to Server I get this:
Error Creating Folder:
/usr/www/myhome/eggblog/_lib/fckdeditor/filemanager/connectors/php/upload.php/photos/uploads
(Not a directory)
simon - 5:29pm, Sunday 27 January 2008.
To anyone who's interested, here's a temporary fix for the question mark/box bug mentioned in my first post:
Open the /_lib/news.php
find "function eb_article"
Look for this line:
if(substr($row[4],0,1)=="&") $output.=" ".html_entity_decode($row[4])."
";
Just above it add this:
$row[4] = str_replace(" ", " ", $row[4]);
simon - 5:49pm, Sunday 27 January 2008.
Wow, that is some bug report :) Thanks for the feedback, thats been ammended and added to the next release. Thanks again.
I will email you regarding your third post - this is a third party editor and this will save creating an ugly series of comments.
Egg - 11:04am, Monday 28 January 2008.
Actually I love this blog as well it so much nicer and easier than any others I tried. The only problem I have is that I would like to have the articles into categories e.g. hairdressing, beauty but also keep the month some how. Is that easy for me to change?
Also is there a way to allow users place articles as well instead of only admin but where admin can approve before it is shown online.
I don't know it the editor is the problem I have used openwebware that has been upgraded for php in the forum not the basic one from the front page. It is quick loading but may not have as many functions as the one you use.
nanny - 2:03am, Sunday 10 February 2008.
:)
danker - 9:35am, Saturday 23 February 2008.
Hi Nanny, you can do this using tags (this is the same feature as categories).
eggBlog only allows administrators to instantly post articles.
Egg - 4:24pm, Monday 25 February 2008.
Submit Your Comment
You are not logged in.