Topic Title Smilies Mod

phpBB SEO Premod for phpBB3 support forum.
This premodded version of phpBB3 includes the three different type of URL rewriting for phpBB3 by phpBB SEO. It comes with several other Search Engine Optimization mods installed.

Moderator: Moderators

Topic Title Smilies Mod

Postby anne » Sat Dec 29, 2007 11:42 pm

This mod is available here.

It seems that I have successfully installed this mod onto viewtopic and search . But viewforum remains a problem. I'm still not able to make the smileys appear on viewforum.

I believe it is this line.

FIND
Code: Select all
      // Send vars to template
      $template->assign_block_vars('topicrow', array(


ADD BEFORE

Code: Select all
      // Replace Smiley
      $row['topic_title'] = replace_smiley($row['topic_title']);


I did ask for the author's help but... he said:

its because of the seo mod,thats why you cant find it


Now I'm calling onto you guys. I'm sorry. :oops:

My forum is located here.
anne
 
Posts: 21
Joined: Fri Dec 21, 2007 6:24 am

Advertisement

Postby dcz » Sun Dec 30, 2007 10:26 am

This come from our optimization on censoring (preventing multi censoring on the same title).

The fix is the following :

Add :

Code: Select all
      // www.phpBB-SEO.com SEO TOOLKIT BEGIN
      $row['topic_title'] = (isset($phpbb_seo->seo_censored[$topic_id]) ) ? $phpbb_seo->seo_censored[$topic_id] : censor_text($row['topic_title']);
      // www.phpBB-SEO.com SEO TOOLKIT END


Before :
Code: Select all
      // Added by Topic Tags MOD
      topic_tags_title($row, $forum_data['forum_topic_tags']);
      // End Added by Topic Tags MOD


And replace :
Code: Select all
         'TOPIC_TITLE'      => (isset($phpbb_seo->seo_censored[$topic_id]) ) ? $phpbb_seo->seo_censored[$topic_id] : censor_text($row['topic_title']),


with :

Code: Select all
         'TOPIC_TITLE'      => $row['topic_title'],


in viewforum.php ;)
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: 21219
Joined: Fri Apr 28, 2006 9:03 pm

Postby anne » Sun Dec 30, 2007 11:07 am

thanks! :) It works! You guys are awesome.
anne
 
Posts: 21
Joined: Fri Dec 21, 2007 6:24 am


Return to phpBB SEO Premod

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 5 guests