Quantcast

Add blog to zf powered site

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Add blog to zf powered site

umpirsky
I have app with 2 modules, default and admin, now I want to add blog. I don't know if it is a good idea to jump into implementing blog module, when there are wordpress and other well tested engines...it would be nice if blog will be integrated into existing app, use same sidebar, header, footer, entire design actually.

On the other hand, it looks easier to implement blog, then fixing a new wordpress theme and layouts.

What do you think?

Regards,
Saša Stamenković
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add blog to zf powered site

bobby.chambers33
Although it seems annoying to fix a wordpress theme, people that I talk with tend to want it. I am not a wordpress advocate or anything but I feel like I have to use it or I should say learn to use it with my ZF applications.

Have you gotten as far as figuring out a way to integrate it into a site without using a subdomain (for seo). I figure it will need some sort of url rewriting.

Please let me know if you get any further on this.

Thank you!
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add blog to zf powered site

alab
In reply to this post by umpirsky
Saša, you might be interested in http://www.zendpress.org/ though there is no
code yet.
Greetings, Christian

> I have app with 2 modules, default and admin, now I want to add blog. I
> don't know if it is a good idea to jump into implementing blog module, when
> there are wordpress and other well tested engines...it would be nice if
> blog will be integrated into existing app, use same sidebar, header,
> footer, entire design actually.
>
> On the other hand, it looks easier to implement blog, then fixing a new
> wordpress theme and layouts.
>
> What do you think?
>
> Regards,
> Saša Stamenković

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add blog to zf powered site

umpirsky
Thank you all, but after all my calculations, I think I'll go with implementing a simple blog module.

This will be actually a news agregator, so, simple paragraph with link to the source site will be good for the start. Maybe click counter and share or rating can be added later, but still, it's pretty simeple to implement.

Regards,
Saša Stamenković


On Tue, May 4, 2010 at 8:02 AM, Christian Albrecht <[hidden email]> wrote:
Saša, you might be interested in http://www.zendpress.org/ though there is no
code yet.
Greetings, Christian

> I have app with 2 modules, default and admin, now I want to add blog. I
> don't know if it is a good idea to jump into implementing blog module, when
> there are wordpress and other well tested engines...it would be nice if
> blog will be integrated into existing app, use same sidebar, header,
> footer, entire design actually.
>
> On the other hand, it looks easier to implement blog, then fixing a new
> wordpress theme and layouts.
>
> What do you think?
>
> Regards,
> Saša Stamenković


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add blog to zf powered site

Mon Zafra
In reply to this post by bobby.chambers33
Hi,

This project might interest you. It should allow you to integrate an existing Wordpress database into your app. http://github.com/monzee/oopress/

I know that the models are less than pure (e.g. the transfer objects know about the mappers and a bit about the database structure). I did it to simplify the API when echoing the post data in the view. Anyway, please do check out the demo application as it's the only form of documentation right now.

   -- Mon


On Tue, May 4, 2010 at 3:52 AM, bobby.chambers33 <[hidden email]> wrote:

Although it seems annoying to fix a wordpress theme, people that I talk with
tend to want it. I am not a wordpress advocate or anything but I feel like I
have to use it or I should say learn to use it with my ZF applications.

Have you gotten as far as figuring out a way to integrate it into a site
without using a subdomain (for seo). I figure it will need some sort of url
rewriting.

Please let me know if you get any further on this.

Thank you!
--
View this message in context: http://zend-framework-community.634137.n4.nabble.com/Add-blog-to-zf-powered-site-tp2124482p2124520.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

yasuda-kensetu

tieunguyet
This post has NOT been accepted by the mailing list yet.
In reply to this post by umpirsky
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

kemigawa

tieunguyet
This post has NOT been accepted by the mailing list yet.
Loading...