phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Change Zero Dublicate link

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 SEO MODS
::  
Author Message
Stokerpiller
PR0
PR0


Joined: 24 May 2007
Posts: 56

Change Zero Dublicate linkPosted: Thu Apr 24, 2008 7:04 am    Post subject: Change Zero Dublicate link

Hello

I have just installed the SEO premod 3.0.1 by overwriting existing files.
I works just fine.

I have one question, I think it is about the Zero Dublicate.
In forumlist_body.html I have this code:
Code:
<!-- IF forumrow.LAST_POST_LINK --><i>{forumrow.LAST_POST_LINK}</i><br/><!-- ENDIF -->


Is it possible to have it to lead to the last post instead?
Like this:
Code:
{forumrow.U_LAST_POST}


I know this will break the Zero Dublicate mod, but if it is made for registered user only?
Code:
<!-- IF S_REGISTERED_USER -->content google and guests doesn't need to see<!-- ENDIF -->
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Change Zero Dublicate linkPosted: Thu Apr 24, 2008 8:44 am    Post subject: Re: Change Zero Dublicate link

Stokerpiller wrote:

I have just installed the SEO premod 3.0.1 by overwriting existing files.
I works just fine.


Have you additonally performed the SQL query to add an index in the topic table as mentioned here : http://www.phpbb-seo.com/boards/phpbb-seo-premod/discussions-vt1962.html

Code:
ALTER TABLE `phpbb_topics` ADD INDEX ( `topic_last_post_id` );


Have you noticed that the original last post link is kept and does lead to the last page ?

What do you want, use it instead for the topic link ?

_________________
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
Visit poster's website
Stokerpiller
PR0
PR0


Joined: 24 May 2007
Posts: 56

Change Zero Dublicate linkPosted: Thu Apr 24, 2008 8:52 am    Post subject: Re: Change Zero Dublicate link

Sorry if I didn't explain my selv good enough.

Quote:
Have you noticed that the original last post link is kept and does lead to the last page ?

Yes, that one is added.

In the top there is the link to the latest topic in the forum - That is the one added by the Zero Dublicate.
Next line shows the last posters username AND a small image which links to the last post.

I want the toplink to redirect to the latest post and not the start of the latest topic.
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13354

Change Zero Dublicate linkPosted: Thu Apr 24, 2008 9:05 am    Post subject: Re: Change Zero Dublicate link

All right, so in includes/functions_display.php, replace :

Code:
            $last_post_link = '<a href="' . append_sid("{$phpbb_root_path}viewtopic.$phpEx", 'f=' . $row['forum_id_last_post'] . '&amp;t=' . $row['topic_id']) . '" title="' . $phpbb_seo->seo_censored[$row['topic_id']] . ' : ' . $phpbb_seo->seo_opt['topic_forum_name'][$row['topic_id']] . '">' . $topic_text_lilnk . '</a>';


With :

Code:
            $last_post_link = '<a href="' . $last_post_url . '" title="' . $phpbb_seo->seo_censored[$row['topic_id']] . ' : ' . $phpbb_seo->seo_opt['topic_forum_name'][$row['topic_id']] . '">' . $topic_text_lilnk . '</a>';


Wink

_________________
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
Visit poster's website
Stokerpiller
PR0
PR0


Joined: 24 May 2007
Posts: 56

Change Zero Dublicate linkPosted: Thu Apr 24, 2008 9:17 am    Post subject: Re: Change Zero Dublicate link

Very nice dcz Very Happy
Thank You very mucho Cool
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 SEO MODS
Page 1 of 1

Navigation Similar Topics

Jump to: