2011-08-26, 22:21:23
I18N Search version 1.3.1:
- fixes the "last-page" link, when having more than two pages of search results
Search plugin (I18N)
|
2011-08-26, 22:21:23
I18N Search version 1.3.1:
I18N Search version 2.0:
@Plugin Developers: see i18n_search_dummy.zip for an example on how to index and search for your plugin's data.
2011-09-10, 02:23:34
I18N Search version 2.1:
2011-09-15, 06:14:15
I18N Search version 2.1.1:
Hello,
I have a couple of issues with the Search plugin. I have reproduced them on a clean GS installation, with only the I18N v2.2 and I18N_Search v2.1.1 plugins added. This is on a local Linux server and GS is installed in a sub-directory. (It is quite possible that Apache has set-up issues that wouldn't be on an Internet-facing production server, but no other problems are apparent with GS running here.) Server is : Debian Linux 2.6.32-5-686; Apache 2.2.16 (Debian); PHP 5.3.3-7+squeeze3 with Suhosin-Patch.
Code: <ul class="search-results"> I see the same thing in search results at http://mvlcek.bplaced.net, but not at Oleg's chaga mushroom site, nor at http://www.get-simple.de. Any ideas, please ? It's giving me a problem, showing a list bullet next to an empty line.
Thanks for any feedback. Edit to add:
--
Nick.
2011-09-19, 04:46:35
hameau Wrote:I have a couple of issues with the Search plugin. Thanks for the bug report. I didn't spot this - which was introduced with the "component for display" feature. Solved in 2.1.2. hameau Wrote: Yes, that's right. Honoring this option was lost with 2.0. Corrected it in 2.1.2 hameau Wrote: Yes, you need to change the distributed file, but that would also be the case if en_GB was supported and included in the plugin and you wanted to change it. The reason for the language without variation is that I can't envision a (GetSimple) site where you would have different versions of english (or spanish) for your visitors. The request language is retrieved from the browser languages and compared with the supported languages: if we had a german (default language) web site with en_GB as second language, an american would see the german default version, as en and en_US don't match en_GB. hameau Wrote: p = paragraphs pm = paragraphs with more (i.e. a <p>...</p> is added, if there is more content) Where did I document or use these modifiers?
2011-09-19, 04:48:16
I18N Search version 2.1.2:
Thank you for the fast response, as always. I'm glad it wasn't something I had done. ;-)
mvlcek Wrote:Yes, you need to change the distributed file ... /snipped/I understand what you say, but I'm not sure that your assertion is correct. I set my browser language preference to Canadian French (fr-ca), with no other languages as alternatives, and go to Oleg's mushroom site. His default language is set as Russian; my browser asks for fr-CA and I am served the French version. (I agree that this is not a particularly exhaustive test, but it's a site that was immediately available to try.) Additionally, everywhere else in GS (including your own plug-ins), language is expressed as language_locale. It was the difference in expected date and time formats between US English and British English that led me to look at making the distinction. It isn't a major problem. Edit to add : You are right, this is not testing the same thing. Sorry for the noise. mvlcek Wrote:p = paragraphsNot documented, as such. You mentioned them in passing in another thread, so I went looking for information in the source. They are (very lightly) commented in searcher.class.php (line 12). In fact, I see no difference between p and pm: neither has the ellipsis appended to the excerpt. It works well. It would be nice to exclude any header tags in the excerpt and only quote the contents of the <p>...</p>. For me, an excerpt by paragraph is really useful -- please don't take this away! It makes for much cleaner presentation of the search results, imo. Thanks again for some great plug-ins.
--
Nick.
2011-09-22, 06:10:41
I18N Search version 2.2:
I18N Search version 2.3:
For an example see http://mvlcek.bplaced.net/search/. To make sure that tags are grayed out, if they are not available, make sure to define CSS rules like Code: #content .tags .tag { To adjust the auto-complete styles to your site's look-and-feel, you need to add CSS rules like this: Code: body .ac_odd {
2011-10-01, 07:51:17
Jesus Christ on a bicycle in Switzerland. The updates you've made that enable the customization of the displayed results are absolutely freaking fantastic, and allow you to properly make the news manager that you want. Heck, this can ultimately become a sorting machine for any sort of page: news, blog posts, article posts, the works. You've given the keys to an even more awesome thing than before, mvlcek, and I bow to you for this.
*bows meekly* I'm tempted to make another article on how to display the results like a news plugin again with this new iteration.
2011-10-01, 08:10:34
Thank you, Angryboy!
I'm glad you like it :-) Martin
Hello and thanks for a plugin that is quite essential.
I am quite a novice and before digging into the code I wanted to ask if the dead simple way to have a search page is to add (% searchform %) (% searchresults %) to it. Because when I created that page and tried to search, it just took me to the home page. If there's no that dead simple way, please pardon my ingorance.
2011-10-01, 08:38:08
diem Wrote:I wanted to ask if the dead simple way to have a search page is to add Yes, it is. However, due to a change it stopped working, if you don't use fancy URLs. I fixed the bug and uploaded a new version: 2.3.1. Please download, it should work now.
2011-10-01, 10:18:18
Many thanks for the timely response. It is kinda functioning now. I say kinda, because the only results I get are the dates when the relevant post where published.
2011-10-01, 17:14:19
Struggled with this last night busting myself to get it working LOL I should visit here more often
Now only showing the dates and no text and no clickable headers to pull up the details? with the new update Only showing the following? Search Results Sunday, September 25, 2011 - 8:50 AM Sunday, September 25, 2011 - 8:51 AM
Pete
Chefbyte Services
2011-10-01, 18:04:08
@chefbyte, @diem:
Do you have a link to your site for me to take a look?
2011-10-02, 04:14:04
mvlcek Wrote:@chefbyte, @diem: Sure, its http://www.55002koyli.com/newsite/ Fancy URLs are off
Pete
Chefbyte Services chefbyte Wrote:mvlcek Wrote:@chefbyte, @diem: ... and usage without the I18N plugin was broken, too. I18N Search version 2.3.2:
BTW: You should include jQuery in your template to get a much nicer search form.
2011-10-02, 06:05:37
(This post was last modified: 2011-10-02, 06:15:34 by get-simple2.)
mvlcek Wrote:BTW: You should include jQuery in your template to get a much nicer search form. Thanks for fixing this, works a treat Not sure what you mean about JQuery but will seek help
Pete
Chefbyte Services
2011-10-02, 09:08:01
chefbyte Wrote:mvlcek Wrote:BTW: You should include jQuery in your template to get a much nicer search form. I too would be interested in a hint about this one Also, search works fine now, thnx
2011-10-02, 15:22:29
Quote:BTW: You should include jQuery in your template to get a much nicer search form. this was a suggestion It means that there are many Jquery possibilities to embellish ugly forms, with Jquery you can combine beauty and functionality
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
2011-10-02, 16:25:43
chefbyte Wrote:Not sure what you mean about JQuery but will seek help If you include jQuery (a javascript library) in your HTML head, the search form will show a tag cloud (if you entered tags for your pages) and suggest words for the search, see here for an example.
2011-10-02, 17:24:20
(This post was last modified: 2011-10-02, 17:25:35 by get-simple2.)
mvlcek Wrote:chefbyte Wrote:Not sure what you mean about JQuery but will seek help Got ya and now understand, many thanks for the feedback and prompt response. Noted since the last update you posted, in my plugins folder, I only have the following showing in the list for the I18N plugin Plugin Description Status Innovation Theme Settings Settings for the default GetSimple 3.0 Theme: Innovation Version 1.1 — Author: Chris Cagle Deactivate Version — Author: Deactivate Events Manage Events Version 2.1j — Author: Sam Collett Deactivate Its not showing the Plugin name or the description?
Pete
Chefbyte Services
2011-10-05, 07:14:19
Hey there, quick question. Is there a way to exclude pages from the search so that they don't show up?
|
« Next Oldest | Next Newest »
|