[3.2][RC] FAQ Manager

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Get Involved
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Ger »

What is your phpBB version?
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][BETA] FAQ Manager

Post by eunaumtenhoid »

Ger wrote: Sat Nov 10, 2018 1:13 pm What is your phpBB version?
3.2.3
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Ger »

Sorry, can't reproduce this. I have installed it just now on a vanilla 3.2.3 board with no issues at all. You might want to completely remove the extension (also delete data) and download ad install the current development release from Github.
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
eindgebruiker
Registered User
Posts: 19
Joined: Thu Oct 11, 2018 8:09 am

Re: [3.2][BETA] FAQ Manager

Post by eindgebruiker »

Something strange is happening: within a FAQ category I want to move a question up by repeatedly clicking the up button. Sometimes this process will block after a couple of movements. I cannot move the question further up any more, the question above it will block that. I cannot move that question downward, nor can I move another question upward.

Looking further into it I see that the AJAX call returns false.
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Ger »

If the AJAX call returns FALSE, it seems that the move wasn't possible. That's usually only when you try to move the first entry up or the latest entry down. Those buttons are disabled by default.

Could you run this query for me?

Code: Select all

SELECT faq_id, cat_id, sort_order 
FROM phpbb_faqmgr
WHERE lang = 'nl'; #MIGHT NEED TO CHANGE LANG 
Please post the results between code-tags.
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
eindgebruiker
Registered User
Posts: 19
Joined: Thu Oct 11, 2018 8:09 am

Re: [3.2][BETA] FAQ Manager

Post by eindgebruiker »

Code: Select all

+--------+--------+------------+
| faq_id | cat_id | sort_order |
+--------+--------+------------+
|     83 |      0 |          9 |
|     85 |     83 |          4 |
|     86 |     83 |          6 |
|     87 |     83 |          5 |
|     88 |      0 |          4 |
|     89 |     88 |         16 |
|     90 |     88 |          7 |
|     92 |     88 |          8 |
|     95 |     88 |         15 |
|     96 |     88 |         11 |
|     97 |     88 |         14 |
|     98 |      0 |         11 |
|     99 |     98 |         16 |
|    100 |     98 |         17 |
|    101 |      0 |         10 |
|    102 |    101 |         18 |
|    105 |    101 |         21 |
|    115 |      0 |          2 |
|    116 |    115 |         30 |
|    118 |    115 |         32 |
|    121 |    115 |         38 |
|    122 |    115 |         37 |
|    123 |    115 |         36 |
|    124 |    115 |         35 |
|    125 |      0 |          7 |
|    126 |    125 |         39 |
|    127 |    125 |         40 |
|    128 |    125 |         41 |
|    129 |      0 |          3 |
|    131 |    129 |         43 |
|    132 |    129 |         44 |
|    133 |    129 |         45 |
|    134 |    129 |         46 |
|    139 |    129 |         52 |
|    140 |    129 |         53 |
|    141 |    129 |         51 |
|    142 |    129 |         54 |
|    143 |      0 |          8 |
|    144 |    143 |         57 |
|    145 |    143 |         55 |
|    146 |    143 |         56 |
|    147 |    143 |         58 |
|    148 |    143 |         59 |
|    149 |      0 |          6 |
|    150 |    149 |         60 |
|    152 |    149 |         62 |
|    153 |    149 |         63 |
|    154 |    149 |         64 |
|    157 |    149 |         69 |
|    158 |    149 |         68 |
|    159 |     88 |         12 |
|    160 |    149 |         67 |
|    161 |    125 |         42 |
|    162 |    149 |         70 |
|    163 |     88 |         13 |
|    164 |      0 |         12 |
|    165 |    164 |          1 |
|    166 |    164 |          2 |
|    167 |    164 |          3 |
|    168 |    164 |          5 |
|    169 |    164 |          6 |
|    170 |    164 |          7 |
|    171 |    164 |          4 |
|    172 |      0 |         13 |
|    173 |    172 |          3 |
|    174 |    172 |          1 |
|    175 |    172 |          2 |
|    176 |    172 |          5 |
|    177 |    172 |          4 |
|    178 |    172 |          6 |
|    179 |    172 |          7 |
|    180 |    172 |          8 |
|    181 |    172 |          9 |
+--------+--------+------------+
eindgebruiker
Registered User
Posts: 19
Joined: Thu Oct 11, 2018 8:09 am

Re: [3.2][BETA] FAQ Manager

Post by eindgebruiker »

These are failing:
action=faq_up&cat_id=115&faq_id=124
action=faq_down&cat_id=115&faq_id=118
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Ger »

It finally got it reproduced. Seems like you have some items deleted in that category? In that case the expected sort_order was out of line. I didn't take that scenario into account earlier.
That's why we have BETA's ;)

I have pushed an update to Github.
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
eindgebruiker
Registered User
Posts: 19
Joined: Thu Oct 11, 2018 8:09 am

Re: [3.2][BETA] FAQ Manager

Post by eindgebruiker »

Ger wrote: Fri Nov 23, 2018 9:02 amSeems like you have some items deleted in that category?
Yup I did.

Thanks!
eindgebruiker
Registered User
Posts: 19
Joined: Thu Oct 11, 2018 8:09 am

Re: [3.2][BETA] FAQ Manager

Post by eindgebruiker »

Another one: double quoted links don't work. This is what I enter:

Code: Select all

<a href="https://www.google.com">test</a>.
Result:

Code: Select all

<a href="&quot;https://www.google.com&quot;">test</a>
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Ger »

Fixed
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
picheral
Registered User
Posts: 1
Joined: Sun Dec 23, 2018 5:25 pm

Re: [3.2][BETA] FAQ Manager

Post by picheral »

Hi
As I am an old FAQ Manager mods user (phpBB 3.1) and I found you wrote FAQManager as an extension for phpBB >= 3.2), I tried to install it on my local phpBB forum (version 3.2.4).
After installing it in .../ext/ger/, when activating it in Customize/Extensions I got the message "Apache Http server has stopped working".
I use the last version of EasyPHP (17) on my computer for a time and never encountered such a problem.
If I kill the Browser tab and display again the index.php page of my forum, it works, except if I click for the ACP, MCP, my own profile and may be other links. So I can't uninstall the FAQmanager as I can't go the ACP. The faqmgr table was created and is empty.
If other details are needed, let me know.
Thanks

Éric
User avatar
Ger
Registered User
Posts: 2108
Joined: Wed Jan 02, 2008 7:35 pm
Location: 192.168.1.100
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Ger »

I don't really know easyPHP, bit without any real error message I can't help you
My extensions:
Simple CMS, Feed post bot, Avatar Resize, Modbreak, Magic OGP, Live topic update, Modern Quote, Quoted Where (GDPR) and Autoresponder.
Newest: FAQ manager for 3.2

Like my work? Buy me a coffee to keep it coming. :ugeek:

-Don't PM me for support-
eindgebruiker
Registered User
Posts: 19
Joined: Thu Oct 11, 2018 8:09 am

Re: [3.2][BETA] FAQ Manager

Post by eindgebruiker »

picheral wrote: Sun Dec 23, 2018 6:50 pm So I can't uninstall the FAQmanager as I can't go the ACP.
Extensions can be uninstalled using the phpbb cli:

php bin/phpbbcli.php extension:disable ger/faqmanager
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][BETA] FAQ Manager

Post by eunaumtenhoid »

i update for 1.0.0-b7 VERSION its work Perfect ty!
Is it possible to change the faqpage link name to only faq?

my contribuition >> https://github.com/phpBBTraducoes/faqmanager
Brazilian Portuguese translation by eunaumtenhoid (c) 2018 [ver 1.0.0-b7]
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
Post Reply

Return to “Extensions in Development”