Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,830

Results 2,981 to 3,000 of 5,058
29 Apr 2009, 4:05 PM
#2981
justdoitrocky avatar

justdoitrocky

New Zenner

Join Date:
Apr 2009
Posts:
13
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

yellow1912:

Most ppl encounter the problem because they did not spend the time reading the instruction:

http://wiki.rubikintegration.com/zencart/modules/ssu/installation
On the requirements list you will see:

Module Manager installed (please make sure this module is installed, or you will run into errors)

Ye, I got it, thank you very much yellow1912.

30 Apr 2009, 4:25 AM
#2982
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I'm pretty sure it is. How do I check my version #?

yellow1912:

Make sure your version is latest (at least 3.6.6, better is 3.6.7)

30 Apr 2009, 5:38 AM
#2983
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

myfootsmells:

I'm pretty sure it is. How do I check my version #?
admin/includes/module_installation/yellow1912_ssu/current_version.txt

30 Apr 2009, 6:44 AM
#2984
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

15|Beta 3.6.6

yellow1912:

admin/includes/module_installation/yellow1912_ssu/current_version.txt

30 Apr 2009, 6:45 AM
#2985
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

myfootsmells:

15|Beta 3.6.6
Your site is? The url to the page with problem is?

30 Apr 2009, 6:49 AM
#2986
justdoitrocky avatar

justdoitrocky

New Zenner

Join Date:
Apr 2009
Posts:
13
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

xordox:

Yellow, please tell me why sometimes when using SSU or another seo url, if you go to shop from not direct link (e.g. from google) I got this url:/tops-c-8/raspberry-flowers-babydoll-top-p-596?zenid=8683f47308334666f3dbffcc1a20da42
Is it possible to hide ?zenid=8683f47308334666f3dbffcc1a20da42
Thanks:smile:

yellow1912:

Ypu need to force Zencart to not using zenid for spiders, it's in admin-configuration-sessions-Prevent Spider Sessions -> true

yellow1912:

This is the ru.php from Andrew, he has spent his time to help me with the translit and I cant thank him enough for that.

You can overwrite this one to the current one on your site. Next version will have this in place.

Regards

Yellow, I did the two step you said. But when I am clear the cache and cookies, then open the site, at the first time it still have a zenid in the url.

like this (http://www.domain.com/dvd-movies?zenid=k6cnads69q5f804baq43sir8k7)

But after you click one link in the site it will change to (http://www.domain.com/dvd-movies)

It means when you first time visit the site, you will see a zenid in the url.

I am useing ssu_beta_3.6.7(php5), zen-cart-v1.3.8a-full-fileset-12112007.zip Any solutions? :no: :frusty: Thanks

30 Apr 2009, 6:50 AM
#2987
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

justdoitrocky:

Yellow, I did the two step you said. But when I am clear the cache and cookies, then oper the site, at the first time it still have a zenid in the url.

like this (http://www.domain.com/dvd-movies?zenid=k6cnads69q5f804baq43sir8k7)

But after you click one link in the site it will change to (http://www.domain.com/dvd-movies)

I am useing ssu_beta_3.6.7(php5), zen-cart-v1.3.8a-full-fileset-12112007.zip Any solutions? :no: :frusty: Thanks
That is how it should work, this is required by zen

30 Apr 2009, 6:51 AM
#2988
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

http://www.acuteperformance.com/

Go to any of the manufacturers and click on one of the products.

Thanks.

yellow1912:

Your site is? The url to the page with problem is?

30 Apr 2009, 7:02 AM
#2990
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

So I renamed local.config.php.example to local.config.php and added the following lines:

<?php
$ssuLocalConfig = array(
'plugins'        =>    array('parsers'    =>    array('manufacturers')
                            ),
 
    'identifiers'    =>    array('manufacturers'    =>    'manufacturer')
);
```I then cleared all my cache, refreshed my site and still no go.  Am I missing something?

Thanks

> **yellow1912:**
>
> If you have manufacturer, then you should enable it <http://wiki.rubikintegration.com/zencart/modules/ssu/config>
> Check Additional Page Parsers
> 
> 
> Make sure you clear cache after that.
30 Apr 2009, 7:06 AM
#2991
justdoitrocky avatar

justdoitrocky

New Zenner

Join Date:
Apr 2009
Posts:
13
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

That is how it should work, this is required by zen

A little pity, But ssu_beta_3.6.7(php5) is nearly perfect. :oops:

30 Apr 2009, 7:20 AM
#2992
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

myfootsmells:

So I renamed local.config.php.example to local.config.php and added the following lines:

<?php $ssuLocalConfig = array( 'plugins' => array('parsers' => array('manufacturers') ), 'identifiers' => array('manufacturers' => 'manufacturer') ); ```I then cleared all my cache, refreshed my site and still no go. Am I missing something? > > Thanks ->> index/iforged-formula-series-c-8_10_32/iforged-manufacturer-15/aero-p-29 notice how you get the index thing there. This is why it doesnt work. Now I wonder why you have the index there. I turned off the auto alias on the demo to show you <http://demo.rubikintegration.com/ssu/gt-interactive-manufacturer-8>
30 Apr 2009, 7:28 AM
#2993
myfootsmells avatar

myfootsmells

New Zenner

Join Date:
Jul 2007
Posts:
17
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

no clue.. lol how do i start troubleshooting?

yellow1912:

->> index/iforged-formula-series-c-8_10_32/iforged-manufacturer-15/aero-p-29

notice how you get the index thing there. This is why it doesnt work. Now I wonder why you have the index there.

I turned off the auto alias on the demo to show you http://demo.rubikintegration.com/ssu/gt-interactive-manufacturer-8

30 Apr 2009, 8:22 AM
#2994
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

myfootsmells:

no clue.. lol how do i start troubleshooting?
Well, I dont think this makes any difference, but lets first start with the easy way: How about getting 3.6.7 and reupload the files first, then clearing your cache, if it still doesnt solve the problem, we will move from there.

30 Apr 2009, 1:51 PM
#2995
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hello,

Installed the mod, did not get any errors but I dont see any difference to any URL. How do I turn it on? Or does it work right away?

30 Apr 2009, 2:08 PM
#2996
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hello again,

Disregard previous post. Got it working but how do I remove the "c-7_604" and "p-808" from the link below? I have Auto Alias set to True.

http://www.animeheavens.co.uk/shop/figures-art-of-shunya-yamashita-c-7_604/art-of-shunya-yamashita-angela-fine-art-bust-p-808

And, im still experiencing the same problem with Ajax Banner Swapper. It doesnt load the banners, just keep saying "Loading banners"? Below is the script I have for it.

<script> init_banner_swapper('bannerThree'); </script> <div id="bannerThree" class="banners"> <div id="bannerThreeImage" class="bannersImage"><img src="images/web_images/indicator.gif"/> <br />Loading banners, please wait...</div> <div class="bannerNav"> <span id="bannerThreeNavPrev" class="bannerNavPrev"></span> <span id="bannerThreeNavCur" class="bannerNavCur"></span> <span id="bannerThreeNavNext" class="bannerNavNext"></span></div> </div>

Thank you...

30 Apr 2009, 3:43 PM
#2997
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Did you reset all the cache?

30 Apr 2009, 3:58 PM
#2998
berserker avatar

berserker

Totally Zenned

Join Date:
May 2006
Posts:
712
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Yes...I did reset all cache but still the same. I even cleared my internet cookies but that didnt made any difference.

1 May 2009, 1:54 AM
#2999
ribbonsbaskets0 avatar

ribbonsbaskets0

New Zenner

Join Date:
Nov 2008
Location:
Seattle, WA
Posts:
52
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Im not sure if this is where I should post this question but its about the SEO URL module. I installed the module to our website about 5 months ago https://www.ribbonsbaskets.com It was working great until last night. I went to click on a catagory and recieved a 404 error. Happens when I click a product as well. Does anyone know what would have caused this, no website changes have taken place for the last month so I dont know why it would just stop working. Any help would be greatly appreciated!

1 May 2009, 8:26 AM
#3000
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

does this work with 1.3.7?