![]() |
|
|||||||
| Register | Projects | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
Can anyone explain how i can convert this bit of code from viewlisting.tpl.php (its the bit that shows the Thumbnailimages) Quote:
<a href="images/image-1.jpg" rel="lightbox"> Now i think my problem so far as i have played around a bit is to get the correct bit of code that will place the path to the large image into the a tag. Thanks in advance. |
|
#2
|
|||
|
|||
|
Here is what I did:
<a href="photos/[[image]]" rel="lightbox[roadtrip]"><img src="thumbs/small_[[image]]" hspace="5" vspace="5" class="image" border="0" alt="View Large Image" /></a><br />[[title]] |
|
#3
|
|||
|
|||
|
Hi
Thank you very much, you have gone one step ahead with that answer, as it helps for having the gallery part of that modification. barry |
|
#4
|
|||
|
|||
|
HI Wayne
I applied the code you suggested but it will not work, all i get is the greyed out screen with the image not loading. Tell me, did you upload all your js files and css to the root, or to the template folder, mine are at root level. Perhaps i have done somethin wrong here, well obviously i have ... Many Thanks |
|
#5
|
|||
|
|||
|
Hi
Got it... Not working <a href="photos/[[image]]" rel="lightbox[roadtrip]"><img src="thumbs/small_[[image]]" hspace="5" vspace="5" class="image" border="0" alt="View Large Image" /></a><br />[[title]] Working <a href="photos/{$image.image}" rel="lightbox[roadtrip]"><img src="thumbs/small_{$image.image}" hspace="5" vspace="5" class="image" border="0" /></a><br />{$image.title} |
|
#6
|
|||
|
|||
|
I think I am using veiwlisting2.tpl.php and you viewlisting.tpl.php sorry for the mix up.
|
|
#7
|
|||
|
|||
|
Hi Wayne
No problem at all, atleast you pointed me 99% in the right direction, so thanks in any way. All the best Barry |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setting IPN in Paypal | barrysmith | v3.1 Questions & Support | 6 | 02-17-2007 07:10 AM |
| Setting logged in status | MVBaker | v3.1 Questions & Support | 10 | 11-09-2006 11:47 PM |
| Setting up on a Windows Server... | barrysmith | v3.1 Questions & Support | 51 | 09-21-2006 05:37 PM |
| Problems setting a range field | rockabilly | v3.1 Questions & Support | 2 | 09-13-2006 12:30 PM |
| Problems Setting Up Local Host | art | v3.1 Questions & Support | 10 | 07-08-2006 02:53 AM |