category Page title in PHpbb

Discussions about the phpBB2 Forum. How to get the best from this powerful script.

Moderator: Moderators

category Page title in PHpbb

Postby sceltic » Wed May 10, 2006 7:26 pm

I prefer to have just the page and forum title as the page title.

Not for instance

abc: page title

just
page title

I know how to do this for viewtopic and view forum

but notice that category produces the index title?

What would I need to change to get the Category Title as page title
sceltic
PR0
PR0
 
Posts: 55
Joined: Thu May 04, 2006 4:07 pm

Advertisement

Postby dcz » Thu May 11, 2006 12:23 pm

No time to start a release thread on this, but here is the download link to the phpBB SEO Dynamic Metatag mod.

Read the comment in the install file, you have to fill some keyword lists and descriptions.

This mod is the one used on this site, feel free to adapt it's output upon your needs.

I'll soon release a dynamic titles mod too ;)
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Postby sceltic » Fri May 12, 2006 8:59 pm

the dynamic title mod sounds a very good idea
sceltic
PR0
PR0
 
Posts: 55
Joined: Thu May 04, 2006 4:07 pm

Postby dcz » Sat May 13, 2006 9:51 am

Here you go ;)

Code: Select all
#
#-----[ OPEN ]------------------------------------------
#

/viewtopic.php

#
#-----[ FIND ]------------------------------------------
#

$page_title = $lang['View_topic'] .' - ' . $topic_title;

#
#-----[ REPLACE, WITH  ]------------------------------------------
#

$page_title = $topic_title;

#
#-----[ OPEN ]------------------------------------------
#

/viewforum.php

#
#-----[ FIND ]------------------------------------------
#

$page_title = $lang['View_forum'] . ' - ' . $forum_row['forum_name'];

#
#-----[ REPLACE, WITH  ]------------------------------------------
#

$page_title = $forum_row['forum_name'];

#
#-----[ OPEN ]------------------------------------------
#

/templates/*yourtemplate*/overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#

<title>{SITENAME} :: {PAGE_TITLE}</title>

#
#-----[ REPLACE, WITH  ]------------------------------------------
#

<title>{PAGE_TITLE}</title>

#
#-----[ OPEN ]------------------------------------------
#

/index.php

#
#-----[ FIND ]------------------------------------------
#

$page_title = $lang['Index'];

#
#-----[ REPLACE, WITH  ]------------------------------------------
#

$page_title = "Your Top 3 - keywords/keyphrases - seperated by hiphens";

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21238
Joined: Fri Apr 28, 2006 9:03 pm


Return to phpBB2 Forum

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 42 guests