Hi,
Please can you tell me if you will be releasing blogger for Drupal 6.x or not please?

thanks
Mark

Comments

huang_cn’s picture

hi,
i m in need of blogger for drupal 6 too. eager to know if it can be released soon.

rmiddle’s picture

Version: 5.x-1.3 » master
Component: Miscellaneous » Code
Category: support » task

OK lets see if I can update this module to 6. Subscribing. Gettting closer and closer to Migrating my site to 6.

rmiddle’s picture

Not going to happen by me. I updated everything I can find and everything but the block works. I am sure I am missing something simple I will likely patch later and post it maybe someone else will have a clue what I missed.

Thanks
Robert

naheemsays’s picture

Status: Active » Needs work
StatusFileSize
new3.9 KB

Attached is a mostly working patch to port version 1.4 to drupal 6.

There are a couple of places where I have more or less added a hack that is probably not working - around lines 190 (+/- a few lines) and 299 in blogger.module

drupalnesia’s picture

thanks, I will review the patch.

jeffabailey’s picture

subscribing

phdhiren’s picture

when it is expected to release official release for D6?

igorik’s picture

subscribing

cybershan’s picture

subscribing

mean0dspt’s picture

any news? it's been a while...

tsi’s picture

subscribing

eidolon night’s picture

StatusFileSize
new10.61 KB

I've taken and applied the patch from nbz, and solved the issues that were causing errors on the "more" page. Here's the complete module, I'll see about creating a patch file later (just switched to Mac and I'm still used to using Tortoise SVN for creating my patch files).

Enjoy!

eidolon night’s picture

StatusFileSize
new7.97 KB

Here's that patch file I promised.

naheemsays’s picture

the change of "bloggers" to "blogger" in the text strings seems wrong. blogger is the name of the module, but bloggers is a plural of blogger - which in this sense is a person who blogs and not the name of this module.

vladsavitsky’s picture

Component: Code » Miscellaneous

To have a list of bloggers you can use simple module Bloggers for Drupal 6.
Module show a list of bloggers and X their last blog posts titles.

igorik’s picture

You can use module blog statistics where you can do own views with bloggers based on number of their blogs and other things. (simply function to ask how many blogs has some user).
It is resource very friendly, block/view is shown immediately, because info and numbers are stored in table and when new blog is added, only some info is changed. So there is no need to calculate numbers of blogs for each users etc, everything is in the table already.

hansrossel’s picture

Thanks for pointing me at the blog statistics module, its a very good approach using a view for this. I attached the view I'm using to #667164: Default view that gives same block and page like the blogger module. With a view you can easily add more fields or images to the block or page.