DocumentsDate added
I wrote a couple of PlugIns for sh404SEF (for Deep Pockets and for
ChronoForms) and thought I'd post them at Joomla.org. However, to do
that they have to be installable with the standard Joomla installers
(rather than just copy the sef_ext folder to the site). So I've written
a PlugIn installer for sh404SEF.
It is very simple. Once you've
written your PlugIn and/or Meta file for the 'comp123' component and are ready to
publish it you copy the attached zip file and edit it like this:
- replace sef_ext/com_xxxxxx.php with your PlugIn file named e.g. com_comp123.php (If you don't have a PlugIn in this install leave the existing file but rename it to have the component name.)
- replace meta_ext/com_xxxxxx.php with your PlugIn file named e.g. com_comp123.php (If you don't have a Meta file in this install leave the existing file but rename it to have the component name.)
- Edit lines 15 & 16 in install.sef_ext_xxxxxx.php to have the component name e.g. 'comp123' and title e.g. 'Component 123'
- Edit line 17 in install.sef_ext_xxxxxx.php if necessary to set the array values to 'false' if you do not want sef or meta installed. The installer will then skip these files.
- Edit sef_ext_xxxxxx.xml and change the file names replacing xxxxxx with the component name (this must be the same as is in the component folder name)
- Rename the various files by replacing 'xxxxxx' with the component name e.g. 'comp123'.
- Test your modified installer package.
When you upload and install the PlugIn installer it will look to make sure that the 'comp123' component exists; create an sef_ext folder if necessary; rename any existing sef_ext/com_comp123.php file and copy the new one into the folder.
Once the installer has run successfully it is no longer needed and can be safely uninstalled.
Note:The installer must include both sef_ext/com_xxxxxx.php and meta_ext/com_xxxxxx.php files, if one of them isn't used then simply include an empty file with that name.
This is a modified version of sumisha's Google Analytics module that will work with both the old 'urchin' and new 'ga' versions of the Google Analytics scripts.
To use, install and place in a module as near to the end of your page as possible, I use footer. Set the module to have no title or other visible parts.
This is a plugin to allow the sh404SEF url re-writer to work with the Deep Pockets Joomla extension.
Install as a Joomla Component.
This is an alpha version of a sef Service Map plugin for the Deep Pockets Joomla extension. I'm using this plugin on the site here and it seems to be working OK. You can see the SiteMap here the blue icons are from Deep Pockets.
Notes:
1: This does not include a Polish translation, nor any new icons. Download the file, install and publish it as a mambot.
2: The code in this version is not optimised and will make a database call for each content item that it finds, normally this isn't a problem unless your site has a lot of content or very high traffic. It's probably worth turning caching on in sef ServiceMap.
This plugin comes without any form of warranty and I accept no responsibility for the consequences of you using it. If you have any questions, or want to discuss how it works please contact me or post in the forum here.
This is a plugin to enable the ChronoForms Joomla extension to work with the sh404SEF URL re-writer.
Install as a Joomla Component.