Quote:
Originally Posted by moreilly
I don't know if this has been asked yet or not, forgive me if it has.
I would like to know if there is a way when a user clicks the screenshot it shows the preview of the screenshot instead of forcing them to download the file?
The biggest complaint I get is when they find the file they are looking for, and they want to take a look at the screenshot, it downloads the file. Then they realize that if they click the Title url to the download, then they can take a look at the full size screenshot.
Thanks for the hard work on this mod, it is a great addition to my forums 
|
I would think that you could change the link if you wanted to, or simply change the + mark image to an image that shows direct download. That's what we are doing because the + mark doesn't explain enough.
The image is located here: images/buttons/collapse_tcat_collapsed.gif
It doesn't seem to have it's own css and borrows the theme css and basically puts the tcat image in the place of a download. So create a new button and call it downloads II and upload it into your images file. Then go into the downloads.php file and search for the tcat text and change that button to match to the download button you've just created.
I realize this doesn't solve the issue of popping up, but while you are in that download.php file it will offer a bit of a solution.
If you want to remove the download.php function on the + button all together, simply go into the downloads.php file and search for:
located on the tcat_collapsed location. If you remove the act=down, you are removing the action to download and thus calling the description rather than the download action.
Hope this helps!