David Ansermot Web Developer / TYPO3 Integrator

14déc/100

Firestats Charts 1.1.3 available

I'm proud to announce the fresh release of Firestats Charts 1.1.3

Everybody should upgrade, 'cuz it fix the critical bug in the setting panel

Some bug fix and other, take a look on the changelog :

  • Added index.html file in directories
  • Removed be-override.css
  • Updated version number in class. Not showing right version on chart title
  • Added cache expire setting (default: 3600)
  • Fixed height not saved in settings page
  • Completly 3.0.3 compatible

Download Firestats Charts 1.1.3
Plugin homepage

11déc/100

WP Page QR 1.0.2 bug fix available

This update fix the bug causing undisplayable QR Code image in the content.
Visite the plugin's page
Download WP Page QR 1.0.2

11déc/100

WP Page QR 1.0.0 available

This is my new plugin. First stable version, available on the WordPress Plugin Repository.

This plugin allow you to insert QR Code in your post content.
This allow visitors to read very easily your post on a mobile phone, by taking a photo of the code.The plugin works in 3 modes

  • Insert the marker [QR] (can be changed in settings) in your post content and user the css class to customize
  • Auto insert the code in your post content
  • Use a template tag to insert it in your template

Visite the plugin's page
Download WP Page QR 1.0.0



1déc/100

Firestats Charts 1.1.2 available

Firestats Charts 1.1.2 is a bugfix upgrade.

It fix the chart image resizing on the dashboard.

Firestats Charts page
Direct Download

3nov/100

Joomla – Detect homepage in extensions

Here's a little tip to detect, in your Joomla extensions, if the Frontend user is on the Homepage.

  1. if (JURI::base() == JURI::current()) {
  2.      // Your code for Homepage
  3. }

Tell me if it bugs for you, but for me on 1.5.21 it's ok