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

Results 3,521 to 3,540 of 5,058
3 Aug 2009, 8:16 PM
#3521
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

  1. /html/adminxxx/includes/templates/templates/module_manager/tpl_index.php

2)/html/includes/classes/ycustomer.php

I checked these in another install and thats where they are.

How can we communicate when you use such big words as ambiguous, idiosyncratic, and nomenclature.....LOL....now where is that dictionary of mine.....

3 Aug 2009, 9:11 PM
#3522
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

barco57:

  1. /html/adminxxx/includes/templates/templates/module_manager/tpl_index.php

2)/html/includes/classes/ycustomer.php

I checked these in another install and thats where they are.

How can we communicate when you use such big words as ambiguous, idiosyncratic, and nomenclature.....LOL....now where is that dictionary of mine.....

Fantastic! Great! Phantasmagorical! :cool:

It's alive, Module Manger has shown up on my Admin Console: admin > Tools > Module Manager. barco57, you get an A++ on the final exam, plus two free tickets to anything you can get a friend to pay for. :clap:

I hope this dialog will turn out to be a useful reference for other newbies and noobs like myself.

Geez, its only taken me 4 days of continuous effort starting with this to get to the point where I am almost ready to try to begin installing Simple SEO URL. Thanks again to all!

3 Aug 2009, 9:27 PM
#3523
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

Zean:

Hey barco, thank you. Are you saying that despite the zipped files having a directory structure that includes as its root directory /module_manager/ that in fact the directory structure of the download is incorrect and that it must be pruned by discarding it root directory?

For example, as discussed in my earlier post quoted above, I stored the Module Manager file named tpl_index.php
that resided in the zipped file with the path of
/module_manager/admin/includes/templates/templates/module_manager/

into my server at:

/html/module_manager/adminxxx/includes/templates/templates/module_manager/tpl_index.php

where /html/ is my website root directory and is the directory zencart is installed and adminxxx is the same character string as names my admin directory.

Are you saying that was the wrong thing to do? And, that instead the file named tpl_index.php belongs in the following directory:
/html/adminxxx/includes/templates/templates/module_manager/tpl_index.php ??????

Thanks again

For the benefit of future newbies, here are the answers I came up with.

Question: Are you saying that despite the zipped files having a directory structure that includes as its root directory /module_manager/ that in fact the directory structure of the download is incorrect and that it must be pruned by discarding its root directory?

Answer: Yes.

Question: Are you saying that the file named tpl_index.php belongs in the following directory:
/html/adminxxx/includes/templates/templates/module_manager/tpl_index.php

Answer: Yes.

For full context you have to start reading the thread beginning July 30.

3 Aug 2009, 9:48 PM
#3524
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

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

The zip file is just a holder for the module manager folder and shouldn't considered part of the mod for path purposes, and the module manager folder is a holder for the actual mod folders and files and as such also shouldn't be consider as part of the mod for path purposes. Most mods are put together like this, create your mod folders and files stick them in a single folder normally named for the mod and then zip the whole thing up to make it quicker to download. Looking in a mods main folder is akin to looking in the store root.....Is that a good explanation?

3 Aug 2009, 10:38 PM
#3525
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

yellow1912:

Zean, if you are familiar with the way zencart modules are stored, you will see that all the files are in their appropriate folders like this:
+admin (so that all the folders and files in this folder should be uploaded to your store admin folder. If your admin folder has been renamed to abcxxx then you should upload all the files/folders under the admin folder in the package to abcxx)
+includes (this is where all the front-end zencart codes are stored. you should upload all the files follow the same rule)

You can SAFELY upload the whole bunch of files when you install Module Manager, it doesnt overwrite anything.

For SSU, as noted in the installation, you can SAFELY upload the whole thing but please note that SSU DOES overwrite 1 file.

Regards

Is the 1 file that SSU DOES overwrite named /.htaccess ?
My zencart is installed in my root directory and I do not currently have an .htaccess file in it. So, if that is the file that is overwritten, it would seem to be a non-issue in my case. Is that true?
Thanks.

3 Aug 2009, 11:08 PM
#3526
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

barco57:

The zip file is just a holder for the module manager folder and shouldn't considered part of the mod for path purposes, and the module manager folder is a holder for the actual mod folders and files and as such also shouldn't be consider as part of the mod for path purposes. Most mods are put together like this, create your mod folders and files stick them in a single folder normally named for the mod and then zip the whole thing up to make it quicker to download. Looking in a mods main folder is akin to looking in the store root.....Is that a good explanation?

Yes, it is an excellent explanation that generalizes from the specific and concrete case of my more concise answer of "Yes," above. BTW, I have only installed one other mod, the "Editable Sidebox." It only took me a few minutes, not 4 days! The difference between Module Manager and Editable Sidebox are the instructions contained in their respective readme files. I was able to install Editable Sidebox without asking the community a single question. The instructions for this Module Manager says, "Upload all files and folders to the correspnding locations," which if you read it carefully says nothing. I'm not negatively criticizing the author, but merely suggesting that there is an opportunity to broaden the market for this mod by putting a little more effort into the instructions so that they can communicate to those of us that have yet to achieve the loftier zen levels of understanding and mind reading abilities.

4 Aug 2009, 1:23 AM
#3527
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

Post Installation instructions say to view the result at http://yoursite/ssu_check.php to check if anything is wrong with the current settings. Below is the result obtained. However, I have no idea whatsoever if this means everything is great or something is wrong. If anyone can interpret this it will be a great help. Thanks again to yellow and the rest of the community.

Warning Checking includes/configure.php
Warning Suggested .htaccess content
Success #### BOF SSU Options +FollowSymLinks -MultiViews RewriteEngine On RewriteBase / # Deny access from .htaccess RewriteRule ^.htaccess$ - [F] RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA] #### EOF SSU
Warning Checking cache write permission

4 Aug 2009, 1:42 AM
#3528
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

Installation instructions say:

Enable SSU

As of beta 2.5, you can turn SSU on-off, and it's off by default, so you need to turn it on in admin. That's it.

However, I have not found the "SSU on-off" switch in the admin console. Where is it?

4 Aug 2009, 2:11 AM
#3529
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

Installation instructions say:

  1. Visit admin→extras→ssu manager (you should see notice saying that the database patches have been applied)

I see nothing there mentioning database patches. However, perhaps it should be noted (I don't know if it is important) that I Visited admin→extras→ssu manager after all of the installation instructions were complied with (including surfing to http://yoursite/ssu_check.php). Please also note: In Module Manager I clicked on "Install New Module" even though the instructions never mention that should be done. Was I correct to do that?

Also Module Manager produced a full page of output reporting the number of statements processed and then the "Upgraded database to patch level #", where # ranged from 0 thru 16.

It concluded with: "Found and attempted to install 1 new modules"

Does this mean all is good?

4 Aug 2009, 2:31 AM
#3530
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

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

Zean:

Is the 1 file that SSU DOES overwrite named /.htaccess ?
My zencart is installed in my root directory and I do not currently have an .htaccess file in it. So, if that is the file that is overwritten, it would seem to be a non-issue in my case. Is that true?
Thanks.
If you do not have and .htaccess file in your root to over write then you don't have anything to combine. Your are in good shape.

Zean:

Post Installation instructions say to view the result at http://yoursite/ssu_check.php to check if anything is wrong with the current settings. Below is the result obtained. However, I have no idea whatsoever if this means everything is great or something is wrong. If anyone can interpret this it will be a great help. Thanks again to yellow and the rest of the community.
Looks good

Zean:

Installation instructions say:

I see nothing there mentioning database patches. However, perhaps it should be noted (I don't know if it is important) that I Visited admin→extras→ssu manager after all of the installation instructions were complied with (including surfing to http://yoursite/ssu_check.php). Please also note: In Module Manager I clicked on "Install New Module" even though the instructions never mention that should be done. Was I correct to do that?

Also Module Manager produced a full page of output reporting the number of statements processed and then the "Upgraded database to patch level #", where # ranged from 0 thru 16.

It concluded with: "Found and attempted to install 1 new modules"

Does this mean all is good?

Yes their are 2 ways to install the patches, you can Visit admin→extras→ssu manager or you go can to Module Manager then clicked on "Install New Module"

After the patches have been installed then go to admin/configuration/simple_seo_url and turn SSU on-off

4 Aug 2009, 4:01 AM
#3531
yellow1912 avatar

yellow1912

Totally Zenned

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

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

The easiest way is to just visit Simple Seo Url under Extras, all patches automatically applied. Module Manager will be automatically installed as well if necessary.

Regards

Raine

PS: After that, you should see configuration menu for ssu under configuration->ssu settings

4 Aug 2009, 5:42 AM
#3532
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

Eureka!:clap:

Its-a-working!

Thank you, thank you. Thank you all very much. I would like to thank the members of the academy . . .

Any guesses as to why I can't get rid of the category and product id codes from the urls, even though I have set:

SSU Status = True; I believe this is the on/off switch
Set Link Alias Status = True; I believe this must be on for auto alias to work
Set Auto Alias Status = True; I believe this is suppose to rid the url's of their category and product id codes

4 Aug 2009, 6:34 AM
#3533
zean avatar

zean

Zen Follower

Join Date:
May 2009
Posts:
200
Plugin Contributions:
0

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

Zean:

Eureka!:clap:

Its-a-working!

Thank you, thank you. Thank you all very much. I would like to thank the members of the academy . . .

Any guesses as to why I can't get rid of the category and product id codes from the urls, even though I have set:

SSU Status = True; I believe this is the on/off switch
Set Link Alias Status = True; I believe this must be on for auto alias to work
Set Auto Alias Status = True; I believe this is suppose to rid the url's of their category and product id codes

Answer: I reset the cache:
admin > Extras > Simple SEO URL > Cache Functions > Reset All Cache
and that got rid of the id codes.

4 Aug 2009, 9:19 AM
#3534
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Thanks for the good news Zean.

I would like to announce that there is a new version of SSU ready for testing, this new version has only 1 goal: reduce the number of cache files.

If it is working well (it is being tested on our side here) then it will help those huge stores out there to greatly reduce the number of cache files (several times). You will see less improvement on small sites though (well, on small sites you dont have that many cache files anyway)

I will post a link to the test version soon so you guys can try it out. CAUTION: never try a test version on live store, only on test stores.

4 Aug 2009, 9:34 PM
#3535
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

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

yellow1912:

I have been trying to install Simple SEO URLs and am almost there, but I do have some problems.

I have v3.5.8
I have ZC v1.3.8

  1. When I go to Simple SEO URL Manager under Extras in my Admin, it goes to the homepage of my store (e.g. https://www.store.com/adminXXX/ssu.php

  2. Also when I click on a category from my homepage, the url is made seo friendly, but all that happens is the home page is reloaded, it does NOT go to the category page.

  3. This same issue (#2) goes for any link on the homepage. The URLs are transformed, but the page does not go to the landing page of the link, it simple reloads the homepage of the site.

Any ideas?

5 Aug 2009, 2:52 AM
#3536
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

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

autoace:

yellow1912:

I have been trying to install Simple SEO URLs and am almost there, but I do have some problems.

I have v3.5.8
I have ZC v1.3.8

  1. When I go to Simple SEO URL Manager under Extras in my Admin, it goes to the homepage of my store (e.g. www.store.com/adminXXX/ssu.php

  2. Also when I click on a category from my homepage, the url is made seo friendly, but all that happens is the home page is reloaded, it does NOT go to the category page.

  3. This same issue (#2) goes for any link on the homepage. The URLs are transformed, but the page does not go to the landing page of the link, it simple reloads the homepage of the site.

Any ideas?
First thing is to update your version to the latest version which is 3.7.1. You can download from their web site eazy-templates.com
After that if you still are having the same problems we will be glade to help.

5 Aug 2009, 2:21 PM
#3537
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

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

Randy:

Hi, thanks for your reply. Maybe I am wrong, but I thought v3.7.1 was a test version. Is 3.7.1 ready for a live store?

Thanks.

5 Aug 2009, 2:40 PM
#3538
yellow1912 avatar

yellow1912

Totally Zenned

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

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

autoace:

Randy:

Hi, thanks for your reply. Maybe I am wrong, but I thought v3.7.1 was a test version. Is 3.7.1 ready for a live store?

Thanks.
if you can download it from the link posted above, then it means it's for live store. No test version is posted there

Regards
Raine

5 Aug 2009, 2:45 PM
#3539
autoace avatar

autoace

Totally Zenned

Join Date:
Jun 2009
Posts:
618
Plugin Contributions:
0

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

Hi Raine:

Ok, I went to my admin and in Module Manager, I clicked update next to v3.5.7 for SSU. And it seemed nothing happened. So I click on "List All Modules" and it still showed v3.5.7?

Help, what am I doing wrong here!

5 Aug 2009, 2:55 PM
#3540
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Did you download the new package and upload the files first? Sorry, no automatically downloading new modules at this point, perhaps in the future.

Raine