![]() |
![]() |
![]() |
|
|||||||
| Modifications Simple to complex modifications, made by users or by our team, applied to logic or presentation, all kinds of modifications are discussed and requested here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Jan 2011
Posts: 2
![]() |
|
|
|
|
|
|
#2 |
|
Join Date: Apr 2011
Location: Amsterdam, the Netherlands
Posts: 44
![]() |
As a solution to the paid thumbs, I would suggest that every webmaster makes the thumbs of his website available in the root of his own website. Create f.i 3 different sizes and call them thumbnail120x60.png
Every directory website can then just include the path to the thumb and include it with the link in the directory. There is no need to ask for thumbs as the naming of the thumbs is standard. Network traffic is payed for by the concerning domain. A small local utility to create and even upload those thumbs to the server would be nice but not necessary. Every CMS or Directory software should have such a function standard included. I wonder why this isn't already in place on the web? |
|
|
|
|
|
#3 |
|
Join Date: Dec 2010
Posts: 8
![]() |
I modified the code and the images url seem okay, but probably at girafa's found out about this unhautorized use.... it does not work anymore.
Any alternatives? Last edited by cleoni; 05-18-2011 at 07:10 AM. |
|
|
|
|
|
#4 |
|
Join Date: Dec 2010
Posts: 8
![]() |
Found myself a good alternative:
http://www.websnapr.com/ See a working implementation on my site: www.forumfactory.it Cheers |
|
|
|
|
|
#5 |
|
Join Date: Nov 2011
Posts: 1
![]() |
I have tested a lot of tools a site sites thumbnail generators to use with a pligg (digg style sms) site but I think that http://www.megasnaps.com is the best for this use. His free web site to image page, create a image of the whole html page, and offers a cropped options too to be downloaded.
The website thumbnails generator service are a good option for any type of web sites, offers a full page and custom sizes for the cheaper price tha I have found. I do a great instalation with 'facebox' (jquery), by clicking on a small image it open a larger one 'facebook style' image with a full size snapshot looks great!. |
|
|
|
|
|
#6 |
|
Join Date: Nov 2011
Posts: 1
![]() |
ThumbShots does not work for me. The thumbs are not created even after days.
I am now using the free thumbnails of www.snap.com and they look great. ![]() Disabling ThumbShots at the Admin panel did only partly disable it. I had to remove the class="url" from the div tags in the following .tpl files: \templates\common\featured-listing-display.tpl \templates\common\partner-listing-display.tpl \templates\common\regular-listing-display.tpl \templates\common\sponsored-listing-display.tpl I made the following modification in these four files (commented out the first line and added the second line) to make the snap.com popup work for the links in the listings pages: Code:
<!--<div class="url">{$listing.url}</div>-->
<div><a href="{$listing.url}" target="_blank" style="color: #06C; font-style: italic; font-size: 0.9em;">{$listing.url}</a></div>
Lastly I added the class="snap_noshots" to the "eSyndiCat Directory Software" link in the footer to prevent the snap.com popup for this link: \templates\cleancss\footer.tpl Code:
<div class="copyright">© {$smarty.server.REQUEST_TIME|date_format:"%Y"} Powered by <a class="snap_noshots" href="http://www.esyndicat.com/">eSyndiCat Directory Software</a></div>
Last edited by subedeus; 11-25-2011 at 04:29 PM. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|