Announcement

Collapse
No announcement yet.

Search Results Page Pictures

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Search Results Page Pictures

    Hi, I have been pulling my hair out for a few days now trying to figure this one out, so if anyone can help me it would be much appreciated.

    On the website i am currently working on (www.ldtv.co.uk) we use the actinic search function. However, when someone searches for anything, the pictures on the results page would not appear (just that little red cross in the box). By right clicking these pictures i noticed that for some reason that on the search results page and any links clicked on after that, that the pictures were being lookeds for in my cgi-bin as apposed to be acatalog folder. Now I have sorted out the main results page by simply copying all the pictures needed into the cgi-bin folder. However, I do not want to almost double the size of the website by simply copying every single picture into the cgi-bin. Does anyone know how i can get the search function to look for the pictures elsewhere?

    Thanks for the time

    Jon

    #2
    Hi Jon,

    The reason why this is happening is because you it seems you don't have the following line:

    <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
    in your "Act_Primary.html". Please could you check this.

    The BASEHREF tag is used so when you run a script, Actinic can find the images in your /acatalog/ folder. Taking out this line will cause Actinic not to find the images and look inside the /cgi-bin/ folder.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      You are right

      You are right, its not in my actinicprimary.html file. Where abouts in the html code do i put that code to make it work?

      Comment


        #4
        Hi Jon,

        You would put this line straight after the </TITLE> tag.

        Kind Regards
        Nadeem Rasool
        SellerDeck Development

        Comment


          #5
          hmm , have done so but still no luck..

          if you could email me at webmaster@ldtv.co.uk i can send you some screenshots of what is going on, i now have:


          Actinic:BASEHREF VALUE="http://www.ldtv.co.uk/acatalog/

          at the bottom of all my pages, think i have messed something up lol.

          Comment

          Working...
          X