Bugs and Fixes:
1) Social Bookmark enable doesn't work:
In Seo4SMFAdmin.php:
Find:
'seo4smf_keywords' => $seo4smf_keywords,
Add After:
'seo4smf_sb_enable' => $seo4smf_sb_enable,
In Seo4SMFAdmin.template.php:
Find:
<input type="checkbox" name="seo4smf_sb_enable" ', getOption('seo4smf_sb_enable'), '
Replace with:
<input type="checkbox" name="seo4smf_sb_enable" ', getOption('seo4smf_sb_enable'), '/>
2) Google and Yahoo checkboxes don't stay ticked:
In Seo4SMFAdmin.php
Find:
'seo4smf_sb_digg_enable' => $seo4smf_sb_digg_enable,
Add After:
'seo4smf_sb_google_enable' => $seo4smf_sb_google_enable,
'seo4smf_sb_yahoo_enable' => $seo4smf_sb_yahoo_enable,
3) General HTML update:
In Seo4SMFAdmin.template.php:
Throughout the file the input lines only end in '>', whereas they should close with '/>'
Other Bugs:
- Editors don't work with beautified URL's enabled.
Those are all I have found so far...