Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Beginer guide to installing mods?

Beginer guide to installing mods?

Locked

Views: 780

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Aug 2009, 6:52 AM
#1
jfconrow avatar

jfconrow

New Zenner

Join Date:
Jul 2009
Posts:
7
Plugin Contributions:
0

Beginer guide to installing mods?

I've searched around and read some FAQ pages, but can't seem to find basic info on installing mods. My webdevelper is no longer in the picture so I don't know what I'm doing. Here is my question:

I found where to download mods, and learned you have to unpack them to get the files and the readme. But then what? Can I install the mod in the admin section or do I need to do it somewhere else? If I have to upload the files to the server do I just put the file where the readme file says to put them and the mod self installs? Or is there finding and editing code via cut and paste?

15 Aug 2009, 9:31 AM
#2
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Beginer guide to installing mods?

If I have to upload the files to the server do I just put the file where the readme file says to put them and the mod self installs?

Well, in most cases the answer is yes. Some mods need more than this but they will let you know in detail if they do.

Which mods are you thinking of?

15 Aug 2009, 11:05 AM
#3
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Beginer guide to installing mods?

Most mods come with step-by-step instructions in the readme or a dedicated install document. Just follow them as closely as you can. Basic general rules would be:

  • make sure that you put the files in the right place (usually such that the folders you're uploading closely match those already there, so that they're merged)
  • make sure that the files that need to get overwritten actually get overwritten
  • don't embellish on the instructions (e.g. by keeping backups of changed files in the same directory)
  • pay extra close attention to the instructions for installing database patches
  • always do a backup before installing a database patch (the one permitted embellishment, if the mod author forgot to say this)
15 Aug 2009, 2:13 PM
#4
jfconrow avatar

jfconrow

New Zenner

Join Date:
Jul 2009
Posts:
7
Plugin Contributions:
0

Re: Beginer guide to installing mods?

niccol:

Which mods are you thinking of?

I was thinking of the automaticlogin mod

Thank you

15 Aug 2009, 6:08 PM
#5
niccol avatar

niccol

Totally Zenned

Join Date:
Apr 2009
Posts:
2,138
Plugin Contributions:
1

Re: Beginer guide to installing mods?

One further point, having looked at this mod, that we have forgotten to say is that you evidently need to change the folders that are called YOUR_TEMPLATE to a name that matches the name of your template. There are a few in this mod and you need to change them all.

The read_me file here is pretty clear. Note Kuroi's comments particularly about sql patches.