Started 2 weeks, 3 days ago (2009-12-07 09:55:00)
by espaan
menutree is a
multilevel menu block that fully supports permissions, you can add groups to your website and add the corresponding permissions rules for the various menuitems.
So it is possible.
General Wiki about menutree: http://code.zikula.org/bianor/wiki/menutree
Permission specific information: http://code.zikula.org/bianor/wiki/menutree/Guide #Permissions1
Started 2 weeks, 2 days ago (2009-12-08 16:06:00)
by pnFilip
Hi,
IMHO , it depends on your Zikula version. For me (zk 1.1.2) I use the one in the Profile module:
http://yourwebsite/index.php?module=Profile&func=v iewmembers wich looks exactly the same than the old
PostNuke one.
Philippe
Started 2 weeks, 5 days ago (2009-12-05 13:19:00)
by craigh
did you download and install the editors you want? scribite 3.2 comes sans-editors I believe. (licensing issues, IIRC )
Started 2 weeks, 6 days ago (2009-12-04 17:47:00)
by peristrema
Hello,
I wonder if it is possible to configure the Search module, to look for items, but just in modules which interest to me, not 'everywhere'.
Thank You
Started 3 weeks ago (2009-12-03 19:07:00)
by nestormateo
In fact
there's an issue with it because the homepage block takes the last-update of the module register but not the date of the last version itself. I will check if i can solve the issue
Started 3 weeks, 1 day ago (2009-12-02 17:35:00)
by slam
Administration, System, Blocks, -> Menublock
Greetings,
Chris
Started 3 weeks, 2 days ago (2009-12-02 05:46:00)
by drak
In short, no. The module must be used with Zikula 1.2.0+
I would also encourage you to make any features you add to any module work for the new Zikula 1.2.0 this is because define based module will cease to be supported from Zikula 1.3.0 and that is less than 3 months away.
Drak
Started 3 weeks, 2 days ago (2009-12-01 15:50:00)
by remmingtonshowdown
Might be javascript timeout... ?
can you send me a login ( PM me or julian dot
baumgartner at gmail) to see- I'll take a look...
Started 1 month ago (2009-11-23 16:58:00)
by Herr.Vorragend
Quote Is the current SVN (rev
1185) safe to use with 1.2 on a production site?
No! :-)
Started 1 month ago (2009-11-23 14:16:00)
by nestormateo
Probably a fatal error somewhere in the Downloads code :-(
May be useful to
comment out a line in the core that hides some errors.
Find and comment out this one in the /includes/pnAPI.php file:
Code set_error_handler ( 'pnErrorHandler' ) ; to Code //set_error_handler('pnErrorHandler'); And don't worry if appears lots of warning or something. Find your fatal error and comment...