This is a forum to suggest new features for mojoPortal.
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
Is there an update on this topic? Has FAQ module been created?
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>
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
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?
Hi Erhan,
I just tried to produce this problem using the latest code with SQL CE but it worked fine.
I tried it again. Problem is not SQL CE, it's Content Editor. It works by FCKeditor but not by TinyMCE.
Best
Thanks for the clarification. This is now fixed in the source code repository.