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  
 
   
the Advanced phpBB3 SEO mod Rewrite will work on my forum?

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
Professional



Joined: 07 Apr 2008
Posts: 33

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Mon Apr 07, 2008 7:20 am    Post subject: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

hi guys.
my forum is unicode and our language is persian.
i have a question that the Advanced phpBB3 SEO mod Rewrite V 0.4.0 mod will work on my forum?
this is my forum address:
http://www.mobile4persian.com/forum

and if i update phpbb3 to for example 3.0.1 it will work?

thank u. Smile
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Wed Apr 16, 2008 10:31 am    Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

You'd better wait few days to directly install the 0.4.2 version (about to be released, premod already was).

++

_________________
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
Professional



Joined: 07 Apr 2008
Posts: 33

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Wed Apr 16, 2008 3:50 pm    Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

Tnx dear DCZ Very Happy
i love phpbb-seo.com.
i will see it.
Back to top
Professional



Joined: 07 Apr 2008
Posts: 33

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Fri Apr 25, 2008 11:42 am    Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

Hi.
i upgraded my forum to phpbb 3.0.1 and now i want install advanced rewrite mod.
but i have a mod that is so important for me that display the lost poste on index like it:


the scroll.php file is here:
http://www.speedyshare.com/215526756.html

i uploaded it too my root forum.
i want to see that this mod will work when i install the advanced rewrite mod?
after this:
Code:
while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {

is the places that won't show at scroll like:
Code:
if  ($row["forum_id"] <> 117)

that 117 is the forum id.

if not can plz help me to fix it for that.? Embarassed


another question that i have is about sub forums:
i have changed file include/functions_display.php like this:

find:
Code:
          $s_subforums_list = array();
          foreach ($subforums_list as $subforum)
          {
             $s_subforums_list[] = '<a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '">' . $subforum['name'] . '</a>';
          }
          $s_subforums_list = (string) implode(', ', $s_subforums_list);
          $catless = ($row['parent_id'] == $root_data['forum_id']) ? true : false;


and replacet it with:
Code:
          //$s_subforums_list = array();
          $say=0;
          $s_subforums_list='<table border="0" width="400">';
          foreach ($subforums_list as $subforum)
          {
             $say++;
             if(($say%2)==0){
                $s_subforums_list .= '</td><td width="50%"><a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['NEW_POSTS'] : $user->lang['NO_NEW_POSTS']) . '">' . $subforum['name'] . '</a></td></tr>';
             }else{
                $s_subforums_list .= '<tr><td width="50%"><a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['NEW_POSTS'] : $user->lang['NO_NEW_POSTS']) . '">' . $subforum['name'] . '</a></td>';
             }
          }
          $s_subforums_list .='</table>';
          $catless = ($row['parent_id'] == $root_data['forum_id']) ? true : false;


it display subforums like this:


now i want to know that is it bad for indexing the subforums?becuase i check in google and didn't see that subforums index Shocked


i am waiting for u Embarassed
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 2383

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Fri May 02, 2008 12:26 pm    Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

I could not download your file :

Quote:
Nothing found. It is really deleted. Sorry.


But you may want to take a look at the nv recent post mod, since it's already patched here (a quick search should give you the link).

It's no real big deal if you first install the mod rewrite and then patch your mod after, the url will still work and be redirected by the zero dupe even if at first not rewritten.

For the sub forum, you can display then as you want, as long as you display the links, bots will find and use them.

_________________
Back to top
Professional



Joined: 07 Apr 2008
Posts: 33

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Sat May 03, 2008 1:26 pm    Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

yes i saw the NV revent posts before,but i like too use this:(i uploaded it again)

http://professional.parsaspace.com/scroll.zip

tnx,for sub forums Laughing
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13031

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Tue May 06, 2008 12:44 pm    Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

Would be better to use the nv recent post mod, would save a connection to the db as well a several other required things to url rewrite properly, such as starting the phpbb_seo class and get the config.

Building a scrolled output out of the mod should not be this hard if you know a bit of html.

++

_________________
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
Professional



Joined: 07 Apr 2008
Posts: 33

the Advanced phpBB3 SEO mod Rewrite will work on my forum?Posted: Tue May 06, 2008 2:59 pm    Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum?

however tnx Laughing
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: