SM2 Extensions | Joomla! | Custom Development | Brisbane | Australia


Downloads

Downloads Home »  SM2 Joomla! Plugins

Documents

SM2 Registered Redirect 1.0 Plugin

This plugin is designed to allow Registered Joomla! users to be redirected from one page to another.

thumb_registeredredirectIf you have Content or Components that you no longer want a Registered Joomla! user to see once they are logged into the site then SM2 Registered Redirect Plugin is ideal.

Installation steps:

  1. Install the Plugin
    Like any other Joomla! Bot go to the Mambot Installer and install the Plugin.
    • Installers > Mambots
    • Browse to the installation file then Upload

  2. Configure the Plugin
    In the Mambots > Site Mambots edit the Mambot and enter some Parameters.
    • In the Registered Redirect enter the url followed by the Seperator (| by default) then the redirect url, one per line.
      i.e. http://sm2extensions.com/content/1/1/|
      http://sm2extensions.com/content/2/2
    • If required enter similar redirection information in the Special Redirect. The Special Redirect will fire if the logged in user is a Special Joomla! user. i.e. Author or above.
    • Make sure the Mambot is Published
    • Save or Apply the changes.

  3. Add the Triggering Point.
    For SM2 Registered Redirect to work correctly it needs to be triggered. To do this we add the following to the start of each Joomla! template:
    <?php $_MAMBOTS->trigger('onBeforeView'); ?>

    To Edit a Template go to Site > Template Manager > Site Templates, select the desired Template and Click Edit. Enter the code above as the first line in the template and then click Save.

Hits: 3969

SM2 Bot Session 1.0 Plugin

thumb_botsessionThis plugin is designed to beat the corrupted session table problem that can occur. 

It has often been a source of bafflement for some Mambo/Joomla! Developers based on the number of times it appears as a topic on the forums.

Due to the way that Mambo/Joomla! has been programmed, the session table is only ever cleaned up when a administrator logs in to the backend... for a lot of sites this may not ever happen, or happen infrequently - creating large session tables.

Also, when it does run it only does a delete. However the SM2 Session Plugin will do a delete, check and even repair if necessary. This reduces the overhead also.

The mambot runs from the frontend of the site, ensuring that the session table is cleaned up more often. By default, it will randomly run 1 in a 100 requests. You can also force it to run every time, or by using a link variable that will force it to run if given the right secret word.

All configurations is done in the Mambot Parameters.

Installation is easy. Simply install as you would any other mambot.

To get this Plugin to run in Mambo 4.5.x you need to add the following to all of your templates

<?php $_MAMBOTS->loadBotGroup( 'system' );  $_MAMBOTS->trigger( 'onStart' ); ?>


Hits: 2409

SM2 Remove Non Secure 1.5 Plugin

remove-non-secureSM2 Remove Non Secure plugin for Joomla! 1.5. This plugin will detect if the site is running in SSL and will remove any linked content that is not SSL. 

Stop the dreaded warnings about the pages being non secure because of content such as YouTube. The plugin will look for an remove:

  • Stylesheets
  • Javascript
  • Images
  • Objects (embeded audio and video)

Can optionally replace the removed content with predefined placeholder text. Optional debug mode will remove scripts and stylesheets but will only highlight images and objects.


Hits: 367

SM2 Tube 1.5 Plugin

tube-pluginSM2's Video loader. Based on the EasyTube plugin, completely rewritten to be a true Joomla! 1.5 plugin and to run on any Joomla! content, not just articles. This means you can insert the tags into joomla Templates, Custom Modules, or anywhere you can enter content that will be shown and it will be converted to a correct video.

Ability to hide the video if the site is running in SSL so there are no SSL warning errors.

Ability to specify width and height parameters in the tag.


Hits: 479

SM2 Section Template 1.5 plugin

section-template-pluginJoomla 1.5 plugin that allows templates to be specified for different content sections.

Allows you to ensure that the correct template is displayed for content belonging to the same section regardless of where in the menus the content is linked.


Hits: 738

SM2 Component Template 1.0 plugin

component-template-pluginJoomla 1.0 plugin that allows templates to be specified for different components.

Allows you to ensure that the correct template is displayed for a component regardless of where in the menus the content is linked.


Hits: 345

SM2 Component Template 1.5 Plugin

component-template-pluginJoomla 1.5 plugin that allows templates to be specified for different components.

Allows you to ensure that the correct template is displayed for a component regardless of where in the menus the content is linked.


Hits: 736