Needs work
Project:
Blogger
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2008 at 12:19 UTC
Updated:
24 Dec 2009 at 07:14 UTC
Jump to comment: Most recent file
Hi,
Please can you tell me if you will be releasing blogger for Drupal 6.x or not please?
thanks
Mark
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | Blogger-6x.patch | 7.97 KB | eidolon night |
| #12 | blogger-6x.tar.gz | 10.61 KB | eidolon night |
| #4 | blogger.patch | 3.9 KB | naheemsays |
Comments
Comment #1
huang_cn commentedhi,
i m in need of blogger for drupal 6 too. eager to know if it can be released soon.
Comment #2
rmiddle commentedOK lets see if I can update this module to 6. Subscribing. Gettting closer and closer to Migrating my site to 6.
Comment #3
rmiddle commentedNot 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
Comment #4
naheemsays commentedAttached 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
Comment #5
drupalnesia commentedthanks, I will review the patch.
Comment #6
jeffabailey commentedsubscribing
Comment #7
phdhiren commentedwhen it is expected to release official release for D6?
Comment #8
igorik commentedsubscribing
Comment #9
cybershan commentedsubscribing
Comment #10
mean0dspt commentedany news? it's been a while...
Comment #11
tsi commentedsubscribing
Comment #12
eidolon nightI'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!
Comment #13
eidolon nightHere's that patch file I promised.
Comment #14
naheemsays commentedthe 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.
Comment #15
vladsavitsky commentedTo 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.
Comment #16
igorik commentedYou 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.
Comment #17
hansrossel commentedThanks 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.