[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!
Suggested Hosts
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)
Exabot
Translator
Posts: 217
Joined: Sun Jan 18, 2015 8:21 pm
Location: Estonia

Re: [3.2][BETA] FAQ Manager

Post by Exabot »

Ger wrote: Mon Aug 27, 2018 9:46 amFixed :)
Thanks!
User avatar
Restless Rancor
Registered User
Posts: 196
Joined: Tue Sep 18, 2018 1:51 pm

Re: [3.2][BETA] FAQ Manager

Post by Restless Rancor »

Hi Ger, I'm using version 1.0.0-b2 on a 3.2.3 installation and it's working great with only one issue:
When the extension is enabled a link called "DEMO_PAGE" shows in the navbar. The link loops back to the page you're on when you click it.
Not sure if I've missed something somewhere?

Thanks
These are not the droids you're looking for...
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 »

Restless Rancor wrote: Fri Sep 28, 2018 5:28 pm Not sure if I've missed something somewhere?
You didn't, I did ;)

Fixed it in the latest version on 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-
User avatar
Restless Rancor
Registered User
Posts: 196
Joined: Tue Sep 18, 2018 1:51 pm

Re: [3.2][BETA] FAQ Manager

Post by Restless Rancor »

Ger wrote: Mon Oct 01, 2018 7:25 am
Restless Rancor wrote: Fri Sep 28, 2018 5:28 pm Not sure if I've missed something somewhere?
You didn't, I did ;)

Fixed it in the latest version on Github
Awesome thanks I'll check it out 8-)
These are not the droids you're looking for...
User avatar
Restless Rancor
Registered User
Posts: 196
Joined: Tue Sep 18, 2018 1:51 pm

Re: [3.2][BETA] FAQ Manager

Post by Restless Rancor »

Ger wrote: Mon Oct 01, 2018 7:25 am
Restless Rancor wrote: Fri Sep 28, 2018 5:28 pm Not sure if I've missed something somewhere?
You didn't, I did ;)

Fixed it in the latest version on Github
Hi Ger, the link doesn't show now, thanks!
I have noticed though, it's not possible to add links. For example, <a href="https://www.phpbb.com/ideas/">phpBB Ideas Centre</a> is used in phpBB Issues > Why isn’t X feature available? but when I create a link (even if I copy paste the one above) into one of my own answers, it shows the HTML and does not parse.

Thanks
These are not the droids you're looking for...
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 see phpBB always applies html entities. I've updated my extension to cope with this behaviour.
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
Restless Rancor
Registered User
Posts: 196
Joined: Tue Sep 18, 2018 1:51 pm

Re: [3.2][BETA] FAQ Manager

Post by Restless Rancor »

Ger wrote: Mon Oct 08, 2018 2:12 pm I see phpBB always applies html entities. I've updated my extension to cope with this behaviour.
Perfect, that did the trick, thanks! :geek:
These are not the droids you're looking for...
User avatar
pikachuturkey
Registered User
Posts: 335
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [3.2][BETA] FAQ Manager

Post by pikachuturkey »

Turkish (tr) translation for FAQ Manager [3.2] Beta

language/tr/common.php

Code: Select all

<?php
/**
 *
 * FAQ manager reloaded. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2018, Ger, https://github.com/gerb
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */
if (!defined('IN_PHPBB'))
{
	exit;
}
if (empty($lang) || !is_array($lang))
{
	$lang = array();
}
$lang = array_merge($lang, array(
	'FM_NO_DATA'			=> 'Hiç SSS girdisi bulunamadı',
));

language/tr/info_acp_faqmanager.php

Code: Select all

<?php
/**
 *
 * FAQ manager reloaded. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2018, Ger, https://github.com/gerb
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */
if (!defined('IN_PHPBB'))
{
	exit;
}
if (empty($lang) || !is_array($lang))
{
	$lang = array();
}
$lang = array_merge($lang, array(
    'FM_ACP_SAVED'                  => 'SSS kaydedildi',
    'FM_ANSWER'                     => 'Cevap',
    'FM_CAT_ADD'                    => 'Kategori ekle',
    'FM_CAT_DELETED'                => 'Altkategorisi ile birlikte kategori silindi',
    'FM_CAT_TITLE'                  => 'Kategori başlığı',
    'FM_CHILDREN_WILL_BE_DELETED'	=> 'Bu kategorideki tüm girdiler de silinecek!',
    'FM_DEFAULTS_IMPORT'            => 'SSS veritabanındaki varsayılan lisan dosylarını oku',
    'FM_DEFAULTS_EXPLAIN'           => 'Eğer devam ederseniz veritabanından tüm mevcut SSS girdileri budanacak. Varsayılan <code>./language/**/help/faq.php</code> dosyası mevcut her bir dil için içe aktarılacak.<br>',
	'FM_FAQ_MANAGER'                => 'SSS Yöneticisi',
	'FM_FAQ_DELETED'                => 'SSS girdisi silindi',
	'FM_LANG'                       => 'Bu kategori ve onun girdileri için lisan',
	'FM_NO_CATEGORIES'              => 'Hiç kategori bulunamadı',
	'FM_QUESTION'                   => 'Soru',
	'FM_QUESTION_ADD'               => 'Bu kategoriye yeni soru ekle',
));

(Minor letter problem corrected)
Last edited by pikachuturkey on Mon Oct 22, 2018 12:35 am, edited 2 times in total.
eindgebruiker
Registered User
Posts: 19
Joined: Thu Oct 11, 2018 8:09 am

Re: [3.2][BETA] FAQ Manager

Post by eindgebruiker »

A bug: questions are cut off at straight quotes.

The English version of the FAQ uses curly double quotes, e.g.: What is a “Default usergroup”?
However, the Dutch version uses straight quotes: Wat is de "Standaard gebruikersgroep"?
The latter question is cut off at the first double quote when displaying it in the ACP (/phpbb/adm/index.php?i=-ger-faqmanager-acp-main_module&mode=manage&action=cat_edit&cat_id=101).
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 see you are right. Fixed pushed 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-
User avatar
HerzeleidMeister
Registered User
Posts: 31
Joined: Sat Feb 25, 2012 3:00 pm
Location: Little Rock, AR
Name: Len Kaiser
Contact:

Re: [3.2][BETA] FAQ Manager

Post by HerzeleidMeister »

Is this supposed to completely replace the default FAQ? After installing it and creating a FAQ item, its the only thing on there, so I was wondering if that was what it was supposed to do or did mine just go awry?
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Hippie459MN »

HerzeleidMeister wrote: Sun Oct 21, 2018 11:41 am Is this supposed to completely replace the default FAQ? After installing it and creating a FAQ item, its the only thing on there, so I was wondering if that was what it was supposed to do or did mine just go awry?
Ger wrote: Thu Aug 09, 2018 2:47 pm All standard FAQ entries can be imported with a single click.
Right there in the first post. I havent had a chance to look at this yet myself but I will later toady when I get home.
User avatar
HerzeleidMeister
Registered User
Posts: 31
Joined: Sat Feb 25, 2012 3:00 pm
Location: Little Rock, AR
Name: Len Kaiser
Contact:

Re: [3.2][BETA] FAQ Manager

Post by HerzeleidMeister »

Hippie459MN wrote: Sun Oct 21, 2018 3:29 pm Right there in the first post. I havent had a chance to look at this yet myself but I will later toady when I get home.
Ok I went back and I see what you are talking about, but there is no information on how to do that. I do not see an option to import the rest of the FAQ into the new area. Where would I find that?
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [3.2][BETA] FAQ Manager

Post by Hippie459MN »

HerzeleidMeister wrote: Mon Oct 22, 2018 12:02 am
Hippie459MN wrote: Sun Oct 21, 2018 3:29 pm Right there in the first post. I havent had a chance to look at this yet myself but I will later toady when I get home.
Ok I went back and I see what you are talking about, but there is no information on how to do that. I do not see an option to import the rest of the FAQ into the new area. Where would I find that?
Go to your ACP, click on the General tab, then go down to FAQ Manager and on that screen, right next to where it says "Read default language files into FAQ database:" Click Submit. Worked like a charm for me.
User avatar
HerzeleidMeister
Registered User
Posts: 31
Joined: Sat Feb 25, 2012 3:00 pm
Location: Little Rock, AR
Name: Len Kaiser
Contact:

Re: [3.2][BETA] FAQ Manager

Post by HerzeleidMeister »

Thanks Hippie459MN got it all sorted. :)
Post Reply

Return to “Extensions in Development”