Drupal 6 version?

nektir - March 7, 2008 - 15:55
Project:Authorship Module
Version:5.x-1.2
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:needs review
Description

Are there plans to update this module to a Drupal 6 version?

#1

Matt B - July 18, 2008 - 05:26

I need a drupal 6 version to upgrade my site. I'm in the process of updated this module for version 6, I've got it all functioning on my test site, with the exception of views. If anyone knows where I can find documentation on hood_views_data it would help!

#2

Matt B - July 21, 2008 - 20:00
Status:active» needs review

Here it is, I figured views out - would still love to see some proper documentation for it. I don't link to any of the Profile fields, so haven't tested that, but everything else works. Please test! Tarball and patch attached.

AttachmentSize
authorship-6.x-dev.tar_.gz 11.33 KB
authorship.6.x-dev.patch 8.94 KB

#3

rares - July 29, 2008 - 04:34
Status:needs review» reviewed & tested by the community

Works for me - I think there should be a 6.x branch based on this, and if further problems come up they can be addressed in separate issues.
As a side note, the po directory will have to be abandoned and replaced with the translations for the new files.

#4

Matt B - August 12, 2008 - 04:26

might also be worth including the following case in the nodeapi function:

case 'search result':
if ($node->authorship) return array('user' => $node->authorship);
break;

This ensures that the author is displayed in the search results where it has been set (in Drupal 5 I was handling this in the theme)

#5

Matt B - September 21, 2008 - 06:04

patch to authorship,module so that views 2 node.authorship handler works with the latest release. I've also attached a complete tarball.

AttachmentSize
authorship.module.patch 416 bytes
authorship-6.x-dev.tar_.gz 11.36 KB

#6

AjK - October 11, 2008 - 01:08
Status:reviewed & tested by the community» needs work

patch in #2 doesn't apply

#7

Matt B - October 11, 2008 - 06:21

try the one in #5

#8

AjK - October 11, 2008 - 12:24
Status:needs work» needs review

Commited the tgz in #5 and created the DRUPAL-6--1 branch.

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/authorship/...

Please test this and if it's ok I'll do a release from that branch

#9

spiffyd - December 17, 2008 - 10:13

Can someone clarify how I can create a "profile variable name" to replace what's being displayed without Authorship module?

I assume I would create a new single text field in the Profile settings for 6.x Drupal. What do I call this field? profile_VARIABLE_NAME?

#10

juliekj - December 20, 2008 - 14:06

Is this branch (#8) OK for drupal 6 ??

has anyone tested??

#11

spiffyd - December 22, 2008 - 06:12

Nevermind, my #9- I can confirm the tarball works perfectly in 6.x with no problems. Goto content type settings to choose profile variable to use.

#12

rkeppner - February 2, 2009 - 03:05

I checked out the DRUPAL-6--1 branch from CVS for my site upgrade from Drupal 5, and everything works as it should. I'd love to see this as a release.

#13

njehlen - February 8, 2009 - 03:53

This is working for regular nodes for me, but not for views. Is anyone able to get this to work with views 6.x-2.2 ?

I'm getting a Node:Authorship setting in the Views>Fields options, but it returns nothing. User:Name returns the username, not the Authorship.

#14

MountainX - April 6, 2009 - 20:09

works fine for me. please release.

 
 

Drupal is a registered trademark of Dries Buytaert.