Results 1 to 4 of 4

Thread: Image Variable in Link Row based on Link Variable

  1. #1
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default Image Variable in Link Row based on Link Variable

    Just wondering if anyone can help out with this...

    I have added a custom field in my links table called linkdata

    what I would like... is for it to show a image in the rows.html based on this variable

    for example

    if $linkdata = '1'

    then $dataimage = "http://www.url.com/image1/jpg"

    else if $linkdata = '2'

    then $dataimage = "http://ww.url.com/image2.jpg"

    Just wondering where i should insert the code... and where i should call the variables from the database... so that I can insert <%dataimage%> into rows.html

  2. #2
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default Fixed

    Solved.... Found a work around....

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

    Default

    If anybody is intrested jsut have a text field and either have the field filled iwth a 1 or 2, then call the field like this : <img src="whatever.com/images/<%fieldname%>.jpg"> then depending on whats in the field either 1.jpg or 2.jpg is loaded.

    Not sure how ezykiwi did it, but this is how i do it
    Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )

  4. #4
    Join Date
    May 2004
    Location
    New Zealand
    Posts
    600

    Default

    Yeh... thats the way I had it... due to some other mods ive done i needed to find a way to choose which location based on a link variable..

    but yeh that works totally if all the images are named as their linkid

Similar Threads

  1. User upload image when adding link
    By brickholius in forum v3.2
    Replies: 10
    Last Post: 09-18-2005, 03:53 AM
  2. Getting full control of image uploader
    By dody in forum Tutorials, Hints & Tips
    Replies: 2
    Last Post: 08-20-2003, 05:14 PM
  3. Image in front of Link
    By persut in forum v5.x
    Replies: 2
    Last Post: 07-11-2003, 06:11 PM
  4. INDEXU FEATURES
    By Hart_House in forum Pre-Sales Questions
    Replies: 13
    Last Post: 06-30-2003, 11:57 AM
  5. How Do I Add Text by Image Link
    By lordkinjo in forum v5.x
    Replies: 1
    Last Post: 06-04-2003, 08:40 AM

Posting Permissions

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