Verfasste Forenbeiträge
-
Als Antwort auf: Noindex von content
Juli 9, 2012 um 13:52 Uhr #528TimoMitgliedAlso {$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>
Als Antwort auf: PHP in Templates
Juli 9, 2012 um 13:47 Uhr #527TimoMitgliedHi nucci,
nein, das geht aktuell leider nicht. Ich setze es auf die Wunschliste.Als Antwort auf: Very slow loading times
Juni 21, 2012 um 16:12 Uhr #480TimoMitgliedSure. 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!Als Antwort auf: Pagination der Ausgabe
Juni 18, 2012 um 21:21 Uhr #468TimoMitglied$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.Als Antwort auf: Very slow loading times
Juni 18, 2012 um 21:01 Uhr #467TimoMitgliedI guess months unfortunately. Some other developement are planned before that feature. Keep the money untill a Pro version will be available 😉
Als Antwort auf: Very slow loading times
Juni 14, 2012 um 10:27 Uhr #449TimoMitgliedPagetation 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.
Als Antwort auf: Fatal error
Juni 13, 2012 um 07:13 Uhr #441TimoMitgliedHi Andy,
existiert das Problem noch? Komme erst morgen wieder dazu, es mir genauer anzusehen.Als Antwort auf: Pagination der Ausgabe
Juni 13, 2012 um 07:12 Uhr #440TimoMitgliedHi 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/
Als Antwort auf: Videospiele Template
Juni 13, 2012 um 07:10 Uhr #439TimoMitgliedMomentan nicht, sorry. Habe aktuell noch andere Probleme. 🙂 Aber es ist notiert und geht nicht vergessen.
Als Antwort auf: Sortables & 0%
Juni 13, 2012 um 07:09 Uhr #438TimoMitgliedSorting would be nice. I’ll add it to the feature request list.
As commented in the other thread I will check the saving placeholder.Als Antwort auf: 3rd party sellars
Juni 13, 2012 um 07:07 Uhr #437TimoMitgliedHi Richard,
ok, I will check this!Als Antwort auf: Very slow loading times
Juni 13, 2012 um 07:06 Uhr #436TimoMitgliedHi 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.Als Antwort auf: Werte ausgeben OHNE Shortcode
Juni 7, 2012 um 09:49 Uhr #421TimoMitgliedHallo 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.Als Antwort auf: Werte ausgeben OHNE Shortcode
Juni 5, 2012 um 07:00 Uhr #413TimoMitgliedSorry, bin gerade in Berlin auf der PHP Konferenz, daher wenig Zeit. @Hans: Danke für dein Feedback, genau so geht das! 🙂
Als Antwort auf: customer reviews
Mai 31, 2012 um 07:55 Uhr #385TimoMitgliedUnfortunately 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}