SIMAnswers

We are thrilled to announce the brand new version 6 update to SIMAnswers.

SIMAnswers is the all-in-one Joomla solution if you wish to setup a Q&A solution, a forum, or a support ticket system. As a Questions and Answers solution, it's functional similar to Yahoo Answers, encouraging community involvement and activity.

Version 6 includes the following new features and changes:

  • Added custom plugin trigger system. Now you can easily integrate SIMAnswers to any other extension.
  • Full support for Bootstrap 3, especially javascripts and components.
  • Heading and Password field types added to custom fields.
  • Support for Joomla update server notification.
  • Multiple significant improvements to UI/UX at every part of the extension.

SIMGallery 6

We have happy to announce the release of SIMGallery 6 and boy this one is quite a feat!

SIMGallery is the only completely community driven photo and video gallery for Joomla. Users can also easily manage multiple profile pictures. The whole user interface and user experience is just like Facebook's photos feature. You can even import albums and photos from your Facebook account! Here's a quick look at what's new with version 6:

  • Complete revamp on interface to increases user experience consistency.
  • Full support for both Bootstrap 2 and Bootstrap 3 templates.
  • Integrated with Google Maps API. Now media locations pop up with a map.
  • Theater mode browsing now loads faster by more then 200 times!
  • Overall scripts and CSS size reduced by 42%!
  • Images/Thumbnails now loads much faster!
  • Improved design for smartphones and tablets.
  • Frontend administration functions expanded.
  • Browsing through albums and dashboard links now load asynchronously (AJAX).
  • Added support for OpenGraph so Facebook shares display nicely.
  • Developers API to integrate their websites and extensions with SIMGallery.

As with every update to SIMGallery, it is always impossible to list all of its features. Take a quick look at the Latest Albums page, Latest Photos page, or check out your own personally dashboard and start uploading!

Documentation Demo Buy Now

SIMGenealogy 2

SIMBunch is super happy to announce the all new SIMGenealogy 2.0. Apart from a dozen or so improvements and upgrades, I would like to bring your attention to two of them:

  1. Bootstrap 3.0 - We have started to roll out Bootstrap 3.0 support for all our extensions, and SIMGenealogy is the new addition. Because of this change, you will notice many UI/UX improvements throughout the entire extension.
  2. GEDCOM Export - SIMGenealogy has support GEDCOM import since version 1.2, but we've finally added GEDCOM export, the most requested feature.

For a full list of its features, please check out SIMGenealogy's product description, or check out the demo to see how it works!

Documentation Demo Buy Now

ParaInvite 5

SIMBunch is proud to announce the all new ParaInvite 5.5!

The new ParaInvite introduces Plugin Hooks that allow easy integration with other 3rd party extensions. Now you can create your own plugin to add functionality for a wide variety of ParaInvite triggers.

Version 5.5 also sports a whole new UX/UI overhaul for every page. Modals and pages also load a lot faster.

A large number of bugs have also been fixed. It is highly recommended for all existing users to upgrade.

Many have noticed that as of Joomla 3, your elements with jQuery tooltips will disappear after you mouseover them. This is caused by a conflict with Mootools. If you check the pages where you are seeing this issue, it's when Joomla's Mootools is loaded. The fix is simple:

jQuery(document).ready(function($) {
    $('.hasTooltip').each(function(){this.show = null; this.hide = null;});
});

This will disable the hide behavior for Mootools' tooltips, which is declared the same way as jQuery's. You can replace $('.hasTooltip') with whatever class you are using for your tooltips.

Hope this helps!

Cron Job Starts