Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#133 2006-05-30 20:00:45
Re: [plugin] [ORPHAN] rss_live_search
Adam — you can position the output div wherever you want, with CSS. I’m doing that for the thumbnail livesearch in my widescreen template.
Try setting #LSResult
to position:relative;
with a large negative top margin or something like that.
Offline
#134 2006-05-30 20:04:39
Re: [plugin] [ORPHAN] rss_live_search
that did the trick, thanks! i like what your doing with the widescreen template.
Offline
#135 2006-06-03 02:06:46
Re: [plugin] [ORPHAN] rss_live_search
I’m running this on the latest release of Textpattern, whatever it is, and it seems to work perfectly until you select one of the live results. The site’s at ikebowen.com ; the design is still being worked out.
It’s a fairly standard implementation (<code><txp:rss_live_search label=”“ max=“10” /></code>), but the links all point to http://ikebowen.com/1970/01/01/[article-title]. Any ideas why?
Edit: no longer an issue
Last edited by ikebowen (2006-06-12 20:21:08)
Offline
#136 2006-06-06 16:54:34
Re: [plugin] [ORPHAN] rss_live_search
This is an excellent plugin and I have been using it for a while now. But today, I decided it needed to be used in a more efficient manner on the front page of our site and via the header for all pages.
Anyway, I have it working and have semi-styled it but I am having great difficulty trying to add some line breaks and spacing to the sections and dates that go with the titles found.
I am using this tag:
txp:rss_live_search label=”“ showsection=“1” showdate=“1” excerpt=“1” inputvalue=“Search” /
and the results are as seen at http://erraticsouls.com
Has anyone else been able to work out the spacing issues?
Edit: Resolved
Last edited by Catalyst (2006-06-07 05:35:31)
Offline
#137 2006-06-13 07:50:46
- brain
- Member
- Registered: 2005-06-28
- Posts: 15
Re: [plugin] [ORPHAN] rss_live_search
hi
i have the problem that the search show an image of my homepage
i’m using the latest version of the plug-in with messy urls on the latest txtp version
this is my code:
<code>
<txp:if_section name=“blog”>
<txp:rss_live_search_js />
</txp:if_section>
</code>
and
<code>
<txp:if_section name=“blog”>
<div id=“sidebar”>
<txp:rss_live_search autocompleteoff=“1” showbutton=“1” />
…
</txp:if_section>
</code>
this is the page in question:
http://www.canaletto.demonweb.co.uk/artmedia/index.php?s=blog
this is the site:
http://www.canaletto.demonweb.co.uk/artmedia/
any help would be appreciated
thanks in advance
Last edited by brain (2006-06-13 07:52:05)
Offline
#138 2006-06-13 09:24:35
Offline
#139 2006-06-14 09:12:51
- brain
- Member
- Registered: 2005-06-28
- Posts: 15
Re: [plugin] [ORPHAN] rss_live_search
the server that host this site hasn’t support for htaccess so i have to use messy url, but in the thread don’t talk about problems with messy url, there is another way of use the js files? i’haveinstalled the plugin and followed the instructions, i havent found other files than the plugin one
thabks for help
Offline
#140 2006-06-23 03:32:12
Re: [plugin] [ORPHAN] rss_live_search
One problem I am having is an interaction with the nhn_livepreview plugin. When both are used you cannot use the keyboard to navigate the search results.
Offline
#141 2006-07-28 10:15:27
Re: [plugin] [ORPHAN] rss_live_search
It’s possible add Restricting search to one section to Live Search?
Thanks in advance.
Offline
#142 2006-08-01 18:58:10
- supafunk
- Member
- Registered: 2006-03-05
- Posts: 15
Re: [plugin] [ORPHAN] rss_live_search
Hey, thanks for a great plugin – everything works perfectly except for one problem….
When using the arrow keys and pressing enter to select an article included in the live search results I always get taken to a 404 error page with a url with /null at the end and not the correct article page. For example if I was searching from mysite.com then I would get taken to mysite.com/null or if I was searching from mysite.com/category I would get taken to mysite.com/category/null.
Any help much appreciated :)
Offline
#143 2006-09-07 03:47:34
- guitarman
- Member
- Registered: 2006-09-04
- Posts: 14
Re: [plugin] [ORPHAN] rss_live_search
Hi Wilshire.
Great plugin. It works like the other live search but I have the same date problem which other people seem to be getting. The year in the links in the popup are all 1970.
So, I guess the question is, is there a fix for this plugin for people using the year/month/date format instead of section/title? I haven’t seen anyone reply to that one.
Thanks.
Offline
#144 2006-09-07 08:32:39
- freshface
- Member
- Registered: 2006-08-23
- Posts: 49
Re: [plugin] [ORPHAN] rss_live_search
Is it possible to style the form to the sreach field like on the apple website?
Offline