Results 1 to 2 of 2

Thread: Image or Pictures with Sponsered Listing

  1. #1
    Join Date
    Apr 2006
    Posts
    38

    Default Image or Pictures with Sponsered Listing

    Hello,
    Is there a way we can let user upload their image or picture (thumbnail) website image etc. with premium or/ sponsored listing?

    Any help will be highly appreciated.


    regards

    Saj

  2. #2
    Join Date
    Nov 2004
    Posts
    1,822

    Default

    so you just want image to display for sponsored listings?

    you can use the default image upload but explain it only shows in sponsored listings. just an if statment in the smarty code if your using v5.

    To create an image field : admin > database ALTER > add field name and type IMAGE.

    in detail_link.html add the following code (not tested, should work)

    Code:
      <%if $sp_cat ='1' %>
    <tr class=tbl_normal>
        <td valign="top">Photo</td>
        <td>
    	 <img src="<%$photo%>" alt="<$%title%>">
    </td>
    </tr>
       <%/if%>
    Last edited by inspireme; 04-24-2006 at 12:31 PM.
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

Similar Threads

  1. does indexu support image upload for a listing
    By poolhall in forum Pre-Sales Questions
    Replies: 6
    Last Post: 05-17-2007, 06:08 AM
  2. "Sponsered" Listing
    By andmunn in forum v5.x
    Replies: 9
    Last Post: 08-16-2005, 05:51 AM
  3. Sponsered Listing (Resets After Modify?)
    By andmunn in forum v5.x
    Replies: 12
    Last Post: 04-21-2005, 07:06 AM
  4. Previous Listing<-- -->Next Listing
    By persut in forum v5.x
    Replies: 13
    Last Post: 01-12-2004, 04:01 PM
  5. Adding custom Field with pictures
    By TheLobo in forum v5.x
    Replies: 0
    Last Post: 10-04-2001, 10:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •