Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for ingbl

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 18:57
  • Posts: 6
  • Profile Views: 3020
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
zunlout wrote:
I have added the lines:
 
checkSEFTitle();
generateSEFMeta();
 

and the <META name=\"description\" .../> and <META name=\"keywords\" .../> meta-tags are generated properly.

But now the <META name=\"title\" .../> meta-tag gives the page title twice separated by a comma. The <TITLE>...</TITLE> tag is correct.

Is this template hack correct? How to fix the <META name=\"title\" .../>?


I've the same problem, after inserting hack template lines there are duplicate in meta name title tag...argh!!!

Any suggestions?
Thanks in advance
Title &Meta Descriti ...
Category: JoomSEF 3
emo
This is an issue included in ARTIO JoomSEF Mambot. You can change the order of page title and sitename by "Use sitename in page titles" parameter and setting it to "Yes - before page title".
Bye
Page title order cha ...
Category: JoomSEF 3
emo
enkacom wrote:
Title & Meta Descrition & Keywords dont work in version 1.5 but desintall and install 1.4.3 work again

Sorry for my english

en la version 1.5 no funciona en mambot para cambiar los titulos y metas, si alguien tiene informacion sera de agradecer.

Post edited by: enkacom, at: 2007/05/31 11:29<br><br>Post edited by: enkacom, at: 2007/05/31 11:33


I've same problem in 1.5.1 version.
Is a bug?
Bye
Title &Meta Descriti ...
Category: JoomSEF 3
emo
ingbl wrote:

 
if ($base == '//' || $base == '/') $base = '/';
 



Unfortunely the forum parser delete the backslash character before "/" in $base == '/'
pay attention and insert it.

Bye
Bug in local Windows ...
Category: JoomSEF 3
emo
Hi,
after many hours of debugging I've discovered a strange problem in my local joomSEF installation (on Windows system). There were many links to redirect to 404 page. In my remote server (linux) there were not problems...
It was depends by not correct $base variable that in windows system was a backlash and not slash.
I've modified code in sef.php at line 85:

 
if ($base == '//') $base = '/';
 


in this way:

 
if ($base == '//' || $base == '\/') $base = '/';
 


and the problem goes away.

Is right?
I hope this helps someone.
Cheers
Bug in local Windows ...
Category: JoomSEF 3
emo
Hi,
I've exactly the same problem.
If I disable ARTIO but leave Joomla SEO enabled the issue disapper.
Any suggest?
thanks in advance
Everything redirecin ...
Category: JoomSEF 3
More
Přihlášení uživatele Prázdný