| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
goorn
Joined: 18 Jan 2008 Posts: 6
|
Posted: Sun Jan 27, 2008 7:07 pm Post subject: phpbb_seo function |
|
|
Hi,
In index.php I have links to last post: domain.com/viewtopic.php?f=1&p=12#p96512
In include/function_display.php i have line who give me this link:
| Code: |
$last_post_url = append_sid( 'f=' . $row['forum_id_last_post'] . '&p=' . $row['forum_last_post_id']) . '#p' . $row['forum_last_post_id'];
|
How to change it to get seo url links?
I try this:
| Code: |
$last_post_url = $phpbb_seo->set_censored(($row['topic_id_last_post']));
|
But doesn't work. |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3691
|
|
| Back to top |
|
 |
goorn
Joined: 18 Jan 2008 Posts: 6
|
Posted: Tue Jan 29, 2008 12:44 am Post subject: Re: phpbb_seo function |
|
|
| Yes, i know this mod but I want do it like this way. |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3691
|
Posted: Tue Jan 29, 2008 12:49 am Post subject: Re: phpbb_seo function |
|
|
The mod is only adding a link to the last topic in addition to rewriting the link you mention, all the rest is necessary.
We need the topic title, which is not available in the regular forum listing process and the topic last page.
So you could install it and get rid of this unique addition and get your result  |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |