[solved]I can't get Quotes2 and search to work together
Posted: Sun Aug 02, 2015 10:12 pm
Hello,
Never mind, I used Listit2 with the patch for 1.12
I'm trying to get any search terms that match quotes in the Quotes2 module to go to a specific page, it doesn't do anything (rather I get no results).
Also, I found this to be the same with any text entered in a UDT that echos a parameter, why doesn't this content get searched? I just never noticed this before, after all these years, because I usually don't use UDTs but I made a few for blockquotes and buttons.
Thanks!
Never mind, I used Listit2 with the patch for 1.12
I'm trying to get any search terms that match quotes in the Quotes2 module to go to a specific page, it doesn't do anything (rather I get no results).
Code: Select all
{if $entry->module == 'Quotes2'}
<li>{$entry->title} - <a href="{cms_selflink href="testimonials.html"}
">{$entry->urltxt}</a> ({$entry->weight}%)</li>
{/if}
Thanks!