Droplets are small chunks of PHP which can provide multiple information. You can use them e.g. for displaying the content of a specific section, generate a subnavigation or showing the output of your own PHP functions. With the reworked Droplets module for WBCE you can easily import and export droplets.
If you have created a droplet you would like to share with the WBCE community, please use our forum at
forum.wbce.org.
This page is currently under construction. we will add more droplets soon. (BTW, a huge bunch of droplets is already included in the module itself.)
- CreateToc
Released: Jan 08. 2016 | Downloads: 348
Creates a "Table of Contents" from Headings in a page (h1-h6); also adds "Back to top"-links before every heading.
See also: http://wbaddons.webbird.de/?do=item&item=11
- Edit This Page
Released: Jan 08. 2016 | Downloads: 385
Add a direct link to the edit view of the current page to its frontend view.
- LoginBox (fixed)
Released: Apr 12. 2016 | Downloads: 411
Use: [ [LoginBox?redirect=url] ], whilst url has to be the complete path, e.g http://www.example.com/pages/target.php. You can also use wblink, but have to add a dummy parameter (otherwiese there will be problems with the brackets), e.g. [ [loginbox?redirect=[wblink 42]&foo=bar] ] (remove blanks!)
- ModifiedWhen
Released: Jan 08. 2016 | Downloads: 329
Displays the last modification time of the current page. (This droplet is bundled with the droplets module.)
- pclean
Released: Jul 11. 2016 | Downloads: 261
Removes the <p> ... </p> around content which was generated by a droplet. (This problem occurs when the droplet is called in a wysiwyg section.) Note that this droplet possibly removes wanted p tags nevertheless, e.g. when using the Font-Awesome-Droplet.
Add this droplet to your template just above the </body> tag.
- RandomOrLatest
Released: Jan 08. 2016 | Downloads: 323
Shows a random or the latest image from a folder tree
See also: http://wbaddons.webbird.de/?do=item&item=10
- Text2png
Released: Feb 09. 2016 | Downloads: 371
Use: Text2png?text=(text, Mandatory)&ttffile=(fontfile.ttf, Mandatory)&fontcolor=(fontcolor, Optional)&fontsize=(fontsize, Optional)
text = Text to convert into truecolor png with transparent background.
ttffile = True Type Font file (.ttf or .otf), must be in the folder media/fonts/ but you can change this in the code.
fontcolor = Color in 6 digit HEX format, "000000" (black) by default.
fontsize = Size of the font in points (if gd2 is used, otherwise in pixels), 12 by default.
This droplet has a rudimentary but efficient caching system but it never deletes any file, if you want you can delete all the png files starting with the name "text2png_" in your temp folder, droplet will recreate the needed files.
This droplet was created by forum member "quinto". Thanks for sharing!