Posted by markmason7 on April 11, 2008 at 12:19pm
| Project: | Blogger |
| Version: | master |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Hi,
Please can you tell me if you will be releasing blogger for Drupal 6.x or not please?
thanks
Mark
Comments
#1
hi,
i m in need of blogger for drupal 6 too. eager to know if it can be released soon.
#2
OK lets see if I can update this module to 6. Subscribing. Gettting closer and closer to Migrating my site to 6.
#3
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
#4
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
#5
thanks, I will review the patch.
#6
subscribing
#7
when it is expected to release official release for D6?
#8
subscribing
#9
subscribing
#10
any news? it's been a while...
#11
subscribing
#12
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!
#13
Here's that patch file I promised.
#14
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.
#15
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.
#16
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.
#17
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.