« The Mayonnaise Jar and 2 Cups of CoffeeBlog Module for RavenNuke / PHP-Nuke »

7 comments

Comment from: Guardian [Visitor] · http://www.code-authors.com
Interesting post!
Although it does highlight one of *nukes deficiencies (decent access permissions handling) this snippet will no doubt come in extremely handy for giving access to admin applets to users you do not want to have full SuperUser access rights.

This will be very useful and I'm sure will be a useful reference source ;)
05/03/08 @ 23:15
Comment from: Mack [Visitor] · http://www.clan-themes.co.uk
Interesting approach to that. I think every super admin has felt that pressure. Good to know their is a work around.
05/22/08 @ 07:34
Comment from: Guardian [Visitor] · http://www.code-authors.com
I think we should even include this in RN. I have never really seen the need to have two separate tables in the admin applet - if (as an appointed admin) you do not have permission to use a specific applet, it doesn't appear, so why even bother separating them visually.
06/05/08 @ 14:08
Comment from: montego [Member] Email
Personally, I feel that the whole admin.php side of things needs to be completely re-written as well as the permissions model. For now, I am comfortable with just "tweaking", but eventually we should make this CMS really be much, much, much smarter about how it uses permissions and make them very easy to manage.
06/06/08 @ 05:03
Comment from: kguske [Member] Email
Agreed on the tweak vs. redo approach. BTW, how do you enter the formatted PHP code in your post like that? VERY nice!

Astonish Me Code plug in??
10/05/08 @ 21:02
Comment from: montego [Member] Email
kguske, regarding the formatting, it is strictly a function of b2evolution's own codeblock tag with a lang="php" attribute. It just handles it. I wish, though, that I could turn off the line numbering, but, the browser does seem to handle copying just the data in the code column just fine.
10/06/08 @ 04:52
Comment from: ¥åßßå [Visitor] · http://b2evolution.net
I wish, though, that I could turn off the line numbering


Just add the following to your css ;)

td.amc_line {display:none; }

¥
10/06/08 @ 08:52

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)