THIS WAS ANSWER TO MY MANY QUESTIONS.
to help others not wasted time
please can you tell me what did I do wrong here, I follow your update from
- Code: Select all
##############################################################
## MOD Title: phpBB SEO Advanced Zero duplicate 0.2.0 => 0.2.2 update
## MOD Author: dcz <n/a> http://www.phpbb-seo.com/
## MOD Description: This are the update steps for the phpBB SEO Advanced Zero duplicate 0.2.0 => 0.2.2 update.
## Check http://www.phpbb-seo.com/
## for the latest version or to get help with this MOD
##
## MOD Version: 1.0
##
## Installation Level: (Easy)
## Installation Time: 3 Minutes
## Files To Edit: (4)
## index.php,
## viewforum.php,
## viewtopic.php,
## includes/usercp_viewprofile.php
## Included Files: n/a
##############################################################
## Author Notes:
## _____________
##
## This are the update steps for the phpBB SEO Advanced Zero duplicate 0.2.0 => 0.2.2 update.
##
## PLEASE NOTE :
## _____________
##
## The 0.2.0 version is been rewritten from scratch, and is really different from the 0.0.x.
## Mods should be patched in a similar manner, but previous patches won't work with this version.
## This means that you will have to make sure all the patches you're using are up to date before
## you update.
##
##
##
##############################################################
## MOD History:
##
## 2007-02-03 - 1.0
## - First version released
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ DIY INSTRUCTIONS ]--------------------------------------------------
#
______________________________
NOTE : VERSION UPDATE CHECKING
______________________________
if you are using XS mod ( http://www.phpbbstyles.com/viewtopic.php?t=356 ), by the way you should,
Upload :
contrib/xs_advanced_mod_rewrite.cfg
in your forum's admin/ folder, XS mod version checking will be extended to this mod.
_________________________________________
>>>> INSTALLATION INSTRUCTIONS <<<<<
_________________________________________
This update procedure will keep the previous URL standard used.
No changes in .htaccess.
_________
WARNING :
_________
This update is mainly here to get rid of the PHPBB_URL constant.
You should now use :
$phpbb_seo->seo_path['phpbb_script'] instead of PHPBB_SCRIPT
$phpbb_seo->seo_path['root_url'] instead of ROOT_URL
$phpbb_seo->seo_path['phpbb_url'] instead of PHPBB_URL
everywhere you'll find these in phpBB code.
This version is compatible with the phpBB SEO mod rewrite 0.2.2 and above.
#
#-----[ OPEN ]------------------------------------------
#
index.php
#
#-----[ FIND ]------------------------------------------
#
$phpbb_seo->seo_redirect(PHPBB_URL . $phpbb_seo->page_url);
#
#-----[ REPLACE WITH ]------------------------------------------
#
$phpbb_seo->seo_redirect($phpbb_seo->seo_path['phpbb_url'] . $phpbb_seo->page_url);
#
#-----[ FIND ]------------------------------------------
#
$phpbb_seo->seo_redirect(PHPBB_URL . $phpbb_seo->seo_static['index']);
#
#-----[ REPLACE WITH ]------------------------------------------
#
$phpbb_seo->seo_redirect($phpbb_seo->seo_path['phpbb_url'] . $phpbb_seo->seo_static['index']);
#
#-----[ OPEN ]------------------------------------------
#
viewforum.php
#
#-----[ FIND ]------------------------------------------
#
$phpbb_seo->seo_redirect( PHPBB_URL . $phpbb_seo->page_url );
#
#-----[ REPLACE WITH ]------------------------------------------
#
$phpbb_seo->seo_redirect( $phpbb_seo->seo_path['phpbb_url'] . $phpbb_seo->page_url );
#
#-----[ FIND ]------------------------------------------
#
$phpbb_seo->seo_redirect( PHPBB_URL . $phpbb_seo->page_url );
#
#-----[ REPLACE WITH ]------------------------------------------
#
$phpbb_seo->seo_redirect( $phpbb_seo->seo_path['phpbb_url'] . $phpbb_seo->page_url );
#
#-----[ OPEN ]------------------------------------------
#
viewtopic.php
#
#-----[ FIND ]------------------------------------------
#
$phpbb_seo->seo_redirect( PHPBB_URL . $phpbb_seo->page_url . ( ( $post_id ) ? "#$post_id" : "" ) );
#
#-----[ REPLACE WITH ]------------------------------------------
#
$phpbb_seo->seo_redirect( $phpbb_seo->seo_path['phpbb_url'] . $phpbb_seo->page_url . ( ( $post_id ) ? "#$post_id" : "" ) );
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_viewprofile.php
#
#-----[ FIND ]------------------------------------------
#
$phpbb_seo->seo_redirect(PHPBB_URL . $phpbb_seo->page_url);
#
#-----[ REPLACE WITH ]------------------------------------------
#
$phpbb_seo->seo_redirect($phpbb_seo->seo_path['phpbb_url'] . $phpbb_seo->page_url);
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
maybe this is not clear
please accept this as positive, this board is the best seo phpbb in the www