Closed (fixed)
Project:
Bibliography Module
Version:
7.x-1.0-rc7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2013 at 14:23 UTC
Updated:
11 Mar 2017 at 09:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Twinhand commentedComment #2
Twinhand commentedComment #3
rjerome commentedThat patch shouldn't be required at all since the functionality was incorporated into the module years ago.
What exactly is the problem you are having?
Comment #4
Twinhand commentedWell, how to put this straight. If I hit the option "Hyperlink author names to author profile page", it does nothing at all. It doesn't even create a Link. (The " Hyperlink author names " is working though.)
It doens't even create a Link if i set the "path to profile" to "frontpage" (was just for a test) instead of "user/[user:uid]".
No error was given so far.
I honestly don't know which Informations you need, so i put a bunch of them right here:
-Biblio-Version: 7.x-1.0-rc7
-The running version has no changes (no patch from a thread etc.)
-Drupal Version: 7.25
-OS: Ubuntu 13.04
-Webserver: Apache 2
Don't know which of them is helpfull. If you need to know other stuff, just tell me, and i'll collect the informations.
anyway, thanks beforehands.
Twinhand
Comment #5
rcodinaTry this module without enabling links to nodes:
https://www.drupal.org/project/biblio_author_node
I think the problem is located on biblio_handler_field_contributor class of Biblio module (I have customized this class on my module).
Comment #6
alan d. commentedThis conditionally requires both author link settings, which was what I was hoping to avoid.
Simple solution, override the theming function to allow the author profile links but not biblio author filter links. My initial modified version that accomplishes this, see theme_biblio_author_link() for the full code.
Check that both settings are checked for this to work and the caches are flushed :)
Flagging fixed, reopen if I was completely off track (I'm not the maintainer).