Search found 12 matches

by daryl.hurst
Tue Jan 10, 2012 10:55 am
Forum: General discussions
Topic: Hierarchical searching
Replies: 2
Views: 3222

Re: Hierarchical searching

Thorsten,

That's great news - thank you, I'll download the 2.8.0-dev release and have a look.
by daryl.hurst
Mon Jan 09, 2012 11:00 am
Forum: General discussions
Topic: Hierarchical searching
Replies: 2
Views: 3222

Hierarchical searching

When using the standard or advanced search it seems the search executes against the currently selected category only, is it possible to make the search execute against the current category and any child categories as well, this would make it easier for users who don't necessarily know the exact ...
by daryl.hurst
Thu Jan 05, 2012 3:16 pm
Forum: General discussions
Topic: Multiple styles/themes
Replies: 3
Views: 3990

Re: Multiple styles/themes

Thorsten,

Yes that's correct.

Regards,

Daryl.
by daryl.hurst
Wed Jan 04, 2012 9:22 pm
Forum: General discussions
Topic: Multiple styles/themes
Replies: 3
Views: 3990

Multiple styles/themes

Is there any way of dynamically or programatically setting the style or theme used by the faqs?

I have a scenario where I would like the style to be determined by the category of the faq selected.
by daryl.hurst
Mon Aug 23, 2010 4:20 pm
Forum: Bug reports
Topic: Active count incorrect when administering FAQs
Replies: 3
Views: 4043

Re: Active count incorrect when administering FAQs

Thorsten,

Sorry for the duplication, couldn't find it when I searched. :oops:

Regards,

Daryl.
by daryl.hurst
Mon Aug 23, 2010 3:17 pm
Forum: Bug reports
Topic: Active count incorrect when administering FAQs
Replies: 3
Views: 4043

Active count incorrect when administering FAQs

If you activate a previously un-activated FAQ (via the Edit FAQs administration option) the routine that refreshes the (n FAQs, n Active) summary text (next to the category description) increases the FAQ count by one rather than decreasing the Active count.

On version 2.6.7.
by daryl.hurst
Mon Aug 16, 2010 10:45 am
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 18064

Re: Tag search not working

Thorsten,

Yes, I tried the fix which certainly fixes clicking on a tag in the tag cloud but causes the other searches to stop working.

I'll go back and check that I've applied the changes correctly if you're convinced the fix should work but so far the only way I can get both the tag cloud and ...
by daryl.hurst
Mon Aug 16, 2010 8:49 am
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 18064

Re: Tag search not working

Thorsten,

No errors displayed - just no results when searching, I suspect it's the else clause that has been added to line 76 of search.php:

} else {
$printResult = '';
}

Also, it looks like the change made on line 173 of search.jsp i.e. 'printResult' => $printResult means $faqSearchResults is ...
by daryl.hurst
Sun Aug 15, 2010 9:46 pm
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 18064

Re: Tag search not working

Thorsten,

I just tried the changes you made which still allows the tag search to work correctly but the normal search now fails to return results.

Regards,

Daryl.
by daryl.hurst
Fri Aug 13, 2010 1:50 pm
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 18064

Re: Tag search not working

Ortwin, just tried your suggestion and it appears to work perfectly!

I take what you're saying regarding the pagination but I can live without that for now. I've only just come across phpMyFAQ but it's an excellent piece of software, I'll continue to try and understand the renderSearchResult class ...
by daryl.hurst
Fri Aug 13, 2010 1:01 pm
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 18064

Re: Tag search not working

Thanks Ortwin for such a quick response! :D

I'll maybe dig around the code you suggested and see if I can come up with what might be a possible fix.
by daryl.hurst
Fri Aug 13, 2010 11:32 am
Forum: General discussions
Topic: Tag search not working
Replies: 14
Views: 18064

Tag search not working

I've installed version 2.6.7 and everything is working very well apart from tagging. I can add tags to FAQs and they appear in the tag cloud but when I click on a word in the tag cloud no search results are displayed - it says 'No FAQs available'.

Is there any specific configuration or setting that ...