FAQ (Frequently Asked Questions) mod

Started by Suki, June 20, 2011, 08:19:18 PM

Previous topic - Next topic

T3CHN0

Quote from: Miss All Sunday on November 08, 2011, 07:06:26 PM
The mod uses the WYGIWYS SMF editor, if you enable the spell check in your forum it will appear on the add faq page.

Most modern browsers already have an inbuilt spell check.
I do have spell check enabled from same day my forum was installed. spell check work every where else but don't show in FAQ.
I guess I will have to look into it and see what I can work out..

krash661

the problem I'm having with it is,
it only shows up when I'm logged in as Admin.when I log on as a regular member,It does not show at all.

live627

Quote from: krash661 on November 11, 2011, 09:04:41 PM
the problem I'm having with it is,
it only shows up when I'm logged in as Admin.when I log on as a regular member,It does not show at all.
You need to set the permissions for each user.

nokaPL

Hi

I alredy installed this mod (works well and looks nice). Unfortunately when I try put html code to WYSIWYG editor and save - i see all html code (preview works well)   

Previev



Save



Thanks for any serviceable solutions

-----------------------------
info: theme default, SMF v. 2.0.1

krash661

Quote from: live627 on November 11, 2011, 09:34:39 PM
Quote from: krash661 on November 11, 2011, 09:04:41 PM
the problem I'm having with it is,
it only shows up when I'm logged in as Admin.when I log on as a regular member,It does not show at all.
You need to set the permissions for each user.
ok,so where is the permission for it at?

nokaPL

Admin->Permissions [Members] -> General permissions [Modify] - set for each membergroups -> (label) "FAQ mod permissions"

krash661

oh.ok thanks i found it its working great now..thanks for your help

krash661

is there a way to enable the html codes for this mod? i need it for the paypay verified seal...thanks for your help.

live627

 Use a portal page or a block. IIRC, this mod just uses the bbc parser.

krash661

Quote from: live627 on November 28, 2011, 10:26:45 PM
Use a portal page or a block. IIRC, this mod just uses the bbc parser.
"""-You can use BBC code on your FAQs, this mod uses the SMF editor which make it easy to add/edit your FAQs."""
above is the quote from the  Description ..

""" Use a portal page or a block. IIRC, this mod just uses the bbc parser."""
I don't understand what the above means.

Suki

Quote from: krash661 on November 29, 2011, 09:24:13 AM
Quote from: live627 on November 28, 2011, 10:26:45 PM
Use a portal page or a block. IIRC, this mod just uses the bbc parser.
"""-You can use BBC code on your FAQs, this mod uses the SMF editor which make it easy to add/edit your FAQs."""
above is the quote from the  Description ..

""" Use a portal page or a block. IIRC, this mod just uses the bbc parser."""
I don't understand what the above means.



It means HTML tags are not allowed in the FAQs.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

krash661

Quote from: Miss All Sunday on November 29, 2011, 10:32:51 AM
Quote from: krash661 on November 29, 2011, 09:24:13 AM
Quote from: live627 on November 28, 2011, 10:26:45 PM
Use a portal page or a block. IIRC, this mod just uses the bbc parser.
"""-You can use BBC code on your FAQs, this mod uses the SMF editor which make it easy to add/edit your FAQs."""
above is the quote from the  Description ..

""" Use a portal page or a block. IIRC, this mod just uses the bbc parser."""
I don't understand what the above means.



It means HTML tags are not allowed in the FAQs.

so then this is not true,"""-You can use BBC code on your FAQs, this mod uses the SMF editor which make it easy to add/edit your FAQs."""
and in other words the answer is no?

Suki

Quote from: krash661 on November 29, 2011, 02:12:30 PM
Quote from: Miss All Sunday on November 29, 2011, 10:32:51 AM
Quote from: krash661 on November 29, 2011, 09:24:13 AM
Quote from: live627 on November 28, 2011, 10:26:45 PM
Use a portal page or a block. IIRC, this mod just uses the bbc parser.
"""-You can use BBC code on your FAQs, this mod uses the SMF editor which make it easy to add/edit your FAQs."""
above is the quote from the  Description ..

""" Use a portal page or a block. IIRC, this mod just uses the bbc parser."""
I don't understand what the above means.



It means HTML tags are not allowed in the FAQs.

so then this is not true,"""-You can use BBC code on your FAQs, this mod uses the SMF editor which make it easy to add/edit your FAQs."""
and in other words the answer is no?


it's exactly as it says...  BBC code is NOT HTML code.

you can use BBc code in any FAQ, you cannot use HTML code.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

inter

sorry my english  ;)

I can not install the mod without emulation versions.

I can not edit category:
8: Undefined variable: GetCats
File: C:/xampp/htdocs/smf/Sources/Faq.php
Line: 471


2: in_array() expects parameter 2 to be array, null given
File: C:/xampp/htdocs/smf/Sources/Faq.php
Line: 471


Delete Category:

http://localhost/smf/index.php?action=faq;sa=deletecat2;catid=1
2: in_array() expects parameter 2 to be array, null given
File: C:/xampp/htdocs/smf/Sources/Faq.php
Line: 498
Sorry for my English

Suki

meh.. it's an old bug, I thought I released a fixed version but it appears I didn't...   I'll update the mod later today.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

inter

I liked your mod I've been wanting this
another look at the BBC editor - there is no width is specified and it looks crooked:


$editorOptions = array(
'id' => 'body',
'value' => !empty($context['edit']['current']['body']) ? $context['edit']['current']['body'] : '',
'width' => '90%',
);


this is not enough  :-\

For example:


// Now create the editor.
$editorOptions = array(
'id' => 'body',
'value' => $form_message, // BBC coded not html
'rows' => 12,
'columns' => 600,
// add height and width for the editor
'height' => '175px',
'width' => '100%',
// 'form' => 'add',
'labels' => array(
'post_button' => 'Send',
),
// We do XML preview here.
'preview_type' => 2,
// 'preview_type' => false,
);


Sorry for my English

Suki

Thanks, however, before I do some changes I need to know if those changes will benefit the vast majority of users, not all users uses the same screen resolution or the same theme.

I already provide an external send and preview button, not using the ones provided by the editor it's fully intentional.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Eclipse16V

Hi,

became this Error

Quote
http://.../index.php?action=faq;sa=category;catid=1
8: Undefined index: 1
Datei: /.../Sources/Faq.php
Zeile: 551
I worked with:
SMF 2 in German

Shop:
SID Giessen

ApplianceJunk

#179
Will this mod install ok on smf 2.0.2 or should I wait for you to update it?

How do questions get added to the FAQ page?

Can I just mark a topic in our forum as a FAQ and it automatically gets added to the FAQ page?

thanks,

Edited to add: Do FAQ's show up in forum searches?

Advertisement: