Search found 2 matches

by spambanjo
Fri Jan 20, 2012 1:12 pm
Forum: Skins and Themes
Topic: Use php includes?
Replies: 7
Views: 23479

Re: Use php includes?

My work around for this was to use a simple Ajax call to render a php file then inject the resulting content into a div.

Unfortunately I work in MooTools rather than jQuery, so I had to disable a great deal of front end functionality, but I know this is possible in jQuery too.
by spambanjo
Fri Jan 20, 2012 11:52 am
Forum: Bug reports
Topic: User Permission Confusion
Replies: 2
Views: 4608

User Permission Confusion

I am setting up a board for my client to add users, but I don't want them to have the ability to view, edit or remove our user accounts. Here's what I am doing, with the things that aren't right highlighted in bold. 1) Set up my user account, with full permissions. 2) Log in to my new account and us...