Forum Title & Member URL

phpBB3 SEO Mixed mod Rewrite support forum. This mods performs URL rewriting for phpBB3, injecting forums in their URLs and keeping a static rewriting for topics.

Moderator: Moderators

Re: Forum Title & Member URL

Postby dcz » Fri Apr 22, 2011 6:30 am

Go ahead ;)
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: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Advertisement

Re: Forum Title & Member URL

Postby NintendoNerds » Fri Apr 22, 2011 10:43 am

OK. Thanks, dcz! I have attached the file.
Attachments
overall_header.zip
overall_header
(6.79 KiB) Downloaded 35 times
NintendoNerds
 
Posts: 16
Joined: Thu Mar 24, 2011 8:31 am

Re: Forum Title & Member URL

Postby adipa » Fri Apr 22, 2011 5:20 pm

add knowledge... :)
adipa
 
Posts: 21
Joined: Wed Mar 30, 2011 5:17 pm

Re: Forum Title & Member URL

Postby NintendoNerds » Fri Apr 22, 2011 10:09 pm

adipa wrote:add knowledge... :)


huh?
NintendoNerds
 
Posts: 16
Joined: Thu Mar 24, 2011 8:31 am

Re: Forum Title & Member URL

Postby dcz » Mon Apr 25, 2011 4:22 pm

It's a prosilver based theme, have you tried to add prosilver code change in 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: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Re: Forum Title & Member URL

Postby NintendoNerds » Mon Apr 25, 2011 4:31 pm

dcz wrote:It's a prosilver based theme, have you tried to add prosilver code change in it ?

That's what I've been trying to say this whole time. I do not know what code to add. Could you please revise my file so I can try it out?
NintendoNerds
 
Posts: 16
Joined: Thu Mar 24, 2011 8:31 am

Re: Forum Title & Member URL

Postby dcz » Mon Apr 25, 2011 6:27 pm

contrib/prosilver_subsilver2_code_changes.txt wrote:
Code: Select all
#
#-----[ OPEN ]------------------------------------------
## MOD Title:       phpBB SEO Ultimate SEO URL
## MOD Title:       phpBB3 SEO Dynamic Meta tags
## MOD Title:       phpBB3 SEO Optimal titles
## MOD Title:       GYM Sitempas & RSS
#

styles/prosilver/template/overall_header.html

#
#-----[ FIND ]------------------------------------------
#

<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>


And you have :
Code: Select all
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<meta http-equiv="X-UA-Compatible" content="IE=100"/>
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>


Man the only difference here is :
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=100"/>

instead of :
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />

So just keep it like it is in the code to replace and you'll be set.

If you cannot figure out this kind of thing, you probably should not use a custom style in the first place, what will you do when you'll need to update phpBB and this particular style does not provide with updates ?

The second code change is exactly the same as in the original prosilver.

Then you have the other template and files to update, but I have no reference to compare.
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: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Re: Forum Title & Member URL

Postby NintendoNerds » Tue Apr 26, 2011 3:53 am

Thanks for looking at the code.

I tried replacing:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=100"/>


With this:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />


...and it made things way worse.

I'm that that savvy on trying to figure out what is or isn't correct in my code, as compared to what it should be. I guess I'm just not understanding you, man. I'm really not sure what else to do or how I should go about solving this issue. I'm surely not the only guy who's been in this situation before. I'm using a RocketTheme template, so I know there are other people out there that have had this same issue before. I guess I'm just not asking the right questions to you. I don't know what else to say to you to let you know that I have no idea about this type of issue with the RocketTheme template. Regardless if I can figure this type of thing out on my own or not, I'm going to continue to keep using my current custom style because it looks great in conjunction with my website. From here, I'll more than likely just keep on searching until I find an answer. Someone out there has had this type of problem before and I'll keep looking until I get it figured out. I'm convinced that you and I are just not communicating very well on this issue. Thanks for your time, dcz.

EDIT: I'm not sure if this is correct or not, but I removed this:
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>


...and now I don't have any errors.
NintendoNerds
 
Posts: 16
Joined: Thu Mar 24, 2011 8:31 am

Re: Forum Title & Member URL

Postby dcz » Tue Apr 26, 2011 6:31 am

You should have done the contrary, keep that line in the code to replace, since it's the only one which differed.
forum_fn.js is also a file requiring code change, but you should not have errors without the changes.
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: 21238
Joined: Fri Apr 28, 2006 9:03 pm

Previous

Return to Mixed SEO URL

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: Google Feedfetcher and 22 guests