phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Migrating from webmedic to Advanced re-write
Goto page Previous  1, 2
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
::  
Author Message
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15129

Migrating from webmedic to Advanced re-writePosted: Mon Nov 27, 2006 9:02 pm    Post subject: Re: Migrating from webmedic to Advanced re-write

If you kept the commentaries in the code, the part to search for is in between :

Code:
//-- MOD BEGIN: Last Topic Title on Index -------------------


and :

Code:
//-- MOD END: Last Topic Title on Index -------------------


You'll as well find :

Code:
// append first 25 characters of topic title to last topic data


In the middle of it.

As it's code coming from the install file, tabulations may have changed a bit, try searching for parts of the code.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
arch stanton
PR1
PR1


Joined: 04 Oct 2006
Posts: 121

Migrating from webmedic to Advanced re-writePosted: Mon Nov 27, 2006 10:11 pm    Post subject: Re: Migrating from webmedic to Advanced re-write

*edited*


Last edited by arch stanton on Mon Nov 27, 2006 10:25 pm; edited 1 time in total
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15129

Migrating from webmedic to Advanced re-writePosted: Mon Nov 27, 2006 10:22 pm    Post subject: Re: Migrating from webmedic to Advanced re-write

Ho I see you are not talking about thelast topic on index mod as it first seemed :

arch stanton wrote:
I have SEO advanced mod rewrite up and running on my live board, but the last topic on index mod needs some minor code changes (it's the box with the scrolling topic titles near the top of the page).


I think its the latest active topic on index mod instead.

So I'll post you the patch in the correct thread (better if you edit you post then Wink ).

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
zinnerz
PR0
PR0


Joined: 08 Jun 2006
Posts: 75

Migrating from webmedic to Advanced re-writePosted: Fri Jan 26, 2007 5:32 pm    Post subject: Re: Migrating from webmedic to Advanced re-write

mreider wrote:
One thing I forgot to mention about the topic on index. I'm using the Last Topic Title on Index mod (you can find it on phpbb.com).

I managed to fix the code to work with the advanced mod re-write. It isn't pretty, but it works.

If you're using the Last Topic Title on Index mod then do the following.

Code:
in index.php find:
$last_post .= $lang_in . '&nbsp;' . '<a title="' . $altlttitle . '" alt="' . $altlttitle . '" href="' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$ltid") . '">' . $lttitle . '</a><br />';

Replace with:
$last_post .= $lang_in . '&nbsp;' . '<a title="' . $altlttitle . '" alt="' . $altlttitle . '" href="' . append_sid(format_url($lttitle) . '-vt' . $ltid . '.html') . '">' . $lttitle . '</a><br />';


And that'll give you the title of the last posted topic on your index page, re-written using the phpbbseo code.

I'm going to try the same thing on my post re-direct page to see if I can get that working properly too.
this code is doesnt works with v0.2.0, please update. thanks
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15129

Migrating from webmedic to Advanced re-writePosted: Fri Jan 26, 2007 10:59 pm    Post subject: Re: Migrating from webmedic to Advanced re-write

Well this is not really a migration issue, could we discuss this in the mod rewrite you're using forum ?

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite
Page 2 of 2 Goto page Previous  1, 2

Navigation Similar Topics

Jump to: