Search found 16 matches

by swguy
Tue Dec 18, 2018 5:20 pm
Forum: General discussions
Topic: Default Language | Disable Browser Detection
Replies: 7
Views: 9155

Re: Default Language | Disable Browser Detection

This has been renamed "Enable automatic language detection," and it's in the main configuration menu.
by swguy
Tue Dec 11, 2018 4:49 pm
Forum: General discussions
Topic: 3.0 Drivers
Replies: 1
Views: 2527

3.0 Drivers

What are the main drivers for the 3.0 Release (and what reasons will people have to adopt it)?
by swguy
Tue Dec 11, 2018 2:59 pm
Forum: General discussions
Topic: Disable some features
Replies: 4
Views: 5421

Re: Disable some features

Perhaps 3.0 could have feature flags so you could turn off Ask and User Contributed Content.
by swguy
Tue Dec 11, 2018 2:56 pm
Forum: Bug reports
Topic: Saving error
Replies: 5
Views: 6539

Re: Saving error

I have only seen this when editing posts (not configs or anything else). The other odd thing is that it seems like the save completes and then Chrome complains *after* this. I will do some more testing and see if I can characterize it further.
by swguy
Tue Dec 11, 2018 2:54 pm
Forum: General discussions
Topic: Want to show viewTree down to the FAQ level
Replies: 8
Views: 5620

Re: Want to show viewTree down to the FAQ level

Good idea - I could give it a new name so it would be totally optional for those who wanted it.

Are you still taking PRs for 2.9?
by swguy
Sun Dec 09, 2018 9:20 pm
Forum: Skins and Themes
Topic: Remove Tool Tip
Replies: 6
Views: 19935

Re: Remove Tool Tip

In 2.9.11, it seems like you have to modify ./inc/PMF/Glossary.php and remove the for loop in insertItemsIntoContent(). Just removing the JS from the template didn't do it.
by swguy
Sun Dec 09, 2018 9:08 pm
Forum: Bug reports
Topic: Saving error
Replies: 5
Views: 6539

Re: Saving error

I too am seeing this error in 2.9.11. And then, oddly enough, when I go that stackoverflow page, Chrome goes into a redirect loop. :(
by swguy
Sun Dec 09, 2018 7:16 pm
Forum: General discussions
Topic: Want to show viewTree down to the FAQ level
Replies: 8
Views: 5620

Re: Want to show viewTree down to the FAQ level

OK, I see. I modified ./inc/PMF/Helper/Faq.php to taste. Thanks for the pointer!
by swguy
Sun Dec 09, 2018 7:01 pm
Forum: General discussions
Topic: Want to show viewTree down to the FAQ level
Replies: 8
Views: 5620

Re: Want to show viewTree down to the FAQ level

This is good but I don't want to show all the page content - just links to each page.
by swguy
Sun Dec 09, 2018 6:54 pm
Forum: General discussions
Topic: Want to show viewTree down to the FAQ level
Replies: 8
Views: 5620

Re: Want to show viewTree down to the FAQ level

Correct. I want to show everything!
by swguy
Sun Dec 09, 2018 5:28 pm
Forum: General discussions
Topic: Want to show viewTree down to the FAQ level
Replies: 8
Views: 5620

Want to show viewTree down to the FAQ level

I'd like to show

Level 1 Category
Level 2 Category
FAQ 1
FAQ 2
etc.

but it seems that index.php?action=show stops at the lowest category level and doesn't descend all the way to the FAQs. Is there a way around this?
by swguy
Sun Dec 09, 2018 2:48 pm
Forum: General discussions
Topic: Disable some features
Replies: 4
Views: 5421

Re: Disable some features

But doing this still allows them to enter the URL

index.php?action=ask&category_id=0

and get to the ask page. So it might be good to also modify template/YOUR-TEMPLATE/ask.tpl (and the templates any other page you want to disable) and remove the content in that file.
by swguy
Sun Dec 09, 2018 2:37 pm
Forum: Skins and Themes
Topic: Hide the phpMyFAQ version number from FrontEnd
Replies: 3
Views: 13185

Re: Hide the phpMyFAQ version number from FrontEnd

I wonder if rather than editing each template it would be better to simply modify index.php and use

Code: Select all

'phpmyfaqversion' => '',
in place of

Code: Select all

    'phpmyfaqversion' => $faqConfig->get('main.currentVersion'),