| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
MGNeuro
Joined: 02 Apr 2008 Posts: 7
|
Posted: Sat Aug 16, 2008 9:21 pm Post subject: lost ht access generator tab!!! |
|
|
Under the SEO tab in the ACP I can only change GYM options and have lost all the original SEO tab options including the ability to generate a new ht access file.
Any help will be much appreciated I am going crazy! |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
Posted: Mon Aug 18, 2008 12:19 pm Post subject: Re: lost ht access generator tab!!! |
|
|
ho, it must have been un-installed by accident. It's no real big deal, but unfortunately the phpbb_seo mod rewrite installer will break if it finds a phpbb seo cat already installed in acp.
To circumvent this, you can replace :
| Code: | | if ( $this->get_module_id('ACP_CAT_PHPBB_SEO') > 0 ) { |
with :
| Code: | | if ( $this->get_module_id('ACP_MOD_REWRITE') > 0 ) { |
and :
| Code: | // Add category
$_module->update_module_data($module_data, true);
|
with :
| Code: | if ( $this->get_module_id('ACP_CAT_PHPBB_SEO') < 1 ) {
// Add category
$_module->update_module_data($module_data, true);
} else {
$module_data['module_id'] = $this->check_module_id('ACP_CAT_PHPBB_SEO');
} |
in phpbb_seo/phpbb_seo_install.php, will allow you to install the mod again, and without loosing your current settings
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
MGNeuro
Joined: 02 Apr 2008 Posts: 7
|
Posted: Tue Aug 19, 2008 9:22 am Post subject: Thanks |
|
|
Thanks for the advice...I played around for a while before seeing this and managed to add the features by using the module acp and adding new modules....will this cause a problem as I can now see and use the htaccess tab but I am still having a problem despite updating my htaccess file:-
1) Cannot get any feed content into the feed no matter waht digest settings I use...please see
http://www.phpbb-seo.com/boards/phpbb-seo-premod/discussions-vt3077.html
2) I cannot re-write the sitemaps main index to give the correct names of the sub sitemaps (they are called forum1,2,3 etc)
Could it be an htaccess probelm relating to the code you suggested I change ?
Any suggestgions?  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
MGNeuro
Joined: 02 Apr 2008 Posts: 7
|
Posted: Sat Aug 23, 2008 10:02 pm Post subject: Solved |
|
|
Yes thanks!
Once I could generate ht access I could solve the other issues.
thanks guys
 |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |