Not too long ago I created a MOD for an INDEXU user which I have adapted as a download page for the impending release of v3.2E.

I designed this MOD to have a central place where those who purchase v3.2E would have a painless way get the latest file or files.

I did look at a number of download MODs but either none did what I wanted or I would have to make significant modifications to the code. So I figured why learn someone elses code and created my own.

So I had no clue as to how to make a file download instead of just "open" in the browser. And the few downloads I did look at did not really clear up the matter for me. Even after finishing it, I'm still pretty much clueless....

But after about 36 hrs of work, the dang thing seem to work so I am happy. I created a separate users table so I could manually add those who purchase v3.2E but you could easily change the SQL code to use the regular INDEXU users table.

You can play around with it at:http://www.indexuhelp.com/dl32e/index.php
login/password = guest/guest.

Since this is the actual download site for v3.2E, I have restricted what "guest" can do but you can see the features.

And I guess the download code could be adapted to use with INDEXU directly. But I may need to learn more about downloading files.