-
Update from Version 1.1.x or 1.0.x.
To update from version 1.1.x or 1.0.x, you need uninstall all extensions, including components, modules, and plugins.
Note: To keep all tags in database, please make sure the file /administrator/components/com_tag/uninstall.joomlatags.sql is empty.
-
Update from Version 1.2.x.
You can just install the latest version, it will update automatically for you.
The following is a 10 minutes tutorial.
-
Download joomlatags-core-x.x.x.zip, and install.
Joomla tags core package mainly include a component, modules and plugins.
Component is the previous separately published com_tag.zip.
Modules include mod_latestTags,mod_mostPopularTags,mod_mostReadTags.
Plugins include plg_addTags_button,plg_tags_content,plg_tags_search,plg_tagsSef_system.
Tips:
- Only component and plg_tags_content are must, others are optional.
- After installation, all modules are published at the left position, and all plugins except for plg_tagsSef_system are enabled.
- Add some tags from the administrator.
Open Tag Manager(/administrator/index.php?option=com_tag&controller=tag), add some tags, and save. More details about how to add and edit tags please refer :How to add/edit tags?
- Enable the plugin:plg_tags_content.
Open the plugin manager, and enable the plugin:"Tags"
Clear the cache, you will find that tags are shown at the bottom of the articles.
- Enable the most popular tags module(mod_mostPopularTags).
Configure the module.
Clear the cache, you will find that the most popular tags cloud are show in the configured position.
From the simple tutorial, you will find it is really easy to use the tags for Joomla.
For more complex usage of the tags, please refer other documents and forum.
Have fun!
Currently, there are three ways to add/edit tags.
- Add/Edit tags through "Tag Manager".
Open the url:administrator/index.php?option=com_tag&controller=tag
Add/Edit tags for the articles directly, multiple tags are separated by comma.
Tips: You can use this functionality so long as you have installed the tag component(com_tag).
- Add/Edit tags through "Add Tags" button.
When you add/edit an article, you can find "Add Tags" button at the bottom.
Click "Add Tags" button, then add tags in the pop up window.Multiple tags are also separated by comma.
Tips:To use this functionality, you need install and enable plugin: plg_addTags_button.
- Add/Edit tags in front end.
If you are the author of the article, when you browser the article in front end, you will find a add or edit tag button at the bottom of the article.

Tips:To use this functionality, you need install and enable plugin: plg_tags_content.
- How to use SEF plugin?
Currently,Joomla tags support 3 kinds of SEF: Joomla default SEF, SH404SEF, and Artio-SEF. For Joomla default SEF, please use plugin : plg_tagsSef_system.
For SH404SEF user, please extract com_tag.php from sh404sef.zip, and put it to the following folder
/components/com_sh404sef/sef_ext
For Artio-SEF user, please install artio-sef from Artio SEF extensions management, and remember to enable it after installtaion.
- How to use XMap plugin?
Please install XMap plugin tags-for-xmap in XMap Extensions management, then enable the plugin.
- Why does XMap have no change after XMap plugin installtation?
XMap generate site map on menu, please add a new menu, and a menu item which links to "Tags for Joomla", then add the menu to XMap. You don't need publish the menu module in the front end.
Some tips and frequently asked questions on Joomla plugin CssJsCompress.
-
Why the plugin doesn't work after I turn on "GZIP CSS and JS"?
Before enable "GZIP" compress, please make sure: Apache has installed zlib.
-
How do I know apache have installed zlib?
On administrator control panel, Help-->System Info-->PHP Information. (or open the following url:/administrator/index.php?option=com_admin&task=sysinfo). If php has enable zlib, you should find zlib block.
-
Do "Optimize CSS files" and "Optimize JavaScript files" need zlib?
No. Only you have set "GZip Javascript and Css" to "yes", you need Zlib.
-
If "Optimize CSS files" doesn't work on my site, can I only turn on "Optimize JavaScript files"?
Yes, you can only turn on css or js optimize. At the same time, you can turn on "Optimize JavaScript files" and "GZip Javascript and Css", so long as you have installed zlib
-
If you include "includes/js/joomla.javascript.js" file, the plugin can't load javascript correctly.
Please remove the first line:
//
-
How to use "Exclude Components" ?
After enable CssJsCompress, all site works fine except some component. For example, after enable CssJsCompress, only Virtuemart doesn't work fine, thus you can add "com_virtuemart" to "Exclude Components".
-
How to use "Exclude CSS Files"?
After you enable the CssJsCompress plugin, some module don't show correctly, then you can try to add the module introduced CSS Files to "Exclude CSS Files".
-
How to use "Exclude JavaScript Files"?
After you enable the CssJsCompress plugin, some module JavaScripts don't work correctly, then you can try to add the module introduced JavaScripts to "Exclude JavaScript Files".
-
How to solve jquery and mootools both exist problem?
Please fill in Custom JavaScript Order in the following orders: jquery file,jquery plugins, and all files build in jquery, mootools files. For example:
jquery.js,easySlider1.7.js,mootools-uncompressed.js
Please remember to change the jquery and jquery plugin to your own site's file. You also need to JQuery No Conflict to no.
-
How to use "JQuery File Name"?
JQuery have conflict with Mootools. When your site have both JQuery and Mootools libraries, you need tell the plugin "JQuery File Name", so that CssJsCompress can do some special handle. Your site's JQuery library may have a name of jquery.js, jquery.min.js, jquery1.2.6.js or any other names, please input exactly the same name with your site.
-
How to use "JavaScript Custom Order"?
JavaScript files may depend on other JavaScript Files. For example, some JavaScript files may depend on mootools and jquery, so these files should appear after mootools or jquery. Perhaps you can refer How to solve jquery and mootools both exist problem?
|