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,816

Results 1,761 to 1,780 of 5,058
2 Jan 2009, 11:22 PM
#1761
yellow1912 avatar

yellow1912

Totally Zenned

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

Simple SEO URL (OLD version) [support thread]

danilovig:

yes,

http://demo.rubikintegration.com/zencart/index/manufacturers_id/3/sort/20a/filter_id/alpha_filter_id/66

It happens to me when I select a manufacturer, the first bent one has (all categories), and selects any letter it me does not work, does not order(arrange) me

Include Product Listing Alpha Sorter Dropdown=true , in the admin-->configuration -->product_listing
Check the updated recommended settings:
http://wiki.rubikintegration.com/zencart/modules/ssu/config

And check back this page:
http://demo.rubikintegration.com/zencart/index/manufacturers_id/3

2 Jan 2009, 11:42 PM
#1762
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Note: a new version released later will address the above problem in a better way to removing all query variables with empty values. We may even consider not redirecting at all when post method is used.

3 Jan 2009, 5:24 AM
#1763
amatkins avatar

amatkins

New Zenner

Join Date:
Feb 2008
Posts:
26
Plugin Contributions:
0

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

The newest module works great! The only problem I am having is that in the footer on one of my client's sites all of the categories are shown, but on mouseover those are not show the SEO'd URL as the category boxes are. Is there an easy way to fix this? (The footer box is dynamic not static) Coding for footer box is:

<tr><td align="center" style="font-size:14px; color:#462B00;"> Favors By Theme </td></tr> <tr><td align="center"><?php $res = mysql_query("select c.categories_id, cd.categories_name from zen_categories c, zen_categories_description cd where c.parent_id='0' and cd.language_id = '1' and c.categories_id = cd.categories_id"); $i=0; while($row = mysql_fetch_array($res)){ if($i!='0'){ echo '  |  '; } $i++; echo '<a style="font-weight:normal" href="index.php?main_page=index&cPath=' . $row[categories_id] . '">'. $row[categories_name] .'</a>'; } ?> </td></tr>

Thanks in advance!!!

3 Jan 2009, 5:30 AM
#1765
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Okie, some comments here:

  1. The way the categories are queried is not to zencart's standard.
    Not a big deal
  2. You have to use zen_href_link to create the link, it will go something like this:
    (Im using the code you posted)
echo '<a style="font-weight:normal" href="'.zen_href_link('index',"cPath={$row['categories_id']}") . '">'. $row['categories_name'] .'</a>';
3 Jan 2009, 5:53 AM
#1766
amatkins avatar

amatkins

New Zenner

Join Date:
Feb 2008
Posts:
26
Plugin Contributions:
0

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

Thanks a million!!! That did the trick -- unfortunately that is only a very small portion of the site that was coded away from Zen Cart norms and I am working with it the best I can. Sadly I missed the obvious.

Thanks again!

3 Jan 2009, 8:49 AM
#1767
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

Ok, but thebug is when you select some letter and have selected " all categories "

.That I suppose that you have detected for the later Note

Very Thanks

yellow1912:

Check the updated recommended settings:
http://wiki.rubikintegration.com/zencart/modules/ssu/config

And check back this page:
http://demo.rubikintegration.com/zencart/index/manufacturers_id/3

3 Jan 2009, 9:21 AM
#1768
yellow1912 avatar

yellow1912

Totally Zenned

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

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

danilovig:

Ok, but thebug is when you select some letter and have selected " all categories "

.That I suppose that you have detected for the later Note

Very Thanks
Try the demo again, let me know if it works. If it does work with no other error I will upload a new version

3 Jan 2009, 9:58 AM
#1769
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

Now, The demo works correctly, since you have solved it to it my me does not work

thanks

yellow1912:

Try the demo again, let me know if it works. If it does work with no other error I will upload a new version

3 Jan 2009, 12:15 PM
#1770
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

a Problem duplicate.html)
http:/...../sillas-de-paseo-bebe-confort-c-217_242.html
http://..../sillas-de-paseo-bebe-confort-c-217_242

who can i do a redirect 301 of http:/...../sillas-de-paseo-bebe-confort-c-217_242.html to http://..../sillas-de-paseo-bebe-confort-c-217_242???

http://www.zen-cart.com/forum/showpost.php?p=662232&postcount=1733, this modification do 301 redirect??

Thanks

3 Jan 2009, 3:04 PM
#1771
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

Ignore this thread

Thanks

danilovig:

a Problem duplicate.html)
http:/...../sillas-de-paseo-bebe-confort-c-217_242.html
http://..../sillas-de-paseo-bebe-confort-c-217_242

who can i do a redirect 301 of http:/...../sillas-de-paseo-bebe-confort-c-217_242.html to http://..../sillas-de-paseo-bebe-confort-c-217_242???

http://www.zen-cart.com/forum/showpost.php?p=662232&postcount=1733, this modification do 301 redirect??

Thanks

3 Jan 2009, 4:36 PM
#1772
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Version 3.5.5 has been uploaded. (link in my sig)
Bug fixed: SSU incorrectly translates urls when there are one or more variable with empty value in the query string.

It is recommended (but not required) that you also update your Page Exclude List to include:

advanced_search_result,redirect,popup_image_additional,search,download,wordpress

And your Query Exclude List to include:
zenid,gclid,number_of_uploads,number_of_downloads,action,sort,page,disp_order,filter_id,alpha_filter_id

3 Jan 2009, 10:02 PM
#1773
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

A question?

In the first page does it go out ?Zenid, could I give problems with the google, because they are repeated, because the ?zenid changes whenever one enters the web??

http://demo.rubikintegration.com/zencart/login?zenid=5e0e419333ecf1...

3 Jan 2009, 10:03 PM
#1774
yellow1912 avatar

yellow1912

Totally Zenned

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

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

danilovig:

A question?

In the first page does it go out ?Zenid, could I give problems with the google, because they are repeated, because the ?zenid changes whenever one enters the web??

http://demo.rubikintegration.com/zencart/login?zenid=5e0e419333ecf1...
Google should never see zenid, zenid is not shown to Search Engines.

3 Jan 2009, 10:21 PM
#1775
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

yellow1912:

Google should never see zenid, zenid is not shown to Search Engines.

Ok

Thanks

4 Jan 2009, 5:07 PM
#1776
imranmalik avatar

imranmalik

New Zenner

Join Date:
Jan 2009
Posts:
1
Plugin Contributions:
0

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

i am getting this error when i go to admin>extra>Simple SEO URL

Fatal error: Call to a member function printJavascript() on a non-object in /home/globewyz/public_html/store/admin/ssu.php on line 163

Thank you for help

4 Jan 2009, 5:09 PM
#1777
yellow1912 avatar

yellow1912

Totally Zenned

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

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

imranmalik:

i am getting this error when i go to admin>extra>Simple SEO URL

Fatal error: Call to a member function printJavascript() on a non-object in /home/globewyz/public_html/store/admin/ssu.php on line 163

Thank you for help
It is more than likely you did not upload the xajax folder came with the package.

4 Jan 2009, 9:08 PM
#1778
rcmonster avatar

rcmonster

New Zenner

Join Date:
Nov 2008
Location:
Canterbury
Posts:
44
Plugin Contributions:
0

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

Hi all, Simple SEO tool looks great. I have had trouble installing it tho.

Mainly enabling the mod rewrite. I know that the httpd.config file is located on a folder named etc, but I can't find it!

I am using filezilla, can anyone tell me how to find the httpd.config file?

Thanks, I am going nuts:wacko:!

4 Jan 2009, 10:26 PM
#1779
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Unless you have root access, more than likely you will not be able to find that folder via ftp

Contact your host, they should be able to help

rcmonster:

Hi all, Simple SEO tool looks great. I have had trouble installing it tho.

Mainly enabling the mod rewrite. I know that the httpd.config file is located on a folder named etc, but I can't find it!

I am using filezilla, can anyone tell me how to find the httpd.config file?

Thanks, I am going nuts:wacko:!

4 Jan 2009, 11:49 PM
#1780
tyankee avatar

tyankee

Zen Follower

Join Date:
Apr 2008
Posts:
159
Plugin Contributions:
0

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

yellow, you've helped me in the past with this mod, hopefully you can help here.. i just notices (yes i lost about 4 weeks of business) that when this mod is installed my 'add to cart' button hangs up the user on skinzee.com and they never get any further.. my other 2 stores work fine with this mod.. and yes i used the same mod for all 3 sites.. i had to disable the mod for now so that users can 'add to cart'..

any ideas??