Voici les changements de code à faire en plus si vous avez installé le mod Pseudo sub Forum (et pas Simple sub forum).
Cet Add On est uniquement nécessaire si vous utilisez les mod Rewrite phpBB SEO Avancé et Intermédiaire.
Ces changements ne sont pas nécessaires pour le mod Rewrite phpBB SEO Simple.
- Code: Tout sélectionner
// [ADD ON] Pseudo Sub Forum 1.0.6 (beta) phpBB SEO mod Rewrite - dcz - www.phpBB-SEO.com
// License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
#
#-----[ OPEN ]------------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------------
#
$attached_forums[] = array(
'sub_img'=>$attach_img,
'sub_alt'=>$l_attach_img,
'sub_name'=>$value['forum_name'],
'sub_url'=>append_sid ('viewforum.php?f=' . $value['forum_id'] )
);
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_forum_name = $value['forum_name'];
// phpBB-SEO.com SEO TOOLKIT END
#
#-----[ OPEN ]------------------------------------------------
#
viewforum.php
#
#-----[ FIND ]------------------------------------------------
#
$attach_forum_link = append_sid('viewforum.php?f=' . $value['forum_id']);
$attach_forum_name = '<a href="' . append_sid('viewforum.php?f=' . $value['forum_id']) . '">' . $value['forum_name'] . '</a>' ;
#
#-----[ REPLACE WITH, ADD ]------------------------------------------
#
// phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_forum_name = $value['forum_name'];
$attach_forum_link = append_sid('viewforum.php?f=' . $value['forum_id']);
$attach_forum_name = '<a href="' . $attach_forum_link . '">' . $value['forum_name'] . '</a>' ;
// phpBB-SEO.com SEO TOOLKIT END
#
#-----[ OPEN ]------------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------------
#
global $parent_lookup;
#
#-----[ REPLACE WITH ]------------------------------------------
#
global $parent_lookup, $seo_forum_name;
#
#-----[ FIND ]------------------------------------------------
#
if ($parent_lookup==$forum_rows[$j]['forum_id'] && !$assigned)
{
#
#-----[ AFTER, ADD ]------------------------------------------
#
// phpBB-SEO.com SEO TOOLKIT BEGIN
$seo_forum_name = $forum_rows[$j]['forum_name'];
// phpBB-SEO.com SEO TOOLKIT END
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------------
#
# EoM

Français |
Anglais
