YOURLS-QRCode-Plugin icon indicating copy to clipboard operation
YOURLS-QRCode-Plugin copied to clipboard

YOURLS QR Code Plugin – allows you to get the QR code by simply clicking on a button in the Admin area (or by adding ".qr" to the end of the keyword.)

Results 7 YOURLS-QRCode-Plugin issues
Sort by recently updated
recently updated
newest added

Running PHP 7.1, Yourls 1.8.2, Composer 2.3.5, Namecheap hosting, added to config file -> define('SEAN_QR_SCALE', 5); define('SEAN_QR_LOGO_SPACE', 13); define('SEAN_QR_ADD_TO_SHAREBOX', true); define('SEAN_QR_MARGIN', 4); I've done everything I could think of/find on...

Just after clicking on activate a blank page ist shown with following error message: `Parse error: syntax error, unexpected 'int' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /my/beautiful/installation/user/plugins/seans-qrcode/plugin.php on...

When i'm logged in i can see QR code on https://in2co.re/b.qr but when i'm logged out i can see only empty rectangle.

Hello, if you want to use this plugin but do so with the official docker image while also customizing some of the hidden options for this plugin that you might...

Failed opening required \'/user/plugins/YOURLS-QRCode-Plugin-master/vendor/autoload.php\' (include_path=\'.:/opt/alt/php80/usr/share/pear:/opt/alt/php80/usr/share/php:/usr/share/pear:/usr/share/php\') (/user/plugins/YOURLS-QRCode-Plugin-master/plugin.php : 31)

Hi i used a work around as posted here https://groups.google.com/g/google-chart-api/c/XUwmDs1793Q?pli=1 `if( yourls_is_shorturl( $keyword ) ) { // Show the QR code then! //header('Location: https://chart.apis.google.com/chart?chs=200x200&cht=qr&chld=M&chl='.YOURLS_SITE.'/'.$keyword); header('Location: https://quickchart.io/chart?chs=200x200&cht=qr&chld=M&chl='.YOURLS_SITE.'/'.$keyword); exit;`

Change hook so it can be compatible with Ozh 404 plugin and others that run on redirect_keyword_not_found hook. - https://github.com/YOURLS/404-if-not-found/issues/7