| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Beagleman
Joined: 02 Apr 2008 Posts: 5
|
Posted: Wed May 07, 2008 11:00 am Post subject: no dupe in mods like portal |
|
|
I have a portal where some post URLs are like
| Code: | | http://www.my-domain.de/post95052.html#p95052 |
This URLs are made with this code:
| Code: | | append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $fetch_news[$i]['forum_id'] . '&p=' . $fetch_news[$i]['topic_last_post_id'] . '#p' . $fetch_news[$i]['topic_last_post_id']) |
What I have to do to make these URLs like
| Code: | | http://www.my-domain.de/topic-title-t34193-420.html#p95052 | ?
Thank you!
(I think the solution should be sticky) |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2461
|
Posted: Thu May 08, 2008 10:42 am Post subject: Re: no dupe in mods like portal |
|
|
Problem is, there is no general answer to this.
We need to know the number of pages for the target topic before we build the link, as well as the forum name and id in case you wish to use the virtual folder trick.
So it depends on your script, it may require some changes. |
_________________
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |