- Compatible XF Versions
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
Description & Screenshots:
This addon adds an automatically updating tag cloud to the footers of XenForo pages of your choice using terms from incoming search engine queries ordered by popularity. In theory this should provide significant SEO benefit
___________________________________________
Features:
Installation:
Update:
0.1.0 or older to 0.1.2:
FAQ:
How do you control what pages AzuCloud is displayed on?
Rather than fiddling with individual templates, AzuCloud hooks into the main PAGE_CONTAINER template (which is used on pretty much every page) and uses its own logic to choose when it should be displayed. The two options 'Active controllers' and 'Active routes' on the AzuCloud options page are what you're looking for to change where AzuCloud is displayed. Until a better interface is developed, you will probably need a basic knowledge of PHP and/or to ask in this thread for the 'Active controllers' option to be useful (e.g. to add AzuCloud to other addons' pages). 'Active routes' should be easy enough for anyone to use, though obviously its use doesn't extend very far as it is restricted to static URLs.
How do you add AzuCloud to an addon's page(s)?
___________________________________________
Changelog:
0.1.2 (11/12/2011):
This addon adds an automatically updating tag cloud to the footers of XenForo pages of your choice using terms from incoming search engine queries ordered by popularity. In theory this should provide significant SEO benefit
___________________________________________
Features:
- Supports all the major search engines: Google, Bing, Yahoo, AOL, Ask, etc.
- Highly flexible integration supports theoretically every page in XenForo along with pages added by modifications.
- Powerful search term manager allowing you to list, search and block terms along with their hit counts and the time since last hit.
- Filtering of search engine operators such as +word, -word, inurl:site.com
- Well optimised code and queries - comfortably scales to millions of keyword hits.
- Everything you see in the screenshots
Installation:
- Upload contents of upload folder to forum root.
- Install the addon xml file.
- Configure the options as necessary, though the defaults should be fine for most forums.
Update:
0.1.0 or older to 0.1.2:
- Upload contents of upload folder to forum root, overwriting all files.
- Perform upgrade process with new addon xml file.
- Remove old template include (<xen:include template="dark_azucloud" />) from PAGE_CONTAINER template
- Upload contents of upload folder to forum root, overwriting all files.
- Perform upgrade process with new addon xml file (expect this to be slow if you have a lot of terms)
FAQ:
How do you control what pages AzuCloud is displayed on?
Rather than fiddling with individual templates, AzuCloud hooks into the main PAGE_CONTAINER template (which is used on pretty much every page) and uses its own logic to choose when it should be displayed. The two options 'Active controllers' and 'Active routes' on the AzuCloud options page are what you're looking for to change where AzuCloud is displayed. Until a better interface is developed, you will probably need a basic knowledge of PHP and/or to ask in this thread for the 'Active controllers' option to be useful (e.g. to add AzuCloud to other addons' pages). 'Active routes' should be easy enough for anyone to use, though obviously its use doesn't extend very far as it is restricted to static URLs.
How do you add AzuCloud to an addon's page(s)?
Darkimmortal said: said:
___________________________________________
Changelog:
0.1.2 (11/12/2011):
- Optimised tag cloud generation query
- Significantly optimised admin tag listing query
- Fixed error log spam ('undefined index: host')
- Added template hook (no edits required any more)
- Search terms are now censored
- Added an admin option (default on) for keywords containing the full board URL with or without www. to be silently rejected.
- Added an admin option (default on) to filter out search engine operators such as +word, -word, ~word, inurl:site.com
- Please note that existing terms will need blocked manually as these filters are not retroactive and only apply to incoming queries.
- Action and route matching is now case-insensitive, fixing compatibility with a number of other addons.
- Added order options (hits, last clicked, alphabetical) to the search terms admin panel page.
- Added slight optimisation to the global query.
- Improved route matching system, making trailing slashes optional (fixed canonical issue).
- Fixed AzuCloud being displayed on error pages.
- Fixed hits to read 'hit' for single hit terms.
- Reduced number of terms per page in the admin panel to 50.