This plugin adds pre-built BBCode / HTML embed code to the file information box. You can copy & paste that code wherever you want.
You can choose which embed codes you want to display at the plugin configuration page. On the attached screenshot all currently available embed codes have been enabled in the config.
Thank you for this, is there any way I can remove the [URL] part of the link and only have the [IMG] code?
Open codebase.php, find
$textarea .= '[url='.$url.'][img]'.$file[$option_parts[4]].'[/img][/url]</textarea>';
and replace with
$textarea .= '[img]'.$file[$option_parts[4]].'[/img]</textarea>';
nice one Andre, I missed this in 1.5, you can get the 1.4 plugin to work, but it's a bit of a hassle IIRC.
Thanks. Very useful plugin.
Is it possible to generate all picturelinks for one gallery?
It would be comfortable to copy all links in one step.
Quote from: WER on September 17, 2012, 01:30:34 PM
Is it possible to generate all picturelinks for one gallery?
If you mean for one album, yes: http://forum.coppermine-gallery.net/index.php/topic,65779.0.html
First thank you for this...
I am pretty new to this but how difficult will it be for e "noobie" to figure out how to move the BBcode from its current location to right under the picture itself?
Quote from: crashfab on December 19, 2012, 06:08:34 AM
move the BBcode from its current location to right under the picture itself?
You can use this cpg1.4.x plugin (http://forum.coppermine-gallery.net/index.php/topic,36302.msg170525.html#msg170525). I just tested version 1.3 and it seems to be compatible with cpg1.5.x as-is.
Quote from: Αndré on December 06, 2011, 04:16:31 PM
This plugin adds pre-built BBCode / HTML embed code to the file information box. You can copy & paste that code wherever you want.
You can choose which embed codes you want to display at the plugin configuration page. On the attached screenshot all currently available embed codes have been enabled in the config.
and can be under the photo embed code?
jak to zroic?
Quote from: polak on November 03, 2013, 05:14:03 PM
and can be under the photo embed code?
Sure, but that's not the purpose of this plugin. As you'd need to use different plugin hooks and probably a slightly different code, it's no simple mod. But I'm quite sure this has already been asked and answered somewhere else in our boards.
Hello.
One question.
Can I replace http to https in links?
How to do that?
Sure, just open the Coppermine config and adjust the "URL of your Coppermine gallery folder" accordingly.