FAQ Module?

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
1/24/2007 10:43:15 AM
Gravatar
Total Posts 9

FAQ Module?

Any Plans for an FAQ Module?  Or does anyone have tips for using some other module for this purpose?
1/24/2007 12:06:10 PM
Gravatar
Total Posts 18439

Re: FAQ Module?

Someone mentioned a while back that they were going to implement one and contribute it, not sure if/when it will happen.
Whether you can use another module depends on what your feature requirements for a FAQ are.
A simple FAQ page could be just a page with a series of HtmlContent modules or it could be all in one HtmlContent module.
A more complex FAQ system would need to be implemented as its own module.

Joe
1/24/2007 1:46:03 PM
Gravatar
Total Posts 9

Re: FAQ Module?

Thanks for your answer, I guess I'll try a page with HTMLContent Modules for some simpler stuff but I may have to wait for someone to write a Module or me to be bright enough to write one myself

1/27/2011 4:46:19 PM
Gravatar
Total Posts 1

Re: FAQ Module?

Is there an update on this topic? Has FAQ module been created?

3/7/2011 1:49:45 AM
Gravatar
Total Posts 6

Re: FAQ Module?

Is there an update on this topic? Has FAQ module been created?

4/3/2011 3:37:34 PM
Gravatar
Total Posts 251

Re: FAQ Module?

No need to do a module for that

You can do a nice page using the jquery accordion that's loaded by default

You can use the template in the editing ui, or just place an html module and write an html like this:

<p>Paragraph before the accordion</p>
<div class="mojo-accordion">
<h3><a href="#">Question 1</a></h3>
<div>
<p>Long details about question 1......</p>
</div>
<h3><a href="#">Question 2</a></h3>
<div>
<p>... and so on</p>
</div>
<h3><a href="#">Section 3</a></h3>
<div>
<p>Section 3 content</p>
</div>
<h3><a href="#">Section 4</a></h3>
<div>
<p>Section 4 content</p>
</div>
</div>
<p>Paragraph after the accordion</p>

4/4/2011 7:19:49 AM
Gravatar
Total Posts 18439

Re: FAQ Module?

In mojoPortal 2.3.6.4 we also added a Content Template for FAQ, that uses a little jquery (but not accordion). You can see it on our FAQ page.

Best,

Joe

4/8/2011 8:38:14 AM
Gravatar
Total Posts 51

Re: FAQ Module?

Hi Joe,

I use 2.3.6.4 SqlCe.

I see FAQ as Content Template but if I select it nothing changes. Perhaps a bug in CE version?

4/8/2011 8:47:45 AM
Gravatar
Total Posts 18439

Re: FAQ Module?

Hi Erhan,

I just tried to produce this problem using the latest code with SQL CE but it worked fine.

Best,

Joe

4/8/2011 9:11:11 AM
Gravatar
Total Posts 51

Re: FAQ Module?

Hi Joe,

I tried it again. Problem is not SQL CE, it's Content Editor. It works by FCKeditor but not by TinyMCE.

Best

4/8/2011 9:51:35 AM
Gravatar
Total Posts 18439

Re: FAQ Module?

Hi Erhan,

Thanks for the clarification. This is now fixed in the source code repository.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.