dynamic meta tags mod question

Support for the phpBB3 SEO mods released in the phpBB3 SEO Toolikt forum.

Moderator: Moderators

dynamic meta tags mod question

Postby nadalbg » Thu Aug 19, 2010 1:38 pm

Hello,
I installed this great mod and it works perfect, I only want to change the meta description not to use the first post, but use the topic title for meta description.
For my forum this will be very useful. Is this possible?
I am using subsilver 2 if it matters.

Thanks!
nadalbg
 
Posts: 4
Joined: Thu Aug 19, 2010 1:33 pm

Advertisement

Re: dynamic meta tags mod question

Postby nadalbg » Sat Aug 28, 2010 9:33 am

so is this possible even ?
nadalbg
 
Posts: 4
Joined: Thu Aug 19, 2010 1:33 pm

Re: dynamic meta tags mod question

Postby darjana » Tue Aug 31, 2010 11:52 am

yes its possible,

find
Code: Select all
$seo_meta->collect('description', $message);


just replace with this, this will add topic title infront of description and message will be behind.
Code: Select all
$seo_meta->collect('description', $topic_data['topic_title'].', '.$message);


or if you want just topic title on description then
Code: Select all
$seo_meta->collect('description', $topic_data['topic_title']);


for example you can view it here : http://www.tamilstylez.net/forum/tamil- ... 67319.html

good luck to u.
darjana
 
Posts: 45
Joined: Fri Feb 01, 2008 10:25 am

Re: dynamic meta tags mod question

Postby nadalbg » Tue Aug 31, 2010 1:13 pm

Geat, thank you so much :)
My topic titles are long so its good to put them for description.

Thanks again.
nadalbg
 
Posts: 4
Joined: Thu Aug 19, 2010 1:33 pm


Return to phpBB SEO MODS

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 4 guests