QR-Code Widget Plugin für WordPress
13. Februar 2011
Notice: Undefined variable: comments in /html/wp-content/themes/inove/single.php on line 18
Einen Kommentar schreiben
Kommentare
Qr Code Suite:
WP-QR-Code-widget 1.1.1 for older wordpress instalations!
WP-QR-Code-widget 2.0.1
Ticket support is avaliable on : https://scm.poluschin.info/projects/qrcodewidget

Supper dingens ich liebe es
Parse error: syntax error, unexpected ‘.’ in /usr/share/wordpress/wp-content/plugins/qr-code-widget/qr_code_suite.php on line 94
mein blog ist kaputt !
Ist gefixt …
die 2.0.0_a ist eine alpha version und sollte eigentlich nicht auf produktions systemmen eingesetzt werden. Da ist wohl irgend wo ein fehler eingeschliechen.
Multi site upgrade issue you should look at
Parse error: syntax error, unexpected ‘.’ in /home/everythi/public_html/wp-content/plugins/qr-code-widget/qr_code_suite.php on line 94
Regards,
Mike
Fixed…
When installing on the local server does not activate the plugin successfully, it gives the error:
Parse error: syntax error, unexpected $end in C:\Server\www\word\wp-content\plugins\qr-code-widget\qrcode-admin.php on line 360
Call Stack
# Time Memory Function Location
1 0.0072 552632 {main}( ) ..\plugins.php:0
2 0.5502 29351976 plugin_sandbox_scrape( ) ..\plugins.php:148
3 0.5508 29384448 include( 'C:\Server\www\word\wp-content\plugins\qr-code-widget\qr-code-widget.php' ) ..\plugins.php:146
I’m using Server Vertrigo! Will need to give permissions to the plugins folder?
I look forward to a response
Thank you very much
Hi
I am using you “QR Code Widget 2.0.1″
But my Host provider chang the php set “short_open_tag” to off
in your plugin use same “<?" and make it error. may you change to use "<?php" in next version
hi! wonderfull plugin
how can I disable the 10px padding around the QR image, please?
thanks!
The border will be generated by phpqrcode, so you need to modify source code to change this.
Hi,
how can I insert into template QR-code as embedded code using php?
thanks
you can use do_shortcode() function in your templates, like
< ?php echo do_shortcode('[qr_code_display qr_code_format=”png” qr_code_size=”3″ qr_code_ecc=”1″ qr_code_trans_bg=”0″ qr_code_fg=”00DD00″ qr_text=”string” no_cache=”0″]'); ?>Guten Tag,
Tolles Widget, danke.
We are trying to work from it so as to have users enter a Product Tracking Code (alphanumeric) and end up on a specific page.
Can it be used like this?
ie. can the QR code be replaced by an alphanumeric code for those who don’t have a mobile. The tracking code can also be regarded as a secret code to enter private pages.
MfG, bis gleich
Hi,
This plugin is a simple Widget & shortcode extension for WordPress, what you need is something totally different like a E-Comerce or Warehouse management system
Of course you can rewrite my plugin to meet the requirements, the code is open source.
Hallo,
ich möchte einen QR code mit einer URL und Parametern erzeugen:
http://www.etwas.com/sub/?a=A&b=B&c=C
Bei der QR-Codierung wird das & (Ampersand) als & codiert, was nach dem Einlesen vom Browser nicht akzeptiert wird.
Der qr_text wird korrekt an qr_code_suite.php übergeben.
Wie kann ich dieses Symptom vermeiden?
Gruß NF
Hallo,
das ist leider etwas problematisch, da hier die wordpres interne routienen genutzt werden.
Ich gehe davon aus das es um shortcode handelt, hier wird der text bereits durch den Wp geparst übergeben (qr_code_suite.php:244).
Somit stimmt die (Der qr_text wird korrekt an qr_code_suite.php übergeben.) nur zum teil, korrekt für die webdarstellung!
Wenn, dann würde ich einfach den $qr_code_data nachträglich zurück konvertieren, muss man halt ein wenig die hand anlegen
Sorry, das wichtigste ist verloren gegangen!
Bei der QR-Codierung wird das & (Ampersand) als “&″ codiert, was nach dem Einlesen vom Browser nicht akzeptiert wird.
Vielen Dank für die schnelle Antwort und den Hinweis. Ich hatte mich durch die echo-Ausgabe täuschen lassen.
Die “Rück-Konvertierung” für & habe ich in qr_code_suite.php:245 eingebaut, was für mich das erwartete Ergebnis bringt.
Aus meiner Sicht wäre die Erwartung an das plugin gerechtfertigt, dass alle in qr_text eingegeben Zeichen unverfälscht in den QR-Code übernommen werden. Vielleicht gibt es noch weitere Zeichen, die von WP konvertiert werden. Es wäre schön, wenn in einer zukünftigen Version hierzu eine generelle Lösung enthalten wäre.
Das würde das sehr gute plugin noch ein wenig attrtktiver machen.
Здравствуйте.
Подскажите, а есть ли возможность использовать не шорткод, а пхп? Хочу именно Ваш плагин, но без виджета – надо вставить QR код в другой виджет.
А ещё у вас капча тут дурная – фик поймёшь, что там написано чтобы коммент отправить…
Здравствуйте,
Да, это возможно.
< ?php echo do_shortcode('[qr_code_display qr_code_format=”png” qr_code_size=”3″ qr_code_ecc=”1″ qr_code_trans_bg=”0″ qr_code_fg=”00DD00″ qr_text=”string” no_cache=”0″]'); ?>Благодарю. Заработало корректно только тогда, когда я поменял местами двойные и одинарные кавычки. И как догодался, не понятно.
Всего доброго.