| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
zinnerz PR0

Joined: 08 Jun 2006 Posts: 75
|
Posted: Thu Feb 01, 2007 4:26 pm Post subject: Rewrite post.html to topicname.html |
|
|
Hi Dcz,
Please help me to change post.html#x to topicname.html#x
I've try the code below but it's changed to viewtopic.php?=#x
| Code: | | $last_post .= '<a href="' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>'; |
to
| Code: | | $last_post .= '<a href="' . append_sid($phpbb_root_path . 'viewtopic.'.$phpEx.'?' . POST_TOPIC_URL . '=' . $forum_id) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>'; |
The other two on viewtopic and viewforum is done, the last one is still on index.. |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

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

Joined: 08 Jun 2006 Posts: 75
|
Posted: Fri Feb 02, 2007 12:53 pm Post subject: Re: Rewrite post.html to topicname.html |
|
|
awesome.., we will wait for the mod
many thanks for this  |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |