Support Forum

  • Page:
  • 1

Moo FAQ v1.0 Released

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

We are proud to announce the release of the Moo FAQ module. Its an FAQ module that uses Mootools to hide or show the answers to up to 15 different questions. You can get it from the download area now.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Hi,



at first thx for the Modul.



Now one Question:

I would like to have all answers hidden at start. Now the first answer is show.<br><br>Post edited by: devil, at: 2007/07/10 22:45
  • devil's Avatar
  • devil
The administrator has disabled public write access.
Hey Devil,



You need to open the mootools.js in the modules/moo_faq folder and locate the following code:



[code:1]Fx.Accordion = Fx.Elements.extend({



extendOptions: function(options){

Object.extend(this.options, Object.extend({

start: 'open-first',

fixedHeight: false,

fixedWidth: false,

alwaysHide: false,

wait: false,

onActive: Class.empty,

onBackground: Class.empty,

height: true,

opacity: true,

width: false

}, options || {}));

},

[/code:1]



and just change



[code:1] start: 'open-first',[/code:1]



to

[code:1]

start: 'false',[/code:1]



that should do the trick.



Cheers Anthony.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers