[#5 cBB Portal] Incompatibilidad con SEO Ultimate MOD


Due to a lack of free time, both support on this forum and extension development are currently limited.
All bugs are noted and saved for fixes, even if there are no replies to the posts.
Normal activity will resume as soon as possible.
User avatar
IvanPF
Administrator
 
Posts: 2265
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Thu Sep 13, 2012 7:00 pm • via Web
MOD: cBB Portal v1.0.1

Error: Al instalar el MOD "SEO Ultimate" junto con cBB Portal y activar el portal como página principal no se puede ver el Índice General del foro, en su lugar sale el portal.

Solución:
1. Abrir /phpbb_seo/phpbb_seo_class.php
2. Buscar:
Code: Select all
   var   $seo_ext = array( 'forum' => '.html', 'topic' => '.html', 'post' => '.html', 'user' => '.html', 'group' => '.html',  'index' => '', 'global_announce' => '/', 'leaders' => '.html', 'atopic' => '.html', 'utopic' => '.html', 'npost' => '.html', 'urpost' => '.html', 'pagination' => '.html', 'gz_ext' => '');
   var   $seo_static = array( 'forum' => 'forum', 'topic' => 'topic', 'post' => 'post', 'user' => 'member', 'group' => 'group', 'index' => '', 'global_announce' => 'announces', 'leaders' => 'the-team', 'atopic' => 'active-topics', 'utopic' => 'unanswered', 'npost' => 'newposts', 'urpost' => 'unreadposts', 'pagination' => 'page', 'gz_ext' => '.gz' );


3. Reemplazar por:
Code: Select all
   var   $seo_ext = array( 'forum' =>'.html', 'topic' => '.html', 'post' => '.html', 'user' => '.html', 'group' => '.html',  'index' => '.html', 'global_announce' => '/', 'leaders' => '.html', 'atopic' => '.html', 'utopic' => '.html', 'npost' => '.html', 'urpost' => '.html', 'pagination' => '.html', 'gz_ext' => '');
   var   $seo_static = array( 'forum' => 'forum', 'topic' => 'topic', 'post' => 'post', 'user' => 'member', 'group' => 'group', 'index' => 'forum', 'global_announce' => 'announces', 'leaders' => 'the-team', 'atopic' => 'active-topics', 'utopic' => 'unanswered', 'npost' => 'newposts', 'urpost' => 'unreadposts', 'pagination' => 'page', 'gz_ext' => '.gz' );


4. Abrir /.htaccess
5. Buscar:
Code: Select all
# RewriteRule ^phpbb3/pruebas/forum.html$ /phpbb3/pruebas/index.php [QSA,L,NC]


6. Reemplazar por:
Code: Select all
RewriteRule ^phpbb3/pruebas/forum.html$ /phpbb3/pruebas/index.php [QSA,L,NC]

Who is online

Users browsing this forum: No registered users and 0 guests