Closed (fixed)
Project:
Bibliography Module
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 19:44 UTC
Updated:
20 Jun 2009 at 12:30 UTC
Dear all, Dear Ron,
To show a list of selected publications, I use this query.
print biblio_db_search("inline", "keyword","selected");
Which works fine. The only issue I have with this, is that, afterwards click on one of these, it refers to a url of the form:
http://thomas.deselaers.de/biblio/viewinline/613, where I would like to have the URL http://thomas.deselaers.de/node/613.
Any idea, how to achieve this?
Thanks a lot,
thomas
Comments
Comment #1
rjerome commentedI just added a setting in the links section of the admin/settings/biblio page called "Carry "inline" mode through to all links", if you un-check this, it should solve your problem.
Ron.
Comment #2
deselaers commentedperfect, works like a charm.
Thanks a lot Ron!
thomas