Open snathan99 opened 11 years ago
Might have resolved it!
Edited line 305 in syntax.php to read AUTH_CREATE where it originally said AUTH_READ. Full line is:
if(auth_quickaclcheck($wp) >= AUTH_READ) { to if(auth_quickaclcheck($wp) >= AUTH_CREATE) {
Thanks!
This is a great plugin which gives me exactly what I need. However when a read-only user views the calendar, they still get the edit icon on the date for those dates that have events. Clicking it gives the error "Command disabled: source". Read-only user should not get the Edit Icon I would think.
Thanks again for the plugin.