Suggestion about simple_subforums_1.0.2

To talk about mods and code.
Patches requests, solutions and SEO tweaks sharing.

Moderator: Moderators

Suggestion about simple_subforums_1.0.2

Postby mhmdkhamis » Fri Feb 02, 2007 10:56 pm

hi every body

if i install this mod can i add my old forum to be sub forum?

and my links with simple mod rewrite will not changing?
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Advertisement

Postby dcz » Fri Feb 02, 2007 11:09 pm

Yes, you'll be able to move forums and parent forums where you want, and url will not change.

It's just changing the way forum index and forums are organised that's all.

++
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 mhmdkhamis » Sat Feb 03, 2007 12:28 am

thank u dcz for your replay
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby mhmdkhamis » Wed Feb 07, 2007 6:36 pm

after i install mod i notice google not crawl my sub forum

any idea :roll:
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby AmirAbbas » Thu Feb 08, 2007 5:03 am

after i install mod i notice google not crawl my sub forum

any idea


google will crowl your subforum. be patient :wink:
i've installed simple subforum and all of my subforums are crowled by google
User avatar
AmirAbbas
phpBB SEO Team
phpBB SEO Team
 
Posts: 534
Joined: Thu May 11, 2006 3:30 pm
Location: IRAN

Postby dcz » Thu Feb 08, 2007 10:52 am

Well just like any new forum you create, they are not indexed right the second they are created.

Are these new ?

Active ?

Link ?

++
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 mhmdkhamis » Fri Feb 09, 2007 12:12 am

thanks amir

Are these new ?

Active ?

Link ?



no dcz its old forum but i make it sub forum

and its active

http://www.paramegsoft.com/forum/forum60.html
http://www.paramegsoft.com/forum/forum27.html

google be not enter this forum after it be sub forum
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby dcz » Fri Feb 09, 2007 12:30 pm

Well, both where recently cached, so I guess Google does visit these ;)

http://www.google.com/search?q=cache:ww ... rum60.html

http://www.google.com/search?q=cache:ww ... rum27.html

++
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 mhmdkhamis » Fri Feb 09, 2007 10:40 pm

dcz wrote:Well, both where recently cached, so I guess Google does visit these ;)

http://www.google.com/search?q=cache:ww ... rum60.html

http://www.google.com/search?q=cache:ww ... rum27.html

++


thank u dcz :)
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby sanis » Sat Feb 10, 2007 6:50 pm

there is another change needed in viewtopic.php if you vant SEO`ed parent forum:
Find:
Code: Select all
if( $parent_id )
{
   for( $i = 0; $i < count($all_forums); $i++ )
   {
      if( $all_forums[$i]['forum_id'] == $parent_id )
      {

After add:
Code: Select all
// www.phpBB-SEO.com SEO TOOLKIT BEGIN
            $phpbb_seo->seo_url['forum'][$all_forums[$i]['forum_id']] = $phpbb_seo->format_url($all_forums[$i]['forum_name'], $phpbb_seo->seo_static['forum']);
         // www.phpBB-SEO.com SEO TOOLKIT BEGIN
sanis
 
Posts: 47
Joined: Fri Jan 05, 2007 5:37 pm

Postby dcz » Sat Feb 10, 2007 6:59 pm

Full story is here ;)
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 sanis » Sat Feb 10, 2007 7:07 pm

It is locked :) i cant comment it. I decided to write that here. There isn't change for viewtopic.php in that zip :)
sanis
 
Posts: 47
Joined: Fri Jan 05, 2007 5:37 pm

Postby dcz » Sat Feb 10, 2007 7:16 pm

Well, I think a new thread would have been easier to understand ;)

Anyway, it seems this is the never ending patch :lol:

So you mean you did have to add this for parents, when parent are not public ?

Or is it always ?

Could you post and url ?

++
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 sanis » Sat Feb 10, 2007 7:28 pm

I have created subforum and it linked to viewforum.php?f=4 not my-subfurum-f4.html so i made change for me (look up) and i have fixed this problem :P
my english is terrible :(
For example look this screen:
Image
(it needs that change in posting.php too)
sanis
 
Posts: 47
Joined: Fri Jan 05, 2007 5:37 pm

Postby dcz » Sat Feb 10, 2007 7:37 pm

But are both parent and sub forum public ?

I am asking because the forums url should be calculated in jump_box() for viewtopic, but it's possible there is still a little issue with private forums.

I'll check it ;)

++
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

Next

Return to phpBB2 Mods and Code

Who is online

Users browsing this forum: No registered users and 1 guest