Status
Not open for further replies.

djtone

Customer
just wondering since the thumbnails are so small if you could make a mouse over the thumbnail brings up a larger image and once u move the mouse it dissapears.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
or another solution, with the question to the programmer/team:

Is this possible:

1. Download the Highslide from Highslide JS - JavaScript thumbnail viewer and put it in the root directory

2. Add the code:
Code:
<script type="text/javascript" src="/highslide/highslide.js"></script>
<link rel="stylesheet" type="text/css" href="/highslide/highslide.css" />
<script type="text/javascript">
    // override Highslide settings here
    // instead of editing the highslide.js file
    hs.graphicsDir = '/highslide/graphics/';
</script>

At the beginning from the template "dbtech_downloads"

3. In the template "dbtech_downloads_download" Replace the line:
Code:
<img src="{vb:var vboptions.dbtech_downloads_link}.php?{vb:raw session.sessionurl}do=file&action=thumbnail&downloadid={vb:raw download.downloadid}&d={vb:var download.updated}" alt="{vb:rawphrase dbtech_downloads_thumbnail}" style="border: 1px solid black;" width="100px" height="100px" /> <br /><br />

with the line:
Code:
<img src="{vb:var vboptions.dbtech_downloads_link}.php?{vb:raw session.sessionurl}do=file&action=thumbnail&downloadid={vb:raw download.downloadid}&d={vb:var download.updated}" [COLOR="#0000CD"]class="highslide" onclick="return hs.expand(this)"[/COLOR] alt="{vb:rawphrase dbtech_downloads_thumbnail}" style="border: 1px solid black;" width="100px" height="100px" /> <br /><br />

(See changes in blue)

CAN THIS BE FUNCTION ? ? ?
 
fine. sounds good!

:D

I was adding the code like i was telling some postings before, but the when i click on the thumbnail, the AJAX-Loading Symbol (from Highslide) appears forever...
Fillip H.: Do you have an idea?

(And no discussion about "custom coding", please - i want to help to make the product better!)

BTW: Maybe it is a good idea, to make the Categorie-List sortable (Author, Total Downloads, Rating, Files, Last Upload) !!!
 
To be honest I'd probably implement my own mouse-over code rather than rely on a 3rd party script like Highslide for the very reason you mentioned - it's hard to get them working.

You can check the error console in your browser to see if that has any hints as to why the click event isn't working for you.
 
To be honest I'd probably implement my own mouse-over code rather than rely on a 3rd party script like Highslide for the very reason you mentioned - it's hard to get them working.

Fine - So ... please start!

I think this must be a good feature: A lot of user use this mod for Pictures, Files and even more - And sometimes it is hard to rate, if the download is good or not. A screenshot can help - but only if you see more details...

And please think about the sortable categorie view!

Thank you Sir!
 
Status
Not open for further replies.
Top