Needs review
Project:
Authorship Module
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2008 at 15:55 UTC
Updated:
3 Jun 2017 at 16:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
matt bI 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!
Comment #2
matt bHere 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.
Comment #3
rares commentedWorks 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.
Comment #4
matt bmight also be worth including the following case in the nodeapi function:
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)
Comment #5
matt bpatch to authorship,module so that views 2 node.authorship handler works with the latest release. I've also attached a complete tarball.
Comment #6
AjK commentedpatch in #2 doesn't apply
Comment #7
matt btry the one in #5
Comment #8
AjK commentedCommited 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
Comment #9
spiffyd commentedCan 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?
Comment #10
juliekj commentedIs this branch (#8) OK for drupal 6 ??
has anyone tested??
Comment #11
spiffyd commentedNevermind, 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.
Comment #12
rkeppner commentedI 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.
Comment #13
njehlen commentedThis 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.
Comment #14
MountainX commentedworks fine for me. please release.
Comment #15
matt bSo, anyone now need to migrate this from D6 to D8?