| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
tweety PR0

Joined: 24 Jan 2007 Posts: 93
|
Posted: Fri Nov 02, 2007 1:35 am Post subject: Re: Personal gallery categories not able to open [FAP] |
|
|
| HI DCZ did you have any development on this coding rewrite problem |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
Posted: Sat Nov 03, 2007 3:54 pm Post subject: Re: Personal gallery categories not able to open [FAP] |
|
|
All right, found it, open album_mod/album_personal.php dans replace :
| Code: |
$phpbb_seo->page_url = $phpbb_seo->seo_url['user'][$album_user_id] . ( ($cat_id > 0 ) ? $phpbb_seo->seo_delim['smrtcatp'] . $album_user_id . $phpbb_seo->seo_static['start'] . $cat_id : $phpbb_seo->seo_delim['smrtpcat'] . $album_user_id ) . $phpbb_seo->start . ( ($album_view_mode != ALBUM_VIEW_ALL) ? '' : '-all' ) . $phpbb_seo->seo_ext['smrtpcat']; |
with :
| Code: | | $phpbb_seo->page_url = ( ($cat_id > 0 ) ? $phpbb_seo->seo_delim['smrtcatp'] . $album_user_id . $phpbb_seo->seo_static['start'] . $cat_id : $phpbb_seo->seo_url['user'][$album_user_id] . $phpbb_seo->seo_delim['smrtpcat'] . $album_user_id ) . $phpbb_seo->start . ( ($album_view_mode != ALBUM_VIEW_ALL) ? '' : '-all' ) . $phpbb_seo->seo_ext['smrtpcat']; |
 |
_________________ 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 |
|
 |
nims phpBB SEO Team

Joined: 11 Oct 2006 Posts: 243 Location: New Delhi, India
|
Posted: Mon Nov 05, 2007 9:20 am Post subject: Re: Personal gallery categories not able to open [FAP] |
|
|
| Ok I just tested it and it works like a charm. Thanks dcz. |
_________________ Audio Ads - Earn from every visitor to your site
Buy Latest mobiles *** SEO India |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |