Screenshots

Could you please give me a hint on how I can put a screenshot on the tooltip ? :)
something like: title="{$screenshot}" class="vistip"
 
Currently not ( i think, actually never tried ). 1.0 will also feature a different inclusion from screenshots.

What you tried does not work because screenshot tmpl tag also has double quotes (") in its returning code, resulting in invalid html / js
What you could try is title='{$screenshot}' ( so using single quotes around it ), not sure if that wokrs though
 
A small update to go with the latest patch for 1.0. Nothing major, but will correct a few design issues who came up after the patch. A simple overwrite ( upload via admin plugin manager is enough )
 
all my screenshoot was black, after update Screenshot to version 1.1

http://www.top100onlinegaming.com/

qqcykjhlfevn5bp6g.jpg
 
Hi, I have a question regarding the screenshots...

Does a screenshot render itself or do I need to create one for a new member? I have 2 new members but no screenshot i showing... When I click on the Screenshot tab on the member details page in admin panel I just get an error-message...

Maybe I have some wrong settings?

Best regards, Tim
 
Yep and if a new member joined on your admin main page you will have a little box with numbers in them them ( right side ) clicking that will generate screen for them
 
Hi,

Ok, I have applied for a new key now... but I can´t see that little box? Do you mean in the Manage Members tab?
 
Ok I think I found it... its the number on the startpage i admin right? Just another question, I got my new api-key approved but the screens are now black? Do I need to wait a couple of hours before the changes take place?

Best regards, Tim
 
nope, once API key is approved screenshots should work just fine (unless the domain in question has DNS problems). Make sure you refresh, I can see the screenshots working nicely on your list.
 
Well all your screenshots but the 2 latest in the sidebar are working fine.

You will need to ask hostgator for more information about why your getting 403 or look in your error log, most likely they have prohibitive setting somewhere.
 
Plugin Updated for a yet not documented feature
Call member screenshots manually instead of automated and better control which screenshot size is used

Code:
<img src="{$screenshot_path}_small.jpg" alt="" />
"small" can be exchanged for "med" to call the medium sized screenshot ( as on details page )
 
Back
Top