Fork me on GitHub

Download Plus Modify File  Bottom

  • Ok, I am using the newest DownloadsPlus from the marblebay site. 1.3.5 i think is the version. I used the autoupload feature to setup about 20 pdf files. I then went to modify one of the files to add a description and when i click on modify it just goes to sitename.com/admin.php and there is a Blank Page. Any clues on this?

    Not really related, but I would like to be able to add the search feature to the top area of DownloadsPlus. Just like the regular downloads module, and have it work similiar. Any tips?
  • Ok, modified the regular downloads search form and added a file to the DownloadsPlus module directory. Now i just do an include statement where I want the search form to be.

    Code

    include "searchform.php";


    searchform.php

    Code

    <?php

    echo "<center><form action=\"modules.php\" method=\"post\"><div>"
    ."<input name=\"op\" value=\"modload\" type=\"hidden\">"
    ."<input name=\"name\" value=\"DownloadsPlus\" type=\"hidden\">"
    ."<input name=\"file\" value=\"index\" type=\"hidden\">"
    ."<input name=\"req\" value=\"search\" type=\"hidden\">"
    ."<input name=\"query\" value=\"\" type=\"hidden\">"
    ."<input size=\"25\" name=\"query\" id=\"query\" tabindex=\"0\" type=\"text\"> <input value=\"Search\" type=\"submit\">"
    ."</form></center>";

    ?>


    Might be kind of ugly, but it works.
  • lol, ok, guess i didnt know that I could enable the search area in the DownloadsPlus admin area if i selected New and Popular filters to show. I didnt want those two areas to show, so i just commented them out.
  • Still having the problem with modifying a file. Any ideas? Also, anyone have any idea of its safe to use an change the name of it in the modules area? Doubt it, but i guess it wouldnt hurt to try.
  • 0 users

This list is based on users active over the last 60 minutes.