Contributions
Header Tags SEO 3.0 Metadata add-on
This mod adds many additional meta tags to the already excellent Header Tags SEO package. The modifications are few: one extra definition in configure.php, a lot of extra rows in header_tags.php. If the Simple Blog package also is installed, yet another meta tag will be possible to ad.
| 23 Mar 2011 |
This patch will make Header Tags compatible with all modes of Ultimate SEO URLs (no need to run in rewrite mode). Edit the following files:
(a) catalogue/includes/header_tags.php
(b) catalogue/includes/modules/boxes/bm_header_tags.php
(c) catalogue/includes/functions/header_tags.php
(d) catalogue/admin/includes/functions/header_tags.php
Search and replace ALL OCCURENCES
- find:
$_SERVER['PHP_SELF']
- replace with:
$_SERVER['SCRIPT_FILENAME']
| 22 Mar 2011 |
Note: Contributions are used at own risk.
