Meta Description Help

Discussions and support about the different URL Rewriting techniques for phpBB.

Moderator: Moderators

Meta Description Help

Postby toklok » Sun Sep 05, 2010 1:35 pm

I want to tweak the description. I want to add description as double topic title. as an example this title description will be:

Meta Description Help. Meta Description Help phpBB mod Rewrite.


I have tried to edit this line from viewtopic.php
Code: Select all
$seo_meta->meta['meta_desc'] = $seo_meta->meta_filter_txt($message);


but getting some error. I am using 3.0.5 so please help me to tweak this one. thanks.
toklok
 
Posts: 5
Joined: Sun Sep 05, 2010 1:12 pm

Advertisement

Re: Meta Description Help

Postby toklok » Mon Sep 06, 2010 9:16 pm

bump!
toklok
 
Posts: 5
Joined: Sun Sep 05, 2010 1:12 pm

Re: Meta Description Help

Postby toklok » Wed Sep 08, 2010 9:17 am

again bump! :(
toklok
 
Posts: 5
Joined: Sun Sep 05, 2010 1:12 pm

Re: Meta Description Help

Postby toklok » Sat Sep 11, 2010 8:11 am

bump :|
toklok
 
Posts: 5
Joined: Sun Sep 05, 2010 1:12 pm

Re: Meta Description Help

Postby darjana » Sun Sep 12, 2010 3:57 pm

darjana wrote: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: Meta Description Help

Postby toklok » Wed Sep 15, 2010 8:48 pm

thanks, and what if i want to add "Ringtone" word before message?
toklok
 
Posts: 5
Joined: Sun Sep 05, 2010 1:12 pm

Re: Meta Description Help

Postby darjana » Thu Sep 16, 2010 10:50 am

toklok wrote:thanks, and what if i want to add "Ringtone" word before message?


before $message just add

'Ringtone '.$message
darjana
 
Posts: 45
Joined: Fri Feb 01, 2008 10:25 am


Return to phpBB mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 3 guests