 |

sinjitsui
User
Oct 16, 2007, 9:36 PM
Post #2 of 4
(1594 views)
Shortcut
|
I have found a solution or workaround, but that still does not identify why the search_results take my $listing_file$ and make the link go to the listman/exec/file.html file when they should go to listman/listings/file.html file. In any case, the work around is to hardcode a relative or absolute url in the search_results page for the $listing_file$ link. See below. <a href="../listings/$listing_file$">$lfield17$</a>
|
|
|  |
 |

Jake
Staff
/ Moderator

Oct 17, 2007, 10:59 AM
Post #3 of 4
(1565 views)
Shortcut
|
Hi sinjitsui, Thanks for posting. The $listing_file$ placeholder doesn't actually generate the full path to a listing's page - it only generates that listing's file name. If you wanted to link the full path of a listing, you'd want to use this code:
<a href="$listing_url$/$listing_file$"> The $listing_url$ placeholder specifies the full path to where the listings are published on your site. Does this make sense? Let us know if you have any other questions! ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

sinjitsui
User
Oct 18, 2007, 6:49 AM
Post #4 of 4
(1542 views)
Shortcut
|
Thanks Jake, I knew it just needed a fresh set of eyes. My workaround hardcoded what $listing_url$ was supposed to do.
|
|
|  |
|