We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7527
    • 437 Posts
    Hi,

    I have run the following snippet:

    [!AjaxSearch? &ajaxSearch=`0` &ajaxSearch=`0` &showIntro=`0` &showResults=`0` &landingPage=`9` &advSearch=`allwords`!]


    And my landing page has this snippet call:

    [!AjaxSearch? &ajaxSearch=`0` &parents=`4` &tvPhx=`legoImages` &whereSearch=`content` &order=`pagetitle` &extract=`2:longtitle,introtext` &showPagingAlways=`1`!]


    My TV has a value of `image` and is named legoImages. The results when called return a pagetitle and summary, but the image appears as a tiny empty square. Looking at the page source it shows
    <img src="" height="" />
    


    I have amended result.tpl to:

    <div>
    <a href="[+as.resultLink+]" title="[+as.longtitle+]">[+as.pagetitle+]</a>
    <div>
    <img src="[+as.LegoImages+]" height="[+as.legoImages:imgmaxheight=`120`+]" />
    </div>
    [+as.extractShow:is=`1`:then=`
    <div><p>[+as.extract+]</p></div>
    `+]
    [+as.breadcrumbsShow:is=`1`:then=`
    <span>[+as.breadcrumbs+]</span>
    `+]
    </div>


    My search results dont appear to pull the image in? Can anyone see any obvious mistakes?
    Regards,
    SB [ed. note: distant_smile last edited this post 9 years, 1 month ago.]
      www.PawsForWildlife.co.uk
      www.Borntobrick.co.uk
      • 7527
      • 437 Posts
      Solved! I used 'LegoImages'. The word lego was supposed to all be in lower case
        www.PawsForWildlife.co.uk
        www.Borntobrick.co.uk