mikeen
Forum Replies Created
-
Forum: Plugins
In reply to: [IDB Support Tickets] Guest tickets not workingI’ve got the same issue, looks like the wrong index is being used in the options.
Try opening the file
wpsc-support-tickets.phpand changing line 532 from$devOptions['allowg_uests']to$devOptions['allowguests'].Forum: Plugins
In reply to: [Media Features] TranslationsHi, I’m really liking this plugin and have translated it to Hebrew.
Here is the .po file:
https://s3-eu-west-1.amazonaws.com/mike-general/misc/media-features-he_IL.poForum: Plugins
In reply to: [SearchAutocomplete] Setting minLength and taxonomy typesLooks like it’s working great now, thanks.
Forum: Plugins
In reply to: [SearchAutocomplete] mixing of resultsTerms and resultsPostsLooks like it’s working great now, thanks.
Forum: Plugins
In reply to: [SearchAutocomplete] Setting minLength and taxonomy typesThese are two different issues.
This one is about the type of taxonomies being displayed – even when marking only one taxonomy in the settings, it will display terms from all of the existing taxonomies – no filtering of selected taxonomies occurs.
The other is about posts not being shown by the autocomplete, when the posts are queried they are put into $resultsTerms, and right after it, $resultsTerms is being used for the terms.
So on lines 124-129, when merging the two results, $resultsPosts is in fact empty.Thanks for your help for looking into this.
Forum: Plugins
In reply to: [SearchAutocomplete] Setting minLength and taxonomy typesCheers, thanks for fixing for minLength.
What about the taxonomies options selection? Even when I’m checking only the ‘Categories’ taxonomy in the settings, it will display terms from both the Categories and Tags tables.