Support

What we can do for you

What is "Affected Area" ?

Affected Area is the place that MijoSEF uses to show Tags, Internal Links and Social Bookmarks.

affected-area


MijoSEF can display these 3 features in 3 different ares. The above image describes 2 of them, Main Body and Content areas. In short, Main Body is all the center area without modules, Content area is just the text place.

The third area is Trigger which includes the MijoSEF specific triggers. MijoSEF has 3 different triggers that component developers can use to show Tags, Internal Links and Social Bookmarks into their components. This article will help you (developers) to understand how to use triggers.

Triggers
Tags: onMijosefTags
Internal Links: onMijosefIlinks
Social Bookmarks: onMijosefBookmarks

How to fire a trigger
JPluginHelper::importPlugin('system', 'mijosef');
$dispatcher =& JDispatcher::getInstance();
$dispatcher->trigger('onMijosefTags', array(&$text));

MijoSEF triggers take action in the same place as Content area/plugins.
Most of components supports Content area. For those that don't you can use Main Body or ask their developers to support Content plugins or MijoSEF triggers.

Modules
If your developer does not support the Content & MijoSEF plugins then you can use the following modules to display Tags & Social Bookmarks, they will fire the trigger for you:
http://www.miwisoft.com/downloads/mijosef/modules/tags
http://www.miwisoft.com/downloads/mijosef/modules/social-bookmarks



Support Channels

Paid Services