"Inline" mode

Last updated on
30 April 2025

The "inline" mode can be used by developers and content creators to add Biblio information without having the Biblio module render the page output. For example, you could create a "page" type node and enter some text, then you could add the following PHP snippet to add a biblio listing after the text...

    include_once drupal_get_path('module', 'biblio') .'/biblio.pages.inc';
    print biblio_db_search('inline', 'year', 2007);

This will add all the biblio entries from the year 2007 to your page node.

Help improve this page

Page status: Not set

You can: