• I am not a coder. I don’t understand the codes mentioned in the official documentation: “… string asa_collection ($label [, string [$type], string [$tpl]])…”. How do I replace the $xxx things? Do I put “all” to replace $type?

    Any kind heart can give me a real sample code to be used on sidebar??!!

Viewing 1 replies (of 1 total)
  • Get the php exec plugin. Install, activate.

    An AmazonSA, create a collection: mybooks

    Create a Text widget.

    This will display your mybooks collection:
    <?php asa_collection(‘mybooks’); ?>

    This will display only the latest books in the collection (other choice is ‘all’:
    <?php asa_collection(‘mybooks’,’latest’); ?>

    This will display all books using the book template:
    <?php asa_collection(‘mybooks’,’latest’,’book’); ?>
    Other template choices are
    collection_sidebar_fav_games
    demo1
    sidebar_item
    collection_sidebar_default
    default
    dvd

    see sidebar a http://www.bogartcomputing.com/web-programming-answers/

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: AmazonSimpleAdmin] List collection in sidebar’ is closed to new replies.