![]() |
![]() |
![]() |
|
|||||||
| Existing Templates Want to adjust logo or center some piece of text in your directory? Get advice on how to do it in this forum dedicated to pre-installed templates. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Mar 2009
Posts: 2
![]() |
I added this code to view-link.tpl exactly as shown here and it is not working. Using Version 2.2 RC2
|
|
|
|
|
|
#3 |
|
Join Date: Jan 2010
Posts: 4
![]() |
If you are using the free version you need to edit the view-listing.tpl file. And just change
PHP Code:
PHP Code:
|
|
|
|
|
|
#4 |
|
Join Date: Jan 2010
Posts: 6
![]() |
How do I do this on the actual listing page and not on pages such as the category. In other words I want the viewer to go tot the listing page first and then be able to click onto the thumbshot to visit the site. Thanks
BTW.. I'm using the newest paid version and not a free version if this helps. Last edited by webmarket; 03-01-2010 at 10:37 AM. |
|
|
|
|
|
#5 |
|
Tech Support
Join Date: Oct 2008
Posts: 1,009
![]() |
Hello webmarket!
Welcome to our support forums! Here is the instructions: Open file ./templates/common/view-listing.tpl find the code: HTML Code:
<div class="preview"><img src="http://open.thumbshots.org/image.pxf?url={$listing.url}" alt="{$listing.url}" /></div> HTML Code:
<div class="preview"><a href="{$listing.url}" {if $config.new_window}target="_blank"{/if}><img src="http://open.thumbshots.org/image.pxf?url={$listing.url}" alt="{$listing.url}" /></a></div> |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|