Part of the EllisLab Network
   
2 of 12
2
Open Blog 1.0.0 released
Posted: 15 January 2009 09:09 AM   [ Ignore ]   [ # 11 ]  
Grad Student
Avatar
Rank
Total Posts:  64
Joined  01-10-2007

Looks really great as far as I’ve seen at a first quick look.
Am I assuming right that it’s based on v1.7.0? just asking, since you’ve had it in the works for quite a while.

Thanks for this contribution!
—trice

 Signature 

http://www.polarblau.com

Profile
 
 
Posted: 15 January 2009 10:22 AM   [ Ignore ]   [ # 12 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  09-03-2008

Yep, it’s based on CodeIgniter 1.7.0 (I upgraded from CodeIgniter 1.6.3 before releasing it), but it’s using the old validation library.

I didn’t migrate to the new form validation library yet, because this would just cause bigger delay for the first release.

New form validation library (among other new features and fixes) will be used in the next release (1.1.0).

 Signature 

Open Blog
Kick-ass Blog application built using the CodeIgniter PHP Framework

Official website | My website | Demo | Getting started

Profile
 
 
Posted: 16 January 2009 05:23 AM   [ Ignore ]   [ # 13 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  09-03-2008

Today I have released another template for Open Blog named Emplode.

Author of this template is Arcsin (some of his great templates are already adopted for Open Blog and included in the default installation).

Template can be download from this page.

To install the template, you need to download the archive from the page above, unpack it and upload it to your blog root folder.

When you are done uploading the files, you need to import the file install.sql to your blog database (this will add the necessary line to the templates table so your template will be visible in the dashboard).

Preview of this template is also available in the demo installation of Open Blog.

Sincerely,
Tomaž

 Signature 

Open Blog
Kick-ass Blog application built using the CodeIgniter PHP Framework

Official website | My website | Demo | Getting started

Profile
 
 
Posted: 16 January 2009 06:09 PM   [ Ignore ]   [ # 14 ]  
Summer Student
Total Posts:  22
Joined  03-22-2007

Hi,

I installed the blog on my localhost (windows,apache 1.3, php4, mysql 4) and managed to install the blog, but when I try log-in or register it just keeps redirecting in a loop and all I get is a white screen.

I do not know if you have heard about this yet.

Regards

 Signature 

Cairns Web Design - Cairns Web Design (CI - JQUERY)
Cairns Wedding Photography - Cairns Wedding Photos (CI - JQUERY)

Profile
 
 
Posted: 16 January 2009 07:59 PM   [ Ignore ]   [ # 15 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  496
Joined  07-16-2008

Looks good, is there a way to disable the WYSIWYG editor and place your own? Like a plugin call or something? Also, is the the formatting of the text extendable? The main problem I have with Blog systems is that they all force you to use THEIR markup/editor for the content. (Which usually doesn’t work for video objects and code)

 Signature 

My Blog, C2D, PHP Videos, Résumé, Super .htaccess, Extra hooks, and MicroMVC

Profile
 
 
Posted: 17 January 2009 03:25 AM   [ Ignore ]   [ # 16 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  09-03-2008
richman - 16 January 2009 11:09 PM

Hi,

I installed the blog on my localhost (windows,apache 1.3, php4, mysql 4) and managed to install the blog, but when I try log-in or register it just keeps redirecting in a loop and all I get is a white screen.

I do not know if you have heard about this yet.

Regards

Hello.

Sorry, I didn’t ran into this problem yet (I believe you have enabled mod_rewrite and .htaccess is where it should be).

Might be a problem with PHP 4 which is deprecated and should be avoided. You should upgrade to PHP 5, but because I’m curious I am going to test it on PHP 4 to see what is causing the problem.

BTW: You said you also run into a loop when you try to register ?

Xeoncross - 17 January 2009 12:59 AM

Looks good, is there a way to disable the WYSIWYG editor and place your own? Like a plugin call or something? Also, is the the formatting of the text extendable? The main problem I have with Blog systems is that they all force you to use THEIR markup/editor for the content. (Which usually doesn’t work for video objects and code)

You could override the tinymce_helper.php and then use HTML markup in the posts or use your own WYSIWYG editor, but I don’t recommend doing it.

Either way, thanks for your input.

I put this on my to do list and more options will be available in the next release (inserting the video object or code into posts or disabling the WYSIWYG editor).

 Signature 

Open Blog
Kick-ass Blog application built using the CodeIgniter PHP Framework

Official website | My website | Demo | Getting started

Profile
 
 
Posted: 17 January 2009 07:29 PM   [ Ignore ]   [ # 17 ]  
Summer Student
Total Posts:  22
Joined  03-22-2007

Hello.

Sorry, I didn’t ran into this problem yet (I believe you have enabled mod_rewrite and .htaccess is where it should be).

Might be a problem with PHP 4 which is deprecated and should be avoided. You should upgrade to PHP 5, but because I’m curious I am going to test it on PHP 4 to see what is causing the problem.

BTW: You said you also run into a loop when you try to register ?

Hi Kami_

Thanks for the reply, I agree regarding php5 but many servers still run php4 and it would be great if it could work on both.

Re the loop, when I login or try to register the auth libary seems to keep redirecting back and forth, I could be wrong here. I actually see the page refresh over and over again.

I don’t know if it could also be a windows problem as I did read somwhere windows can have a problem with using—redirect(‘page’,‘refresh)—

Rich

 Signature 

Cairns Web Design - Cairns Web Design (CI - JQUERY)
Cairns Wedding Photography - Cairns Wedding Photos (CI - JQUERY)

Profile
 
 
Posted: 17 January 2009 07:57 PM   [ Ignore ]   [ # 18 ]  
Lab Assistant
RankRank
Total Posts:  280
Joined  06-11-2007

i agree with you on the PHP4 thing richman, quite a lot of hosting companies still use php4, personally i prefer php5 but then you need to be able to support the lowest common denominator which is php4.

Profile
 
 
Posted: 18 January 2009 04:25 AM   [ Ignore ]   [ # 19 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  09-03-2008

My thoughts about PHP 4.

I think it should be abandoned time ago, because it’s old and deprecated (hell, it’s more then 8 years old and PHP 5 is already out for a few years).

If your hosting company still didn’t update to PHP 4, I wouldn’t trust them anymore and switch to another hosting company.

And now back to the problem smile

You probably got it correctly and Access library is causing the problem.

My guess is, it has something to do with the session (it looks like the session variable storing your user level is not being set or for some kind of strange reason, storing the wrong value - variable should contain value “user” or “administrator”).

Have you tried to delete your session cookie ?

 Signature 

Open Blog
Kick-ass Blog application built using the CodeIgniter PHP Framework

Official website | My website | Demo | Getting started

Profile
 
 
Posted: 18 January 2009 07:59 AM   [ Ignore ]   [ # 20 ]  
Summer Student
Total Posts:  22
Joined  03-22-2007

Hi Kami_

I deleted the Session Cookie and no luck, I have tried to have a look around and find the problem and for some reason the function login() in the module user tries to load the template page

$this->template['page']    "user/login"
$this->system->load($this->template['page']); 

if i comment this out the refresh stops but you don’t get the page.

I then tried deleted the entire contents of the function and tried this -

function login()
{
 $this
->load->view('templates/colorvoid/layout/container',null);
 return;

and still the problem persists. I have no idea why.

 Signature 

Cairns Web Design - Cairns Web Design (CI - JQUERY)
Cairns Wedding Photography - Cairns Wedding Photos (CI - JQUERY)

Profile
 
 
   
2 of 12
2