DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:imagebox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:imagebox [2016-11-04 15:50] – bug is closed flamplugin:imagebox [2024-01-14 18:43] (current) Aleksandr
Line 1: Line 1:
-====== imagebox Plugin ======+====== Imagebox Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Syntax for display an image with a caption, like Wikipedia.org +description : Syntax for display an image with a caption, like Wikipedia.org 
-author     : Lukas Rademacher, FFTiger & myst6re +author      : Lukas Rademacher, FFTiger & myst6re 
-email      : lukas@rademacher.ac +email       : lukas@rademacher.ac 
-type       : syntax +type        : syntax 
-lastupdate : 2016-11-04 +lastupdate  2023-08-21 
-compatible : Angua, Adora Belle, Weatherwax, Binky, Ponder Stibbons, 2014-09-29 "Hrun", Detritus,Elenor of Tsort +compatible  2023-04-04, Angua, Adora Belle, Weatherwax, Binky, Ponder Stibbons, Hrun, Detritus, Elenor of Tsort, Frusterick Manners, Greebo, Hogfather, Igor 
-depends    :  +depends     :  
-conflicts  :  +conflicts   :  
-similar    : imagereference +similar     : imagereference, latexcaption 
-tags       : media, images, mediawiki, caption +tags        : media, images, mediawiki, caption
- +
-downloadurl: https://github.com/flammy/imagebox/tarball/master +
-bugtracker : https://github.com/flammy/imagebox/issues +
-sourcerepo : https://github.com/flammy/imagebox/ +
  
 +downloadurl : https://github.com/flammy/imagebox/tarball/master
 +bugtracker  : https://github.com/flammy/imagebox/issues
 +sourcerepo  : https://github.com/flammy/imagebox/
 +donationurl : 
 + 
 +screenshot_img : 
 ---- ----
  
-===== Installation =====+===== Description =====
  
-  - Installing the plugin+This plugin displays an image with caption, like Wikipedia.org
-    * Automatic: +
-      * install the plugin via the [[plugin:plugin|Plugin Manager]] at the admin page under "Manage Plugins". Then enter the URL for the plugin under ''Download and install new plugin'' +
-    * Manual: +
-      * you can extract the archive into the ''lib/plugins'' directory manually +
-  - Update the ''Configuration Settings'' under the admin page.+
  
-===== Preview ===== 
  
-{{http://wikisquare.ffdream.com/public/imagebox/imagebox-i3.png |Example img}}+{{https://wikisquare.ffdream.com/public/imagebox/imagebox-i3.png?recache |Example image 3}}
  
-{{http://wikisquare.ffdream.com/public/imagebox/imagebox-i2.png |Example img}}+{{https://wikisquare.ffdream.com/public/imagebox/imagebox-i2.png?recache |Example image 2}}
  
-{{http://wikisquare.ffdream.com/public/imagebox/imagebox-i1.png |Example img}}+{{https://wikisquare.ffdream.com/public/imagebox/imagebox-i1.png?recache |Example image 1}}
  
 ===== Usage ===== ===== Usage =====
  
-Just add ''[ ]'' around the image tag.+Just add ''%%[ ]%%'' around the image tag.
  
   [{{ImagePath|Caption}}]   [{{ImagePath|Caption}}]
- +
 The caption can be formatted. The caption can be formatted.
  
-Make sure, to empty the cache of the browser(In FirefoxPress [shift] while clicking the reload button)+===== Configuration ===== 
 + 
 +The plugin can be configured within the admin panel 
 + 
 +==== display magnify ==== 
 + 
 +Display the click-enlarge icon: 
 + 
 +  * If necessary 
 +  * Always 
 +  * Never 
 + 
 +==== center align ==== 
 + 
 +==== default caption style ==== 
 + 
 +Default style for the image caption: 
 + 
 +  * Normal 
 +  * Italic 
 +  * Bold 
 ===== History ===== ===== History =====
  
 +  * 2023/08/13 : svg support, move plugin support, fix: alignmend-issues, fix: warning
 +  * 2019/07/31 : fixed height syntax
 +  * 2019/07/02 : New languages, Float-fixes
 +  * 2016/11/22 : Fixed responsive image size,fixed centered imageboxes, fixed overwidth captions
   * 2016/11/04 : PHP7 compatibility   * 2016/11/04 : PHP7 compatibility
   * 2016/11/04 : Forked to github   * 2016/11/04 : Forked to github
Line 59: Line 79:
   * 2008/11/18 : Don't resize images to their original size. (Better compression)   * 2008/11/18 : Don't resize images to their original size. (Better compression)
   * 2008/11/07 : imagebox use more DokuWiki functions (+ fix bad media URL)   * 2008/11/07 : imagebox use more DokuWiki functions (+ fix bad media URL)
-  * 2008/10/07 : new version ! (Clean "<div class="thumbinner">", add a better EntryPatern.) +  * 2008/10/07 : new version ! (Clean "%%<div class="thumbinner">%%", add a better EntryPatern.)
- +
-====== Discussion ====== +
- +
-==== Does not display box ==== +
- +
-I have installed and refreshed the page and if I use the syntax you specified: +
-<code>[{{news:imagehere.jpg|caption text}}]</code> it does not show a box at all, but rather it shows it like below: +
- +
-{{wiki:dokuwiki-128.png|}} +
- +
-Title +
- +
- +
-> Try HARD-refresh (Shift + refresh)  +
->-myst6re +
->>Still doesn't work! -ivan +
- +
-==== relative folder ==== +
- +
-__Limitation__: in version available at 6/12/2009 only absolute path for the media-folder are supported. +
- +
-If **$match['src']** would be resolved with **resolve_mediaid()** even inputs like %%[{{car.gif|abc}}]%% (with car.gif is in a parallel media folder) could be displayed. +
- +
-> Fixed :-) +
-> --- //myst6re 2009/12/06 19:17// +
- +
-==== Does not display caption ==== +
- +
-%%$match['title']%% is always empty, so the caption gets display:none;. I’ve changed the Parser in the handle function to workaround this: +
-  $match=Doku_Handler_Parse_Media(substr($match.'|',3)); +
-   +
-:  Yes, this plugin seems to be broken (version 25.12.09) - changing the handle function has to be done in the universal DokuWiki code, not just the plugin folder - so this might brake other functions. - Could someone please fix this bug? (Bernd, 20. Jan 2010) +
- +
-> I fixed my mistake, sorry +
-> --- //myst6re 2009/21/01 17:15// +
- +
->> Thanks, comrade, this was fast, and it works - you are hereby awarded the [[wp>Order of Glory]]! (Bernd 23.Jan 2010) +
- +
-====Does not work with image links?==== +
- +
-It seems the plugin does not work with linked images.  +
-    [[www.somelink.com|{{www.somelink.com/imageone.jpg}}]]] +
-But thanks anyway - great idea +
- +
-=== It works === +
- +
-You weren't using the right syntax. Here's how it works: <code>[{{http://exampleimage.jpg|Your caption}}]</code> +
- +
-==== Not working inside lists e.g. yalist ==== +
- +
-The image box is not shown as inline picture, but only as floating box: +
-<code> +
-  -- item +
-  .. [{{...}}] +
-  - ... +
-  - ... +
-</code> +
- +
-==== Not working between two paragraphs ==== +
- +
-This will place the second paragraph on the right side of the picture instead of after it (Google Chrome): +
- +
-<code> +
-Text text text +
- +
- +
-[{{...}}] +
- +
- +
-Text text text +
-</code> +
- +
-> Similar problem. If i wrote: +
-><code> +
- [{{...|figure1}}]Paragraph 1 right to figure 1 +
-  +
- [{{...|figure2}}]Paragraph 2 right to figure 2 +
-</code>and if figure 1 is quite high, it show: +
-><code> +
-  figure1 paragraph1 +
-  figure1 figure2 paragraph2 +
-</code> instead of  +
-><code> +
-  figure1 paragraph1 +
-   +
-  figure2 paragraph2 +
-</code> +
-> (ribez 2011/04/23) +
-> 2015/10/16 - problem "Not working between two paragraphs" not fixed yet =(  +
  
-=== "Invalid Link" if used with img url ===+===== Discussion & Troubleshooting =====
  
-If used with a img url it displays bos and caption but "Invalid Link" instead of the img.+If you encounter problems make sure, to empty the cache of the browser(In Firefox: Press [shift] while clicking the reload button)
  
-[{{http://source.com/file.jpg|caption}}]+Please use the issue tracker for feature-requests and bug-reports.
  
plugin/imagebox.1478271041.txt.gz · Last modified: 2016-11-04 15:50 by flam

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki