Thanks to the creators of Pligg.
I would appreciate if somebody know how i can modify the thumbnail "preview is not available"
When i change :
Code:
<a href="{$url}" {if $open_in_new_window eq true}
target="_blank"{/if} class="screen">{$url_short}
{if $use_thumbnails eq true}<b>
<img src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$url_short}">
</b>{/if}</a>
Code:
<a href="{$url}" {if $open_in_new_window eq true}
target="_blank"{/if} class="screen">{$url_short}
{if $use_thumbnails eq true}<b>
<img src="http://www.myurl.com.....................">
</b>{/if}</a>
Thanks in advance!




Linear Mode

