Screenshots

pratchet

Member
Could you please give me a hint on how I can put a screenshot on the tooltip ? :)
something like: title="{$screenshot}" class="vistip"
 

Basti

Administrator
Staff member
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
 

Basti

Administrator
Staff member
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 )
 

timgbg

New Member
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
 

Basti

Administrator
Staff member
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
 

timgbg

New Member
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?
 

timgbg

New Member
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
 

Mark

Administrator
Staff member
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.
 

Mark

Administrator
Staff member
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.
 

Basti

Administrator
Staff member
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 )
 
Top