Timo

Forum Replies Created

  • In reply to: Noindex von content

    July 9, 2012 at 13:52 #528
    Timo
    Member

    Also {$DetailPageURL} fügt ja generell keinen Inhalt ein, sondern enthält nur die URL zur Detailseite bei Amazon. Oder meinst du, den Link dorthin auf nofollow zu setzen? Das kannst du einfach erreichen, indem du das jeweilige Template, das du verwendest, anpasst, z.B. so:

    <a href="{$DetailPageURL}" rel="nofollow">Detail Page</a>
    

    In reply to: PHP in Templates

    July 9, 2012 at 13:47 #527
    Timo
    Member

    Hi nucci,
    nein, das geht aktuell leider nicht. Ich setze es auf die Wunschliste.

    In reply to: Very slow loading times

    June 21, 2012 at 16:12 #480
    Timo
    Member

    Sure. Next will come a minor bugfix release. I have fixed some minor bugs over the last weeks which should be available to the public.
    Then I will start with redesigning the plugin code to make it fit for all the features to come (including pagination). I am already working on the new structure right now and very happy with it!

    In reply to: Pagination der Ausgabe

    June 18, 2012 at 21:21 #468
    Timo
    Member

    $asa ist das Objekt der Klasse AmazonSimpleAdmin. Die Methode getCollection liest die items einer Collection aus und reiht diese bei case “all” in einer foreach Schleife aneinander im gerenderten Template. In der Schleife könnte man mit der Pagination ansetzen. Aber ich habe mir dazu wie gesagt bisher noch keine tiefergehenden Gedanken gemacht wie man das auch im WordPress Sinne am sinnvollsten lösen sollte.
    Da sich der Aufbau meines Plugin-Codes in naher Zukunft wesentlich weiter entwickeln wird, will ich da im aktuellen Code ungern noch rumschrauben.

    In reply to: Very slow loading times

    June 18, 2012 at 21:01 #467
    Timo
    Member

    I guess months unfortunately. Some other developement are planned before that feature. Keep the money untill a Pro version will be available 😉

    In reply to: Very slow loading times

    June 14, 2012 at 10:27 #449
    Timo
    Member

    Pagetation will surely be a part of the future development of ASA. But at this time I can not say when this feature will be ready.

    In reply to: Fatal error

    June 13, 2012 at 07:13 #441
    Timo
    Member

    Hi Andy,
    existiert das Problem noch? Komme erst morgen wieder dazu, es mir genauer anzusehen.

    In reply to: Pagination der Ausgabe

    June 13, 2012 at 07:12 #440
    Timo
    Member

    Hi Georg,
    Danke für dein Lob.

    Limitierung von Collections geht so:
    [asa_collection book, items=2]My_childrens_books[/asa_collection]

    Pagination geht aktuell noch nicht, ist aber in Planung.

    Weitere Möglichkeiten findest du noch im Step by Step Guide: http://www.wp-amazon-plugin.com/guide/

    In reply to: Videospiele Template

    June 13, 2012 at 07:10 #439
    Timo
    Member

    Momentan nicht, sorry. Habe aktuell noch andere Probleme. 🙂 Aber es ist notiert und geht nicht vergessen.

    In reply to: Sortables & 0%

    June 13, 2012 at 07:09 #438
    Timo
    Member

    Sorting would be nice. I’ll add it to the feature request list.
    As commented in the other thread I will check the saving placeholder.

    In reply to: 3rd party sellars

    June 13, 2012 at 07:07 #437
    Timo
    Member

    Hi Richard,
    ok, I will check this!

    In reply to: Very slow loading times

    June 13, 2012 at 07:06 #436
    Timo
    Member

    Hi Richard,
    the paging option is already a feature request and a good idea for displaying many items of a collection. 45 are quite a few and if they are not cached it’s a lot of work to do to display all of them (one request to Amazon for each).
    At this time it is not a good practice to put 45 item in a collection if you want to display the whole collection on one page. The rendering load is just to much. Future versions will definitly focus on this issue. But for now I would recommend to split it into to several collections and several posts / pages and of course to use the cache.

    In reply to: Werte ausgeben OHNE Shortcode

    June 7, 2012 at 09:49 #421
    Timo
    Member

    Hallo Hans,
    nein, das geht aktuell leider nicht. Ich nehme das mal auf für die nächste Version und stelle evtl. vorher die Änderung zum Testen bereit.

    In reply to: Werte ausgeben OHNE Shortcode

    June 5, 2012 at 07:00 #413
    Timo
    Member

    Sorry, bin gerade in Berlin auf der PHP Konferenz, daher wenig Zeit. @Hans: Danke für dein Feedback, genau so geht das! 🙂

    In reply to: customer reviews

    May 31, 2012 at 07:55 #385
    Timo
    Member

    Unfortunately the customer reviews are not accessible via the Amazon API directly. They get displayed on an extra page. You get the URL to this (temporary) page with the placeholder {$IFrameURL}