Difference between revisions of "Sf qrtag"

From ARK
Jump to: navigation, search
 
Line 1: Line 1:
 
===Description===
 
===Description===
The sf_qrtag is used to dynamically create a QR tag for an item. The QR tag will allow a QRtag reader to automatically link to the ARk record for that item. More information on [ http://en.wikipedia.org/wiki/QR_Code QRtags].
+
The sf_qrtag is used to dynamically create a QR tag for an item. The QR tag will allow a QRtag reader to automatically link to the ARK record for that item. More information on [[ http://en.wikipedia.org/wiki/QR_Code QRtags]].
  
 
===Prerequisites===
 
===Prerequisites===

Revision as of 07:51, 8 September 2009

Description

The sf_qrtag is used to dynamically create a QR tag for an item. The QR tag will allow a QRtag reader to automatically link to the ARK record for that item. More information on http://en.wikipedia.org/wiki/QR_Code QRtags.

Prerequisites

sf_qrtag is only available as of 0.7. The related qrtag library is also included in the source tarball.

Additional Fields

sf_flickr takes the following extra fields:

None

Example Configuration

An example of sf_qrtag returning a qr tag


$conf_mcd_qrtag =
    array(
        'view_state' => 'max',
        'edit_state' => 'view',
        'sf_nav_type' => 'full',
        'sf_title' => 'qrtag',
        'sf_html_id' => 'qrtag', // Must be unique
        'script' => 'php/subforms/sf_qrtag.php',
        'op_label' => 'space',
        'op_input' => 'save',
        'fields' => array(
        )
);