Hi.
I've tried both a) unzipping the module to /modules/ezmlm/* and also copying the ezmlm.module to /modules and no matter what I do, I cannot see this in the Module Administration page - any clues?
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | ezmlm.admin_.inc_.patch | 352 bytes | hutch |
Comments
Comment #1
hutch commentedThis isn't an ezmlm issue, however:
There are two places in your drupal filesystem you can put contributed modules.
In
modules/
or in
sites/all/modules/
The former is where the core modules are, the latter is where the contributed modules should go.
To get ezmlm installed you need to put all of the files in the tarball into
sites/all/modules/ezmlm/
so that you get
sites/all/modules/ezmlm/ezmlm.module
and
sites/all/modules/ezmlm/ezmlm.info
You can leave out the .txt files if you like but it will not do any harm to have them there as well
if sites/all/modules does not exist you will have to create it, usually right-click in your FTP client.
Do remove any files you uploaded in previous attempts, they will only confuse things later if you leave them.
HTH
Comment #2
nathanmcginty commentedI've got it in my module administration page, but then the block never shows up. What gives?
Comment #3
hutch commentedTry enabling it under Administer -> Blocks ;-)
Comment #4
nathanmcginty commentedYeah - same here in 6.x. It's on the modules page. I can enable it. It shows up in the blocks page. But then never appears in my sidebars. Nothing even in the HTML code.
Comment #5
hutch commentedHave you added a list yet? The block only appears if there is something to show.
There is a bug is D6 though, and I'll post a patch as soon as I chase it down.
Comment #6
hutch commentedHere is a patch for D6 which fixes the settings form. If you can't patch add the following immediately below line 76
The fix is in CVS and will filter through in due course.
HTH
Comment #7
nathanmcginty commentedthanks for the patch - i installed the new build of ezmlm that has the patch code in there but it didn't make any difference. nothing is showing up.
Comment #8
nathanmcginty commentedthanks for the patch - i installed the new build of ezmlm that has the patch code in there but it didn't make any difference. nothing is showing up.
UPDATE
I'm a dumba**. working now.
Comment #9
hutch commented