2012-05-16, 04:18:14
Your link ''i18n_search_dummy.zip'' Is not working.
I speak spanish, sorry for my english. I'm learning english with GetSimple too... LOL!
.
.
Search plugin (I18N)
|
2012-05-16, 04:18:14
Your link ''i18n_search_dummy.zip'' Is not working.
I speak spanish, sorry for my english. I'm learning english with GetSimple too... LOL!
.
2012-05-16, 06:07:53
volaverunt Wrote:Your link ''i18n_search_dummy.zip'' Is not working. Fixed - this was caused by the forum upgrade requiring an additional parameter for the download.
2012-05-16, 07:25:04
As you do this?
Code: // title and description are texts with no HTML tags or HTML entities With these options... Code: $dir = opendir(GSDATAOTHERPATH.'/calendar'); Is it possible?
I speak spanish, sorry for my english. I'm learning english with GetSimple too... LOL!
.
Dear support team,
I installed search plugin, it works fine. But the problem is it does not index Unicode page. As our page is in Vietnamese, search engine cannot search words with accents. I found that i18n_word_index.txt and i18n_tag_index.txt files are encoded in ASCII (when it should be UTF-8 encode). Do you have some idea for this issue ? ____________________________ Edit: Dear, I solved this problem by installing mbstring library for PHP. Without this library, the index function cannot index words in UTF-8. Simple commands like this: # yum install php-mbstring # service httpd restart
2012-05-21, 17:03:53
hungld Wrote:Dear support team, There is no support team, just one person doing this in his free time... hungld Wrote:I installed search plugin, it works fine. But the problem is it does not index Unicode page. As our page is in Vietnamese, search engine cannot search words with accents. I found that i18n_word_index.txt and i18n_tag_index.txt files are encoded in ASCII (when it should be UTF-8 encode). You might not have the PHP mbstring module installed. I18N Search will use UTF8, if the mbstring module is installed and fall back to ASCII/default 8-bit code page, if it is not installed. See this page for an example with multiple languages and search here for any of the words on that page.
2012-05-24, 18:02:27
how to disable search button so only input field is shown?
2012-05-25, 19:19:34
Dear all, first of all thank you for your wonderfull job.
Now the question: is there a way to personalize the (% searchform %) ... I mean like (% searchresult %) ... I would like to define id or class to style it with css thanks
2012-05-26, 04:57:30
ccorsani Wrote:Dear all, first of all thank you for your wonderfull job.Why wouldn't you enable source view, and add there <div id="searchresults">(% searchresult %)</div> ?
Addons: blue business theme, Online Visitors, Notepad
2012-05-26, 05:07:01
ccorsani Wrote:Dear all, first of all thank you for your wonderfull job. If you look at the HTML code, you will see that the search form is a <form class="search"> and the search results are in a <ul class="search-results">. Thus you can style it according to your wishes using these classes.
2012-05-26, 05:10:18
yojoe Wrote:This will probably do what has been asked for sufficiently. A nice future feature though would be custom rendering of the form (in very much the same way that the results can already be done) just to make the whole plugin as potent and fully customisable as possible.ccorsani Wrote:Dear all, first of all thank you for your wonderfull job.Why wouldn't you enable source view, and add there <div id="searchresults">(% searchresult %)</div> ?
2012-05-26, 05:31:08
Angryboy Wrote:A nice future feature though would be custom rendering of the form (in very much the same way that the results can already be done) just to make the whole plugin as potent and fully customisable as possible. You don't need a feature like this - or it's rather there already:
2012-05-26, 05:58:17
mvlcek Wrote:Thanks once again :-) It's always amusing to me when you've accomodated for certain features beforehand and they've yet to be noticed/realised xDAngryboy Wrote:A nice future feature though would be custom rendering of the form (in very much the same way that the results can already be done) just to make the whole plugin as potent and fully customisable as possible.
2012-05-30, 20:01:45
Is there a way of utilising I18N Search to create automatic archiving for certain page types? Much like the archive of roog's News Manager plugin. I can see how someone can create a static one using tags - so they have the tag 'may2012' for all of their May entries, then have a link in their sidebar called 'May 2012' with the url "?tags=may2012". But what if someone wanted the links to be generated automatically whenever there is a new in a different month is posted?
I've found my own way of doing so now utilising tags (_year and _month).
Tutorial:
Best solution I could think of in the mean time (if you don't want to add an archiving feature to i18n/i18n search in the future). ---*edit*--- @mvlcek ↓ : Thanks for updating the plugin to have those new tags! They work perfectly, so I've updated the tutorial accordingly. *emphatic swollen thumbs up*
2012-06-02, 02:33:24
I18N Search version 2.8:
2012-06-03, 03:05:23
I use it in combination with i18n Special Pages, but if i search for the content of one of the Customs Textfields I get no result, it appears that it only searches for the page content... any way to resolve this?
m1k3y Wrote:I use it in combination with i18n Special Pages, but if i search for the content of one of the Customs Textfields I get no result, it appears that it only searches for the page content... any way to resolve this? You have to select a value from the index dropdown (words, as tag) for the fields on the special page configuration. After that you should update/resave a page to trigger reindexing.
2012-06-03, 03:41:54
(This post was last modified: 2012-06-03, 03:46:49 by michael420.)
THX... Its incredible how flexible this Plugin is... you're doing a great job
Edit: Another Question, how can i style the suggestions in the form? EDit2: I got it
2012-06-05, 05:15:36
Finally my last question, who can i add a filtering Function when displaying specialpages ?
I would like to filter after tags
2012-06-05, 16:10:11
m1k3y Wrote:Finally my last question, who can i add a filtering Function when displaying specialpages ? I don't understand, what you want to do. If you use I18N Search, you can get a list of special pages filtered by tags by specifying the tag(s) in the search call.
2012-06-05, 23:32:18
mvlcek Wrote:m1k3y Wrote:Finally my last question, who can i add a filtering Function when displaying specialpages ? What I want to achieve is a product list which is automatically sorted after the producttag (e.g Topsellers at the top, beneath all products tagged as category2 and so on) Is this possible
2012-06-06, 01:26:01
m1k3y Wrote:What I want to achieve is a product list which is automatically sorted after the producttag (e.g Topsellers at the top, beneath all products tagged as category2 and so on) Is this possible If your products are each tagged with only one of e.g topsellers, offers, normal, you can use multiple search results, e.g. Code: (% searchresult tags=topsellers HEADER='' NOT_FOUND='' %)
2012-06-06, 06:25:33
(This post was last modified: 2012-06-06, 06:26:22 by michael420.)
hmm... but then i would have to make seperate Specialpages for each product am I wrong?
Thanks for your help
2012-06-06, 07:06:41
m1k3y Wrote:hmm... but then i would have to make seperate Specialpages for each product am I wrong? You'd have one special page type product, which - among others - has a dropdown field category with the values topsellers, offers and normal, which is configured to be indexed as tags. It might also have a dropdown field type with e.g. hardware, software (depending on your products, also indexed as tags) You'd have one special page (of this type) per product. You'd have one normal page, which contains the list of products as described above: Code: All our products: You could also have additional normal pages for your product types like for your software products: Code: All our Software:
2012-06-06, 20:04:43
Unfortunately that doesnt work for me ,as I use Jquery Masonry, so the two <ul>s with the class "search results" break my layout and the elements don't get positioned the way i want it....
I recognized, that by default the last saved elements are at the top, and i wondered if i could rewrite this that certain categories are at the top and others not |
« Next Oldest | Next Newest »
|