Watermark plugin for Joomla



The watermarking plugin allows you to add a watermark to the image when loading through the media manager or when creating/editing material.
Also support JCE. To do this, enable the display of the checkbox in the plugin settings.

Image formats: png, jpeg, gif, bmp.
Compatible with Joomla 3+ and Joomla 2.5

Download: plg_watermark-1.0.1.zip
MD5: 501f64b8946e8ad1eed9dce311d23e67
SHA-1: dcf9d0cc291a35f010ceb76e554ef3e83701e041

Distributed under GNU GPLv2 or later.

Continue Reading

hCaptcha plugin for Joomla



This CAPTCHA plugin uses the hCaptcha service to prevent spammers. To get a site and secret key for your domain, go to https://www.hcaptcha.com. To use this for new account registration, go to Options in the User Manager and select CAPTCHA - hCaptcha as the CAPTCHA.

Requirements: Joomla 3.x and her requirements.

Download: plg_hcaptcha-0.2.zip
MD5: 028317fa48dda3bea9a7f48cd13485da
SHA-1: d98323e33707a1db3a723400adb580ddf8ed3139

Distributed under GNU GPLv2 or later.

Continue Reading

The Aurora plugin - Messages in style of jQuery UI, Bootstrap, UIkit



With this plugin you can create "on the fly" beautiful messages in the style of jQuery UI, Bootstrap or UIkit. JQuery UI, Bootstrap or UIkit frameworks are not required for the plugin to work, only for message icons.

Download (version 1.2): aurora_1.2.zip

Demo

Distributed under the GNU GPLv2 license or later.

Description of methods and properties of each of them is given below.

Continue Reading

Yes popups - Mozilla Firefox addon



Yes popups is a Firefox extension that quickly toggles the most restrictive anti-popup options on and off: to toggle popups on/off, either click on the icon or press CTRL+SHIFT+Q.

This is updated version of extension(see changelog bellow), developed by David Dernoncourt. See http://www.patheticcockroach.com/mpam4/index.php?p=64

To install this addon go to Tools -> Add-ons -> Extensions. Press button at the right side and select "Install Add-on From File"

Attention! Starting from Firefox 42 browser block installing unsigned addons. To disable this type in Address bar - about:config Search for xpinstall.signatures.required and double click on it(must be set to false).
"Why I must to do this?" See https://wiki.mozilla.org/Add-ons/Extension_Signing and https://support.mozilla.org/en-US/questions/1078289

Download: yespopups_0.9.8b.xpi
MD5: 4b008570d8d9292b453f19268bb02602
SHA-1: 75cf31f4c4c058a71c0b908a0d5b221f5e7e22b5

Changelog

0.9.8b

  • Added support for latest Firefox versions(Firefox 2 and later, including modern 30+ and 40+ versions).

Syntax highlight plugin for Joomla



How to highlight examples the source code or syntax in Joomla? There are many extensions on the official website, but for some reason they are not satisfied. This is a new plugin for source code, syntax highlight in Joomla - Prism.
The plugin uses the javascript-library Prism for highlight. All you need is just install the plugin, activate, select a theme. Done!

Further in the text of the material, you can use the code:

<pre class="line-numbers" data-start="1"><code language="language-xxx">p { color: red; }</code></pre>

where:
line-numbers – line numbering will be use;
data-start – start value for counter(can be negative);
language-css – language code. Language codes.

Do not use a <pre> tag if do not want block highlight.

Download: plg_prism_0.0.4.zip
MD5: a425cd42c8a1de49c9c967cd369d19ad
SHA-1: d5b2190c51c7e4d699587ec7c5eb1a2978f6840b

Distributed under GNU GPLv2

CSS

pre.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}
pre.line-numbers > code {
	position: relative;
}

Continue Reading

  • 1
  • 2