Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for AGuerrero

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 09:43
  • Posts: 38
  • Profile Views: 5170
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Hello,

How can i change the url generated for the "custom propierties" component?

from this (joomsef 4):
www.domain.com/component/customproperties/tag/exampletag

to this (like a had with joomsef 3):
www.domain.com//tags/exampletag

thanks
custom propierties m ...
Category: JoomSEF 4
emo
Hi,

My site is in www.domain.com/es

SEF url that begings with "es" (for example "estudiar" should be "domain.com/es/estudiar"

But with a clean and new artio joomsef installatin does that:

"domain.com/es/tudiar" (note that joomsef cuts "es" from sefurl)

  • If i change the root or the url caracteres, so not they are not equal, there is no problem.
  • I have put RewriteBase /es
bug sef url and root ...
Category: JoomSEF 4
emo
thanks
artio plugins duplic ...
Category: JoomSEF 3
emo
Hi,

In joomla plugins I have the Artio plugins duplicated.

- System - ARTIO JoomSEF (apears 3 times)
- System - ARTIO JoomSEF Google Analytics (apears 2 times)

WHAT SHOULD I DO?

PD: and also i have the plugin: "ARTIO Google Analytics Tracking Plugin" is the same than the above?

thanks
artio plugins duplic ...
Category: JoomSEF 3
emo Google News Site Map
Category: JoomSEF 3
emo
Hi,

I have paid for the rsform extension for joomsef

1 month ago a client tell here that it has an important bug with captcha, but still no solution.

"Not using SEF " in the rsform extension doesnt works either.

so, we have form without captcha waiting for artio.

kpappas asked a week ago "any temporally solution ?" but have no answer.

PD: anyone knows if acesef or sh404sef works well with rsform?
joomsef 3.9 problem ...
Category: JoomSEF 3
emo
Hi,

Joomsef creates metatags automaticaly, OK.
Joomsef lets you select if you prefer joomla article manual tags or the joomsef automatical tags. OK

BUT, can i asign the joomsef metatag to the joomla article?

this is because "related articles" component (and others extensions) works with the meta keywords of the article, but joomsef dont insert the metadata inside the article, so the article seems to be without meta keywords.
metatags integrated ...
Category: JoomSEF 3
emo
try this SOLUTION:
************************
serval2412
Posts: 7
**********************

Re:e-commerce tracking doesn't work anymore with vm! 1 Week, 3 Days ago
I've made some cleaning of the code, add some comments to explain the code, and i changed the trigger to put the Google Analytics scripts just before the end body.
I tested, it works for me.

If someone wants to try this new version, here's the link :
serval2412.free.fr/plg_gacode-1.0.2.zip
Google Analyitics Pl ...
emo
hi again,

test results:

Joomla 1.5.14
Google Analytics Tracking Plugin 1.0.0 (ARTIO VERSION)
+ SEF Service Map
-------------------------------------
XML ERROR

Joomla 1.5.14
artio Google Analytics Tracking Plugin 1.0.2 (serval2412 version)
+ SEF Service Map
-------------------------------------
XML PERFECT!!!



you are great. you should work for the artio team!!!!
e-commerce tracking ...
emo
ok. give me some time.

just a personal question... what do you use for the xml sitemaps?
e-commerce tracking ...
emo
first of all, thank for reply ;-)

second: more people with the same problem:
www.artio.net/cz/diskuzni-fora/google-an...de/problem-with-xmap

third: The problem IS ONLY WITH PLUGIN (not with the module version)

my solution was: put the artio module version in the footer position (but i would like to use your plugin version)
e-commerce tracking ...
emo
serval, thank you first of all.

i have not test this version, but the last one causes error with XMAP and SEF SERVICE MAP

some people have wroten about this in this forum:

+++++++++++++++++++++
Artio Analytics insert javascript code into the site map. If you try to access to the xml file you get:
XML Parsing Error: junk after document element

If you have a look to the txt sitemap version you can see at the bottom:

Code:
<script type="text/javascript"> 
1
2 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
3 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript" src="http://www.google-analytics.com/ga.js">
1(function(){var b._setCampMediumKey=function(a){c.Ja=a};b._setCampNOKey=function(a){c.Ka=a};b._setCampSourceKey=
(.... continues ....)
39function(a){c.La=a};b._setCampTermKey=function(a){c.Ma=a};b._setCampCIdKey=function(a){c.Na=a};b._getAccount=function(){return b.s};b._setAccount=function(a){b.s=a};b._setNamespace=function(a){c.o=a?T(a):w};b._getVersion=function(){return ca};b._setAutoTrackOutbound=function(a){c.u=[];if(a)c.u=a};b._setTrackOutboundSubdomains=function(a){c.jb=a};b._setHrefExamineLimit=function(a){c.pa=a};b._setReferrerOverride=function(a){b.Za=a};b._setCookiePersistence=function(a){$.t=a}};
40$._getTracker=function(g,i){return new $.Kb(g,i)};window[aa]=$;var ka=window[ba];})()
</script>
<script type="text/javascript">
1
2 try {
3 var pageTracker = _gat._getTracker("UA-XXXXXX-1");
4 pageTracker._trackPageview();
5 } catch(err) {}
</script>
e-commerce tracking ...
emo
since I eliminated "DirectoryIndex index.php" from the htacces and disable de joomla cache all is going ok.
Problem with eventli ...
Category: Extensions
emo
So,

Solution 1:
- rewritethe url with ?layout=default to sef: mydomine.com/categoryX-list/ or similar.

Great solution. tested and it is working ok!!!) thanks.

-------
SOLUTION 2

also, a partial solution could be identifying layout as non-sef variable in content extension settings, but that would cause that ?layout=xxx string would be added to every URL for content component.

(not tested, but sounds great too)

-------
and SOLUTION 3.0

i have found that if you "modify/hack" the joomla core the problem go out:
views.html.php:
"$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=default');"
to:
"$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section));"
or
"$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=blog');"


this is not recommended because of problems with updates of joomla. See better solution 3.1:

SOLUTION 3.1

As you can see in the "beez" template (comes with joomla installation), you can overwrite the joomla core without modificate it. Just go to the HTML folder inside the template and follow this instruccions:
ezinearticles.com/?id=1736774 (or search for "joomla template not modify core" or similar).
Copy and modify there "views.html.php" as in the beez template, but in your template:
views.html.php:
"$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=default');"
to:
"$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section));"
or
"$category->link = JRoute::_(ContentHelperRoute::getCategoryRoute($category->slug, $category->section).'&layout=blog');"


I use this solution. Also modifing the default layout, you can insert H1, h2 headers, or whatever you want to change without modify the joomla core.

bye
greetings from spain and sorry for my english
Duplicate Category U ...
Category: JoomSEF 3
emo
Exactly the same problem

Artio Analytics insert javascript code into the site map. If you try to access to the xml file you get:
XML Parsing Error: junk after document element

If you have a look to the txt sitemap version you can see at the bottom:

<script type="text/javascript">
1
2 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
3 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript" src="http://www.google-analytics.com/ga.js">
1(function(){var b._setCampMediumKey=function(a){c.Ja=a};b._setCampNOKey=function(a){c.Ka=a};b._setCampSourceKey=
(.... continues ....)
39function(a){c.La=a};b._setCampTermKey=function(a){c.Ma=a};b._setCampCIdKey=function(a){c.Na=a};b._getAccount=function(){return b.s};b._setAccount=function(a){b.s=a};b._setNamespace=function(a){c.o=a?T(a):w};b._getVersion=function(){return ca};b._setAutoTrackOutbound=function(a){c.u=[];if(a)c.u=a};b._setTrackOutboundSubdomains=function(a){c.jb=a};b._setHrefExamineLimit=function(a){c.pa=a};b._setReferrerOverride=function(a){b.Za=a};b._setCookiePersistence=function(a){$.t=a}};
40$._getTracker=function(g,i){return new $.Kb(g,i)};window[aa]=$;var ka=window[ba];})()
</script>
<script type="text/javascript">
1
2 try {
3 var pageTracker = _gat._getTracker("UA-XXXXXX-1");
4 pageTracker._trackPageview();
5 } catch(err) {}
</script>


this causes the problem.
Problem with xMap
emo
the same problem to me!!!

SEF URL go well for hours, but suddenly the url transform to:
www.domain.com/es/index.php/trabajar-en-medio-ambiente/congresos-y-jornadas-de-medio-ambiente/encuentro-iberoamericano-de-desarrollo-sostenible/actualidad-del-medio-ambiente/templates/rt_versatility4_j15_01/js/trabajar-en-medio-ambiente/

really extrange! (with "index.php" , with the name of the template "versatility, and a lot of categories names!!!)

i purge the SEF URL and go back to normality. at 5 or 6 hours another time the same problem.

Now, i have try to delete this from my htaccess:
DirectoryIndex index.php

perhaps this causes the error?

(i have joomla sef ON and mod_rewrite ON)
Problem with eventli ...
Category: Extensions
emo
how did you done it?

please share
after installtion is ...
Category: Extensions
emo
thank you very much.

so, for the a new version of the JOOMSEF DOCUMENTATION (actualy is confused an many people ask in the forum because manual just say: Joomla! SEF is "ON" in site "Global configuration)

++++joomla SEO Settings for joomsef: +++++++++
Earch Engine Friendly URLs: Yes (obligatory)
Use Apache mod_rewrite: Yes (obligatory)
Add suffix to URLs: No (not necesary)
+++++++++++++++++++++++++++++++++

bye
Apache mod_rewrite Y ...
Category: JoomSEF 3
emo
thanks,

an another: must "Add suffix to URLs" in joomla configuration to "yes" o to "no"?

thanks again
Apache mod_rewrite Y ...
Category: JoomSEF 3
emo
hi, this is symple:

must i put "apache mod_rewrite" in joomla configuration to "yes" o to "no"?

In the joomsef documentacion just says:
- Joomla! SEF is "ON" in site "Global configuration
"
but nothing about apache mod_rewrite.

I found in forum that it must be "YES", but I have a site running with joomsef correctly and "apache mod_rewrite" in joomla configuration is set to "NO", how is it possible?

thanks
Apache mod_rewrite Y ...
Category: JoomSEF 3
More
User Login Empty