phpbb fetch all - phpbb seo premod 3.0.6

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

phpbb fetch all - phpbb seo premod 3.0.6

Postby lavinya » Sat Nov 28, 2009 9:45 pm

Greetings to everyone. DCZ hello to you also. opinion was long time:)
Series that is compatible for my phpbb3 on my site I want to use this mod.
Download:( http://www.phpbb.com/community/viewtopi ... &t=1489745 )
Demo: http://dilipkumar.in/forum/mods/fetchal ... portal.php
but:
viewforum.php?f=29
viewtopic.php?t=104
viewtopic.php?p=141#141
memberlist.php?mode=viewprofile&u=2
in the above urls seems way. How can I adapt it to your mod(phpbb seo premod 3.0.6 )?

but another mod similar to phpbb2 series had. on the following regarding the edits you had. This is way above the new program will be adapted phpbb seo premod 3.0.6 changes and additions which have to do.

Code: Select all
<a href="phpBB2/<?php echo format_url($latest[$i]['topic_title']); ?>-t<?php echo $latest[$i]['topic_id']; ?>.html"><?php echo $latest[$i]['topic_title']; ?></a>

function format_url( $url, $type = 'topic' ) {
      $url = preg_replace("(\[.*\])U","",$url);
      $find = array('&quot;','&amp;','&lt;','&gt;','\r\n','\n',);
      $url = str_replace ($find, '-', $url);
      $url = str_replace ('ß', 'ss', $url);
      $url = str_replace (array('ö','Ö'), 'o', $url);
      $url = str_replace (array('ä','Ä'), 'ae', $url);
      $url = str_replace (array('ü','Ü'), 'u', $url);
      $url = str_replace (array('ğ','Ğ'), 'g', $url);
      $url = str_replace (array("ı","İ"), 'i', $url);
      $url = str_replace (array('ş','Ş'), 's', $url);
      $url = str_replace (array('ç','Ç'), 'c', $url);
      $find = "ÀÁÂÃÅàáâãåÒÓÔÕØòóôõøÈÉÊËèéêëÌÍÎÏìíîïÙÚÛùúûÿÑñ";
      $replace = "aaaaaaaaaaooooooooooeeeeeeeeiiiiiiiiuuuuuuynn";
      $url = strtr($url,$find,$replace);
      $url = strtolower($url);
      $url = ereg_replace("[^a-zA-Z0-9]", "-", $url);
      $url = preg_replace("`([\-])+`", "\\1", $url);
      $url = trim($url, '-');
      $url = ( $url == "" ) ? $type : $url;
      return $url;
   }


Thank you in advance.
User avatar
lavinya
PR1
PR1
 
Posts: 167
Joined: Mon Jul 24, 2006 9:05 am
Location: Turkey

Advertisement

Re: phpbb fetch all - phpbb seo premod 3.0.6

Postby dcz » Sat Dec 05, 2009 8:56 am

None of these :
Code: Select all
viewtopic.php?t=104
viewtopic.php?p=141#141

are correct phpBB3 urls, phpBB3 introduced the forum id in post and topic urls, and our url rewriting method do rely on it in most cases.

Honestly, do you really want to jump into this alpha mod adventure ?
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

Re: phpbb fetch all - phpbb seo premod 3.0.6

Postby lavinya » Sat Dec 19, 2009 5:34 pm

I just wanted to use whatever I want, but I could not tell you I'm sorry.
Let the following statements.
the previous version (phpbb2x) format_url function given above, I was using such modes. Which one do I use this function instead of in the present?
User avatar
lavinya
PR1
PR1
 
Posts: 167
Joined: Mon Jul 24, 2006 9:05 am
Location: Turkey

Re: phpbb fetch all - phpbb seo premod 3.0.6

Postby dcz » Sun Dec 27, 2009 4:32 pm

Things have gotten very different in phpBB3, but the main problem is that since this mod is not following the regular phpBB linking, you would have to mod it to allow the phpBB SEO URL rewriting to work.
Again, alpha is very early to start working.
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


Return to phpBB SEO Premod

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 4 guests