BBCode Control (more bbcodes, buttons and adjustment) for cpg1.5.x BBCode Control (more bbcodes, buttons and adjustment) for cpg1.5.x
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

BBCode Control (more bbcodes, buttons and adjustment) for cpg1.5.x

Started by Αndré, January 05, 2009, 02:14:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Αndré

What it does:

  • Get control over the bbcodes. You can enable/disable the processing of each bbcode.
  • Add new bbcode tags to your gallery (size, tt, hr, quote, audio, youtube).
  • Add some buttons in the comment area for easy use of bbcodes. You can set who will see these buttons (nobody, admin only, everybody).
  • Set maximum width/height of images via [img] tag.
  • Show pre-built bbcode in file info. You can copy & paste the bbcode wherever you want. This feature has been outsourced to the Embed Code plugin since version 1.10

A new button appears in the admin menu. There you can set everything related to bbcodes.

Download: http://sourceforge.net/projects/coppermine/files/Plugins/1.5.x/cpg1.5.x_plugin_bbcode_control_v1.11.zip/download

Hein Traag

Nice work work eenemeenemuu ! Definately going into a site i'm working. Thanks.

Αndré

Any translations are welcome :) Currently only english and german are included in the package. I've implemented a language fallback and the most output is for the admin only. That means, that my plugin can be used on websites in every language anyway, even if there don't exist a language file.

Hein Traag

And here is the dutch lang file.

Cheers
Hein

Fabricio Ferrero

And the Spanish one!

Again, Nice plugin!


Cheers

Fabricio.
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

François Keller

Nice plugin
attached french.php file
BTW you should add the header to your lang files.
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

Αndré

Thank you for your contributions. I added your language files to the package and updated the first post.

Quote from: François Keller on January 05, 2009, 08:58:42 PM
you should add the header to your lang files.
Done for all available language files.

Joachim Müller

eenemeenemuu has added the plugin to the SVN, so those of you who want to see the cutting edge of this plugin are welcome to check out the SVN via web access (http://coppermine.svn.sourceforge.net/viewvc/coppermine/branches/cpg1.5.x/plugins/bbcode_control/) or using your favorite SVN client (see http://documentation.coppermine-gallery.net/en/dev_subversion.htm) and check out https://coppermine.svn.sourceforge.net/svnroot/coppermine/branches/cpg1.5.x/plugins/bbcode_control/. Please remember though that SVN checkouts don't get supported.

Joachim

Αndré


ssdaa


Αndré

Thanks for your contribution. Added Arabic language file in r7678.

marish

hi, thanks for great plugin!

i would like to ask, if there is a posibility to generate pre-built bbcodes for whole album in single textarea on album page?
i found a few mods trying to do this, but none of them work on version 1.5.
it would be much appreciated.  :)

cheers,
marish

Αndré


marish

thanks for your reply.
i mean this page: http://miliarda.com/marish/cpg/thumbnails.php?album=1
and i would like to display a list of bbcodes for all photos in this album in single textarea, which should be placed at the bottom of that page.

photobucket.com has similar feature, please look at the attachment.

Joachim Müller

That's an entirely different plugin - it does something completely different than this plugin. This plugin here allows the use of additional bbcode tags in the fields that already exist in Coppermine. What you request is a plugin that adds field(s) where a link to the page the visitor is on is being displayed in a fool-proof manner for copy'n paste purposes. You shouldn't have posted in this thread. There are a number of plugins (e.g. "copy/ paste bbcode img URL below intermediate image" and "TagBlitz 1.0 (stable) - Linking suite (HTML, bbCode, tags, social bookmarking)") for cpg1.4.x that would have to be ported for cpg1.5.x, but that's beyond the scope of this thread. Your request is invalid. Please do not discuss your request further in this thread.

Αndré

Please read the feature list
Quote from: Αndré on January 05, 2009, 02:14:00 PM

  • Show pre-built bbcode in file info. You can copy & paste the bbcode wherever you want.

You want to display BBCodes for all images of an album, right? I'll create a draft of what I've understood from your request. But please:
Quote from: Joachim Müller on June 29, 2010, 03:04:44 PM
Please do not discuss your request further in this thread.
instead just wait until I upload that plugin.

marish

yes, that is exactly what i mean. thank you and i`m sorry for misplacing this request, i`ll be more careful about forum structure next time. feel free to delete my posts from this thread. :)

Αndré

For all who are searching a plugin which features marish's request (and all related discussion!), see here.

Akuma2000

I installed this one, works great :)

But when I copy the BB code of an image and post it on a forum, it shows the thumbnail on the forum.
Is there a way to show the full size of that image?

Αndré

Quote from: Akuma2000 on October 15, 2010, 03:53:59 PM
Is there a way to show the full size of that image?
In codebase.php, find
$thumb = '[img]'.$CONFIG['ecards_more_pic_target'].get_pic_url($CURRENT_PIC_DATA, 'thumb').'[/img]';
and replace with
$thumb = '[img]'.$CONFIG['ecards_more_pic_target'].get_pic_url($CURRENT_PIC_DATA, 'fullsize').'[/img]';