No screenshots are showing
Submitted maidos, Nov 15 2011 11:56 PM | Last updated Nov 15 2011 11:56 PM
I noticed on the filelist the screenshots are no longer available instead it shows no_screenshot.png
but when you browse the actual filepage the screenshots appears
This happend right when i updated ipdownload to 2.5.0
but when you browse the actual filepage the screenshots appears
This happend right when i updated ipdownload to 2.5.0
| Status: | Cannot Reproduce |
| Version: | 2.5.0 |
| Fixed In: |











17 Comments
Display screenshot thumbnails when viewing this category?
all set on yes. As i said i just upgraded the ipdownload and only the upgrading did i ge tthis issues.. i never had this issues prior to update
Have any of the support tickets been resolved?
<a<if test="catssthumb:|:$data['_has_screenshots']"><a href='{parse url="app=downloads&showfile={$data['file_id']}" base="public" template="idmshowfile" seotitle="{$data['file_name_furl']}"}' title='{$data['file_name']}'> <img
src='{$this->registry->idmFunctions->returnScreenshotUrl( $recordIds[ $data['file_id'] ], true, true )}'src='{parse url="app=downloads&module=display&section=screenshot&id={$data['file_id']}" base="public"}' class='screenshot' alt='{$this->lang->words['catdis_ssalt']}' /> </a><else />
<a href='{parse url="app=downloads&showfile={$data['file_id']}" base="public" template="idmshowfile" seotitle="{$data['file_name_furl']}"}' title='{$data['file_name']}'> <img src='{$this->settings['img_url']}/downloads/no_screenshot.png' class='screenshot' alt='{$this->lang->words['catdis_ssalt']}' /> </a>
</if>
<!--Show ads to guests -->
<if test="!$this->member->getProperty('member_id')">
{parse block="336_x_280_download"}{parse block="336_x_280_download"}
</if>
I reverted the template and put my code above back in and it's working fine now. If you didn't make any changes to this template, try a simple revert and I think it will work for you. Hope this helps some others.
First, check if categoryListing is modified.. If it is..There's your problem. Revert that template.
If it isn't.. Then, likely you don't have a skin with the default key set.. Which means you didn't get the new IDM 2.5.x templates.
Cheers
marko
There was a bug in 3.2.x that allowed the default skin to not have the default skin set key, in which case application templates are not properly imported when you upgrade those applications. Our technicians can resolve this for you if you submit a ticket.