<a href="javascript:document.siteSearch.submit();return false;" title="Submit Search Form"> <img src="/assets/images/checkmark_ko.png" alt="Go" title="Submit Search Form"> </a>
One of the things I’d say we’re in the most need of — documentation-wise — are various examples of how to implement the most common placements and functionalities. That said, where would it be most useful to post examples for the community at large?Examples can be found in the wiki documentation or on the demo site.
I’d love to contribute in some way as I learn methods that are yet-to-be documented
New question: I’ve set up a TV to tag pages with a particular category. Is it possible to restrict a search to pages with a particular tag, using a select field in the AS search form?Unfortunately, not. This is an interesting idea, I am interesting to know if this improvement could interest others persons. If yes, thanks for your feedbacks.
I’ve come across a possible enhancement of the templates.inc.php file: To validate in xhtml strict mode, the form fields need to be enclosed within a qualifying tag (of which there a many in the w3c spec). I’ve changed the template to enclose the form fields within a <fieldset> tag.OK, I notice this improvement. I will use it when I will improve the templating.
I’ve been attempting to use an image-based submit button ... How would I call the form in this case?To understand how you could customize you AS widget, look at this interesting post from therebechips
Can I pull my custom headline into the search results somehow? Or if too complex a scenario in AS, does the concept of dynamically setting [*longtitle*] = [*headline*] sound like a good solution? And if so, how would it be accomplished?A dynamically setting [*longtitle*] = [*tv content*] doesn’t exist. The solution will come will a better templating and the possibility to define/arrange the output by using pagetitle, longtitle but also tv_content
New question: I’ve set up a TV to tag pages with a particular category. Is it possible to restrict a search to pages with a particular tag, using a select field in the AS search form?Unfortunately, not. This is an interesting idea, I am interesting to know if this improvement could interest others persons. If yes, thanks for your feedbacks.
[+phx:if=`[+as.longtitle+]`:is=``:then=`[+as.articleTitle+]`:else=`[+as.longtitle+]`+]
This discussion is closed to further replies. Keep calm and carry on.