| :: |
| Author |
Message |
mrix
Joined: 22 Dec 2007 Posts: 19
|
Posted: Thu Dec 27, 2007 10:25 am Post subject: [title] EG Delete ?? |
|
|
Hello all, having installed the mods and everything seems working just fine
I notice in the top left hand cornder oh my site the word EG Delete appears is this right? I know this code had to be added to the end of the head meta tags etc,,,, have i missed something here?
thanks for any help
mrix |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
Posted: Thu Dec 27, 2007 3:05 pm Post subject: Re: [title] EG Delete ?? |
|
|
Looks like you added the instruction instead of the code.
The "EG Delete" is just a comment in a :
| Code: |
#
#-----[ REPLACE WITH ]------------------------------------------
# |
instruction. It here because the install asks to replace some code with nothing, the comment is just here for those who would doubt on this one.
So, take a look at your overall_header.html template, and fix this.
++ |
_________________ 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 |
|
 |
mrix
Joined: 22 Dec 2007 Posts: 19
|
Posted: Thu Dec 27, 2007 3:10 pm Post subject: re: |
|
|
I added the EG Delete so I just take that away ?
is there ment to be some code in its place?
cheers
mrix |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
|
| Back to top |
|
 |
mrix
Joined: 22 Dec 2007 Posts: 19
|
Posted: Thu Dec 27, 2007 3:32 pm Post subject: re: |
|
|
Hi there its phpBB3-SEO_Optimal_titlesV1.0 mod
cheers
mrix |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14403
|
Posted: Thu Dec 27, 2007 3:58 pm Post subject: Re: [title] EG Delete ?? |
|
|
Next time, please post directly in the proper forum :
http://www.phpbb-seo.com/boards/phpbb3-seo-toolkit/optimal-titles-vt1289.html
| SeO wrote: | To obtain support for this mod, please use the phpBB3 SEO mods forum.
You can post new threads and reply to existing ones.
Please add [Title] in your topic title referring to this mod.
|
It's easier to provide support.
So, the part you refer to is :
| Code: | #
#-----[ OPEN ]------------------------------------------
#
styles/prosilver/template/overall_header.html
#
#-----[ FIND ]------------------------------------------
#
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
#
#-----[ AFTER, ADD]------------------------------------------
#
<title>{PAGE_TITLE}<!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF --></title>
#
#-----[ FIND ]------------------------------------------
#
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
#
#-----[ REPLACE WITH ]------------------------------------------
# EG Delete
|
This mean you need to add some code and then delete :
| Code: | | <title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title> |
Replace with nothing (a black line) means delete in the phpBB.com install file standard.
Just make sure you do not add any part of the instruction. |
_________________ 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 |
|
 |
mrix
Joined: 22 Dec 2007 Posts: 19
|
Posted: Thu Dec 27, 2007 4:00 pm Post subject: re: |
|
|
Hello sorry I installed both mods at the same time and got a bit confused which mod the EG Delete was in
thanks for the help I`ll give it a go.
cheers
mrix |
|
|
| Back to top |
|
 |
mrix
Joined: 22 Dec 2007 Posts: 19
|
Posted: Thu Dec 27, 2007 4:21 pm Post subject: re: |
|
|
Great stuff everthing working fine
cheers
mrix |
|
|
| Back to top |
|
 |
|
|