Would there be any interest in making the FAQ Manager a default feature of phpBB?
http://www.phpbb.com/customise/db/mod/faq_manager
There are some screenshots here for those of you who are not familiar with it.
The code is pretty old (but still works), doesn't support FTP/downloads (only direct write), and needs a couple other minor things changed, but that would be fairly easy to fix if there was interest.
FAQ Manager
Re: [RFC] FAQ Manager
Items are saved into DB, or it changes php file directly? I would go in the way of saving it into DB (there will never be overload because of large amount of rows in such DB table, I think).
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC] FAQ Manager
It's a nice mod, but I feel that a feature like this should use a lot more AJAX than that mod does.
+1, though.
+1, though.
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: [RFC] FAQ Manager
Currently, the FAQ is not used (i.e. changed per board) much, from what I've seen. I'm not sure if that is a direct consequence due to the fact that you have to edit a file to change FAQ entries or it is because people don't really use FAQs very often any more. If the former, then this would definitely be beneficial, as it would allow administrators to easily modify their FAQ page without having to edit files, and would possibly encourage more administrators to do so. If the latter, then this is probably not something we need to focus our time on, although I suppose it wouldn't hurt to have it eventually.
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: [RFC] FAQ Manager
It uses the php file. I wouldn't want to change it to db just because I'd have to rewrite the entire FAQ system and build a new manager for it (that's more work than I desire for this).Senky wrote:Items are saved into DB, or it changes php file directly? I would go in the way of saving it into DB (there will never be overload because of large amount of rows in such DB table, I think).
Does ACP Forums use any Ajax now? That's what this was based off of. If it does it would be fairly easy to copy from that.callumacrae wrote:It's a nice mod, but I feel that a feature like this should use a lot more AJAX than that mod does.
+1, though.
I would think it's a mix of both. There is really no way to update the FAQ easily (you _can_ with the language editor, but it's a terrible experience), but also most boards are not large enough to warrant making a large FAQ page (especially if it's complicated).imkingdavid wrote:Currently, the FAQ is not used (i.e. changed per board) much, from what I've seen. I'm not sure if that is a direct consequence due to the fact that you have to edit a file to change FAQ entries or it is because people don't really use FAQs very often any more. If the former, then this would definitely be beneficial, as it would allow administrators to easily modify their FAQ page without having to edit files, and would possibly encourage more administrators to do so. If the latter, then this is probably not something we need to focus our time on, although I suppose it wouldn't hurt to have it eventually.
The reason I'm suggesting this is because my old FAQ Manager mod still works perfectly and, if everyone is fine with using the 3.0 style of code in this module, it would only require minor work to add a couple of necessary features for all board owners.
Re: [RFC] FAQ Manager
Okay, it is sufficient, indeed.EXreaction wrote:...It uses the php file. I wouldn't want to change it to db just because I'd have to rewrite the entire FAQ system and build a new manager for it (that's more work than I desire for this)...
According to my knowledge yes - moving forum up or down uses ajax.EXreaction wrote:...Does ACP Forums use any Ajax now? That's what this was based off of. If it does it would be fairly easy to copy from that.
Re: [RFC] FAQ Manager
+1.
Formerly known as Unknown Bliss
No unsolicited PMs please except for quotes.psoTFX wrote: I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"
Re: [RFC] FAQ Manager
I don't really think that many people would benefit from this. Nobody reads the FAQ, anyway. 
Better as an extension, in my opinion.
Better as an extension, in my opinion.