Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#157 2007-01-18 22:09:47
Re: [plugin] [ORPHAN] rss_live_search
clivewalker wrote:
Just a comment on the plugin with IE7 and Txp 4.0.4, it appears that the search results do not ‘refresh’ as you type – using IE7 on some websites. For example here. The plugin works ok with Firefox on the same site.
The plugin download has been updated to version 0.7 to fix the refresh issues with IE 7.
Offline
#158 2007-01-19 08:35:47
Re: [plugin] [ORPHAN] rss_live_search
Great! Thanks for the IE7 update.
Offline
#159 2007-01-22 14:00:53
- -rr-
- Member
- Registered: 2005-09-11
- Posts: 73
Re: [plugin] [ORPHAN] rss_live_search
Problem: How can I eliminate rss_live_search from listing hidden articles in the search results? I tried searching for a solution but found nothing in the forum. Certainly must be a bug, or have I overlooked something?
Offline
#160 2007-01-24 15:15:16
- davidschob
- New Member
- Registered: 2007-01-23
- Posts: 2
Re: [plugin] [ORPHAN] rss_live_search
I apologize in advance if I’m reposting… But I can’t seem to find my original post.
I installed and love rss_livesearch. I’m using it on at test sight at davidschober.hopto.org/development/textpattern/
And it works great in firefox. But in IE the results end up shoved to the right. I used the default styling provided. But I can’t figure out how to line up the results under the search box on IE.
Any suggestions would be greatly appreciated.
Thanks
David
Offline
#161 2007-02-10 01:34:43
Re: [plugin] [ORPHAN] rss_live_search
Can this plugin search “future” articles- like events in the future?
bludrop studios .::. Creative Expression
Offline
#162 2007-02-10 01:45:57
Re: [plugin] [ORPHAN] rss_live_search
It doesn’t straight “out of the box”. I’m not sure what kind of coding it would take to get it to…
“It is better to keep your mouth closed and let people think you are a fool than to open it and remove all doubt.”
- Mark Twain
Offline
#163 2007-02-11 15:17:15
- adnanoner
- Member
- Registered: 2007-01-01
- Posts: 20
Re: [plugin] [ORPHAN] rss_live_search
Hi guys,
Live-search is working fine except if I press enter and there are search results, I get a blank page. If I press enter and there are no search results it works.
My live search code is:
<txp:rss_live_search label=“LiveSearch:” showdate=“0” inputvalue=“Search Library” searchto=“search/” />
I have a section named search and on that page I have this code:
<txp:if_search>
<h3>Search results</h3>
<txp:article limit=25 pgonly=1 />
<txp:search_result_count text=“Articles found” />
<txp:article limit=25 />
</txp:if_search>
Any suggestions?
Thanks in advance, Adnan
(by the way my status is on debug so that’s not the problem)
Last edited by adnanoner (2007-02-11 21:44:23)
Offline
#164 2007-02-11 23:31:31
Re: [plugin] [ORPHAN] rss_live_search
Slick plugin! Unfortunately, I’m getting the 1970 problem. I’ve added dateformat=”%Y/%m/%d” but I still get URLs with 1970/01/01 as the date string. It’s seeing all the right articles, though, just the link to them is messed.
Offline
#165 2007-04-01 20:03:56
Re: [plugin] [ORPHAN] rss_live_search
small feature request:
the site I’m developing is in Dutch; so it would be nice if there is an easy way to translate “use arrow keys and enter” and “close (esc); ofcourse I can search in the code, but there are better solutions…
Hope this can be taken into account in a next version.
Offline
#166 2007-04-10 00:24:25
Re: [plugin] [ORPHAN] rss_live_search
Does anyone recommend any conditional code to replace the livesearch form with a regular search form should javascript be disabled?
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
#167 2007-04-25 10:41:47
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: [plugin] [ORPHAN] rss_live_search
How are the results styled? Are they coming in a ol or ul list?
Does something like #LSResult ul
exist?
How can i see the styles in AJAX?
I like to style the results of LiveSearch in my german TXP Resource Blog . Right now the title of an article and the text of the next article glue together. I like to give them a padding but can not figure out what kind of lists Rob uses.
Offline
#168 2007-04-26 02:51:07
Re: [plugin] [ORPHAN] rss_live_search
Each result row is held in a <div>
with a class of .LSRow
You have the base style in your CSS already – .LSRow { padding: 0 15px; }
If you use Firefox, you can use the DOM Inspector to see the full HTML.
Offline