phpbb fetch all rewritten url

phpBB2 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting categories, forums and topic titles in their URLs.

Moderator: Moderators

phpbb fetch all rewritten url

Postby lavinya » Sun Feb 04, 2007 8:14 pm

hello all.
I using
phpBB SEO Advanced mod Rewrite 0.2.0
phpBB SEO Zero dupilcate - phpBB SEO Advanced mod Rewrite version 0.2.0
phpBB SEO Optimal titles 1.0
in www.gruphepsi.org/panolar/

and i using phpbb_fetch_all 2.0.15
how to url rewritten?
Code: Select all
<!-- NEWS -->
<?php for ($i = 0; $i < count($news); $i++) { ?>
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr>
    <th class="thTop" height="28"><?php echo $news[$i]['topic_title']; ?><?php if ($news[$i]['topic_trimmed']) { echo '...'; } ?></th>
  </tr>
  <tr>
    <td class="row1" align="left" width="100%">
      <span class="gensmall">
<?php echo $lang['Author']; ?>:
<a href="<?php echo append_sid($phpbb_root_path . 'profile.php?mode=viewprofile&amp;u=' . $news[$i]['user_id']); ?>">
<?php echo $news[$i]['username']; ?></a> ::
<?php echo $lang['Posted']; ?>:
<?php echo create_date($board_config['default_dateformat'], $news[$i]['post_time'], $board_config['board_timezone']); ?>
      </span>
      <span class="gen">
<hr size="1"/>
<?php echo $news[$i]['post_text']; ?><?php if ($news[$i]['trimmed']) { echo '...'; } ?>
      </span>
<hr size="1"/>
      <span class="gensmall">
<div align="right"><font color="#333333" face="Verdana" size="1">(<?php echo $news[$i]['topic_replies']; ?>)
<a href="<?php echo append_sid($phpbb_root_path . 'viewtopic.php?t=' . $news[$i]['topic_id']); ?>">
<?php echo $lang['Replies']; ?></a></font></div>
      </span>
    </td>
  </tr>
</table>
<br />
<?php } ?>
<!-- NEWS -->

thanks.
User avatar
lavinya
PR1
PR1
 
Posts: 167
Joined: Mon Jul 24, 2006 9:05 am
Location: Turkey

Advertisement

Postby dcz » Mon Feb 05, 2007 12:10 am

It look like we'll need a bit more code than this to do it.

There is a topic title in it, so we have everything we want, but, it seems the title can be shorten before this.

Could you post a link the phpBB fetch all mod release thread ?

++
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 lavinya » Mon Feb 05, 2007 9:35 am

thanks for reply dcz.
I yesterday migrate able2know2 to
phpBB SEO Advanced mod Rewrite 0.2.0
phpBB SEO Zero dupilcate - phpBB SEO Advanced mod Rewrite version 0.2.0
phpBB SEO Optimal titles 1.0

dcz
phpbbfetchall in http://www.gruphepsi.org/ below.
"Cevap verilen son yazılar Forumlardan Son 5 Mesaj "
(reply latest 5 messages)
../panolar/konu524.html
../panolar/konu631.html
...
Code: Select all
<p>
        <?php for ($i = 0; $i < count($latest); $i++) { ?>
<a href="http://www.gruphepsi.org/panolar/konu<?php echo $latest[$i]['topic_id']; ?>.html"><img style="width: 9px; height: 9px;" alt="Son mesajlar"
title="Mesaj"
src="bullet.png" />
<?php echo $latest[$i]['topic_title']; ?></a>
<br />
<?php } ?>

<br />
User avatar
lavinya
PR1
PR1
 
Posts: 167
Joined: Mon Jul 24, 2006 9:05 am
Location: Turkey

Postby dcz » Tue Feb 06, 2007 11:51 am

I do need the a link to the phpBB fetch all mod release thread ;)
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 HB » Tue Feb 06, 2007 8:57 pm

Dan Kehn
HB
phpBB SEO Team
phpBB SEO Team
 
Posts: 1211
Joined: Mon Oct 16, 2006 2:25 am


Return to phpBB2 Advanced mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 3 guests