Joomlatwork
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 22, 2013, 11:48:37 AM

Login with username, password and session length
Search:     Advanced search
17336 Posts in 5808 Topics by 11190 Members
Latest Member: Loyarorry
* Home Help Search Login Register
+  Joomlatwork
|-+  Joomla SEF Patch extended version support (paid version)
| |-+  Support questions
| | |-+  Joomla 1.0.12 + JSMF 2.0 Final + SEF Patch extended 2.0
« previous next »
Pages: [1] 2 Print
Author Topic: Joomla 1.0.12 + JSMF 2.0 Final + SEF Patch extended 2.0  (Read 6372 times)
Sirius
Jr. Member
**
Posts: 52


View Profile WWW
« on: January 06, 2007, 06:05:32 PM »

ok

I've made the merged file (index.php) for !Joomla 1.0.12 + JSMF 2.0 Final + SEF Patch extended 2.0

Everything work well !

But some strange things:

I don't have the meta Robots "index, follow" on my frontpage, is this normal ?

But I've already put the default setting like this:

 
Code:
META tag robots settings:
Default setting "index, follow"

I wonder if this part of code of the JSMF 2.0 cause some problems: ??

Code:
//JOOMLAHACKS.COM
if (!headers_sent()) {
header( 'Expires: Mon, 26 Jul 1997 05:00:00 GMT' );
header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
header( 'Cache-Control: no-store, no-cache, must-revalidate' );
header( 'Cache-Control: post-check=0, pre-check=0', false );
header( 'Pragma: no-cache' );
}

Any idea ??

Thank you
Logged

Joomla 1.5.7 <= waiting for the new com_sefpatch
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #1 on: January 06, 2007, 09:24:51 PM »

Can you please attach the index.php file?

No this is not normal. It should be showing the default value.

You can remove this:
Code:
if (!headers_sent()) {
header( 'Expires: Mon, 26 Jul 1997 05:00:00 GMT' );
header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' );
header( 'Cache-Control: no-store, no-cache, must-revalidate' );
header( 'Cache-Control: post-check=0, pre-check=0', false );
header( 'Pragma: no-cache' );

Regards.

Richard
Logged
Sirius
Jr. Member
**
Posts: 52


View Profile WWW
« Reply #2 on: January 08, 2007, 02:24:53 AM »

File sent 
Logged

Joomla 1.5.7 <= waiting for the new com_sefpatch
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #3 on: January 08, 2007, 10:53:31 PM »

Got it.

Please check your configuration of the SEF patch.

Check:
META tag robots settings:
Set the default on the value: index, follow.

This is working with the index file you sent me over.....

Is this the case?

Regards,

Richard
Logged
Sirius
Jr. Member
**
Posts: 52


View Profile WWW
« Reply #4 on: January 09, 2007, 07:35:49 PM »

Yes, like I said in my first post.

But I've already put the default setting like this:

 
Code:
META tag robots settings:
Default setting "index, follow"

Meanwhile I have reistall, the SEF patch just in case of...but still the same.

Only the tag tab in the editor can be assign and work well.

Just look some of my news with Tidy's Firefox extension.

Tell me if you need another file

Thank you
Logged

Joomla 1.5.7 <= waiting for the new com_sefpatch
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #5 on: January 09, 2007, 08:40:50 PM »

Have installed everything (including CB) and found that initial you were right. On the homepage it was not showing the the meta tag.
The reason for this was I had save the homepage once before and that the default setting was overruled with the homepage setting (in this case the that it should not display the META tag). This is properly the case at your site (you can check it by checking the SQL record of the jos_menu homepage record the field params. You will find the value "robots=-1"

I will change this in the next release that you can choose the default value as well within the specific joomla objects (- menu items, content etc..). This will solve the problem since once you have saved the homepage the default setting cann't be applied.

Regards,

Richard
Logged
Sirius
Jr. Member
**
Posts: 52


View Profile WWW
« Reply #6 on: January 09, 2007, 11:29:02 PM »

Ok thanks !

I'm waiting for it.

For the moment I've put a custom "index, follow" tag
Logged

Joomla 1.5.7 <= waiting for the new com_sefpatch
Sirius
Jr. Member
**
Posts: 52


View Profile WWW
« Reply #7 on: January 20, 2007, 01:19:07 AM »

Hi,

Quote
I will change this in the next release that you can choose the default value as well within the specific joomla objects (- menu items, content etc..). This will solve the problem since once you have saved the homepage the default setting cann't be applied.

any news about it ?
Logged

Joomla 1.5.7 <= waiting for the new com_sefpatch
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #8 on: January 20, 2007, 09:23:44 AM »

Yes, this is already implemented (I assume that you mean the robots tag)..

Is this not working?

Richard
Logged
Sirius
Jr. Member
**
Posts: 52


View Profile WWW
« Reply #9 on: February 05, 2007, 01:18:57 AM »

Sorry to be so late for my response.

No it doesn't work well, I have a good Indes, follow for my frontpage, but for each of my articles if I don't put it manually in the editor (on the right) I don't have the default index, follow.

So I don't know if I've made a mistake in my custom index.php, but I think this is not related to, is it ?

Thanks a lot...

Eventually I can give you en temp access Huh
Logged

Joomla 1.5.7 <= waiting for the new com_sefpatch
jhimwich
Newbie
*
Posts: 2


View Profile Email
« Reply #10 on: February 05, 2007, 01:41:51 AM »

Ditto here, and I have the same setup as Sirius (JSMF 2.0, SEF Patch, CB)


No it doesn't work well, I have a good Indes, follow for my frontpage, but for each of my articles if I don't put it manually in the editor (on the right) I don't have the default index, follow.Ditt

Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #11 on: February 05, 2007, 07:37:20 AM »

Code:
So I don't know if I've made a mistake in my custom index.php, but I think this is not related to, is it ?

No, it is not related to this index.php file. Did you check it out for new content items if the default is set? Will check it out tonight meself (I'm confussed now because I had solved this).

Regards.

Richard
Logged
jhimwich
Newbie
*
Posts: 2


View Profile Email
« Reply #12 on: February 05, 2007, 10:52:08 AM »

Did you check it out for new content items if the default is set?

I tried this just now. I created a new content item; clicked on the Meta Info parameter tab; and I still see Hide robots meta tag as the default, even though it's set for index, follow in the sefpatch component.

If there's anything else you want me to try or any other info you need, I'd be happy to help.

Josh
Logged
joomlatwork
Administrator
Hero Member
*****
Posts: 2817


View Profile Email
« Reply #13 on: February 05, 2007, 11:08:31 AM »

No, I well check this tonight.

Regards,

Richard
Logged
Sirius
Jr. Member
**
Posts: 52


View Profile WWW
« Reply #14 on: February 05, 2007, 06:25:13 PM »

Quote
I tried this just now. I created a new content item; clicked on the Meta Info parameter tab; and I still see Hide robots meta tag as the default, even though it's set for index, follow in the sefpatch component.

Same as jhimwich..

Sirius
Logged

Joomla 1.5.7 <= waiting for the new com_sefpatch
Pages: [1] 2 Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.12 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!