Hi Ron (et al).

I have a page, where I display my selected publications using this php code:

 include_once  drupal_get_path('module','biblio') . '/biblio.pages.inc';

 print biblio_db_search("inline", "keyword","selected"); 

(you may have a look at http://thomas.deselaers.de/SelectedPublications )

And this works fine. However, clicking onto the title of a publication is linked to /biblio/viewinline/nodeno
which does not lead to the node, but to the list of publications.

Is this a problem of my selection or is this a biblio problem.

Thanks!
Thomas

Comments

deselaers’s picture

Status: Active » Closed (fixed)

Not quite sure why, but this is solved in beta9

Frank Steiner’s picture