Snippets
cece74
Users
Status:
Offline
User theme: Dark
Posts: 42 Joined: Jan 14th, '15, 17:04
Post by cece74 » Oct 4th, '15, 18:54
Post
by cece74 » Oct 4th, '15, 18:54
Open overall_header.html and search tag title, replace with:
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC --> - {FORUM_NAME}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
This avoids:
- Securities duplicates
- Improvement of the brand
- Increase positioning
Nully
Users
Status:
Offline
User theme: Dark
Posts: 111 Joined: Sep 8th, '15, 10:29
Post by Nully » Oct 4th, '15, 20:35
Post
by Nully » Oct 4th, '15, 20:35
Did you try yourself? It seems so simple
cece74
Users
Status:
Offline
User theme: Dark
Posts: 42 Joined: Jan 14th, '15, 17:04
Post by cece74 » Oct 4th, '15, 22:24
Post
by cece74 » Oct 4th, '15, 22:24
Yes, SEO is my job.
Nully
Users
Status:
Offline
User theme: Dark
Posts: 111 Joined: Sep 8th, '15, 10:29
Post by Nully » Oct 5th, '15, 06:30
Post
by Nully » Oct 5th, '15, 06:30
Ok, thanks. Grazie
uruguayito
Donator
Status:
Offline
User theme: Dark
Posts: 120 Joined: Jul 2nd, '15, 17:40
Post by uruguayito » Oct 5th, '15, 12:48
Post
by uruguayito » Oct 5th, '15, 12:48
What is the exctly line to find?
Sorry for my bad English.
I'm a latin american man.
Spanish is my language.
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Oct 5th, '15, 13:39
Post
by martin » Oct 5th, '15, 13:39
cece74 wrote: Open overall_header.html and search tag title, replace with:
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC --> - {FORUM_NAME}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
This avoids:
- Securities duplicates
- Improvement of the brand
- Increase positioning
You do know this is in 3.1.6 by default right ?
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Oct 5th, '15, 13:43
Post
by martin » Oct 5th, '15, 13:43
uruguayito wrote: what is the exctly line to find?
None it's already in phpbb 3.1.6
55.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
uruguayito
Donator
Status:
Offline
User theme: Dark
Posts: 120 Joined: Jul 2nd, '15, 17:40
Post by uruguayito » Oct 5th, '15, 13:45
Post
by uruguayito » Oct 5th, '15, 13:45
You're right Martin
cece74
Users
Status:
Offline
User theme: Dark
Posts: 42 Joined: Jan 14th, '15, 17:04
Post by cece74 » Oct 5th, '15, 14:07
Post
by cece74 » Oct 5th, '15, 14:07
I have not looked in 3.1.6 if they settled. Better!
Nully
Users
Status:
Offline
User theme: Dark
Posts: 111 Joined: Sep 8th, '15, 10:29
Post by Nully » Oct 5th, '15, 14:10
Post
by Nully » Oct 5th, '15, 14:10
@cece74 Please - per favore - give details for next time(s)
Last edited by Nully on Oct 5th, '15, 14:11, edited 1 time in total.
cece74
Users
Status:
Offline
User theme: Dark
Posts: 42 Joined: Jan 14th, '15, 17:04
Post by cece74 » Oct 5th, '15, 14:34
Post
by cece74 » Oct 5th, '15, 14:34
I did not understand.
Nully
Users
Status:
Offline
User theme: Dark
Posts: 111 Joined: Sep 8th, '15, 10:29
Post by Nully » Oct 5th, '15, 15:05
Post
by Nully » Oct 5th, '15, 15:05
cece74 wrote: I did not understand.
You should have verify, before giving a code
martin wrote:
You do know this is in 3.1.6 by default right ?
Because stupid people like me could modify overall_header without noticing they modify nothing
(
Sorry for my bad english. I'm french, but I speak italian )
cece74
Users
Status:
Offline
User theme: Dark
Posts: 42 Joined: Jan 14th, '15, 17:04
Post by cece74 » Oct 5th, '15, 15:13
Post
by cece74 » Oct 5th, '15, 15:13
The code is not equal. Mine is optimized.
Original:
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
My code:
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC --> - {FORUM_NAME}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
Last edited by cece74 on Oct 5th, '15, 15:15, edited 1 time in total.
Nully
Users
Status:
Offline
User theme: Dark
Posts: 111 Joined: Sep 8th, '15, 10:29
Post by Nully » Oct 5th, '15, 15:21
Post
by Nully » Oct 5th, '15, 15:21
Ok, sorry.
You see, I'm a perfect example of stupid people
As Martin said it is already in version 3.1.6
You do know this is in 3.1.6 by default right ?
I did not check everything
martin
Admin
Status:
Offline
User theme: Dark
Posts: 5060 Joined: Apr 6th, '14, 14:12
Post by martin » Oct 5th, '15, 16:54
Post
by martin » Oct 5th, '15, 16:54
cece74 wrote: The code is not equal. Mine is optimized.
Original:
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
My code:
Code: Select all
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC --> - {FORUM_NAME}<!-- ENDIF --><!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title>
Mine is optimized. ??
same code just in another order.