| :: |
| Author |
Message |
zinnerz PR0

Joined: 08 Jun 2006 Posts: 75
|
Posted: Thu Jan 11, 2007 8:00 pm Post subject: Rewrite Help |
|
|
Dear Dcz,
I'm using latest topic on index v1.19 & topic on index v1.01, but the topic url and members url generated by them still not rewrite.
Website Link
Please help me, thanks  |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15131
|
|
| Back to top |
|
 |
zinnerz PR0

Joined: 08 Jun 2006 Posts: 75
|
Posted: Fri Jan 12, 2007 3:17 am Post subject: Re: Rewrite Help |
|
|
yes it is: latest topic on index v1.19
www.phpbb.com/phpBB/viewtopic.php?t=145150
Thanks, it works like charm
Is there any chances for "topic on index v1.01" rewrite?
ps: next time I will search first  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15131
|
|
| Back to top |
|
 |
zinnerz PR0

Joined: 08 Jun 2006 Posts: 75
|
|
| Back to top |
|
 |
zinnerz PR0

Joined: 08 Jun 2006 Posts: 75
|
Posted: Fri Jan 12, 2007 3:10 pm Post subject: Re: Rewrite Help |
|
|
btw "latest topic on index" username links still not rewrite:
profile.php?mode=viewprofile$amp;u=x |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15131
|
|
| Back to top |
|
 |
zinnerz PR0

Joined: 08 Jun 2006 Posts: 75
|
Posted: Fri Jan 12, 2007 4:11 pm Post subject: Re: Rewrite Help |
|
|
| zinnerz wrote: | btw "latest topic on index" username links still not rewrite:
profile.php?mode=viewprofile$amp;u=x |
I found it, on "latest topic on index" mod:
append_sid($phpbb_root_path . 'profile.'.$phpEx.'?mode=viewprofile$amp;u='.$row[$i]["user_id"]),
should be
append_sid($phpbb_root_path . 'profile.'.$phpEx.'?mode=viewprofile&u='.$row[$i]["user_id"]),
case closed, thanks again Dcz  |
|
|
| Back to top |
|
 |
|
|