DesignseedNZ
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Sender Email Address Validation Error@takayukister as I said I’ve read your documentation and it’s not helpful. Particularly the page you’ve referenced? Just wondering if you read my message or just the headline? Would really love to get this resolved. Thanks, Karen ??
Forum: Plugins
In reply to: [Contact Form 7] date picker and date (03/30/2017) not working in firefoxThanks @sailya, your adding your filter to my functions.php file worked a treat! ??
- This reply was modified 7 years, 5 months ago by DesignseedNZ.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 : Problem birth date DD / MM / YYYYYou could add placeholder text so that your users know the expected format. I have added the following, which has reduced the number or user errors:
placeholder "YYYY-MM-DD"
Forum: Plugins
In reply to: [Flamingo] Disable “Address Book” functionality?I have changed the capability for:
- ‘flamingo_edit_contacts’, and
- ‘flamingo_edit_contacts’
In flamingo/includes/capabilities.php.
E.g. I changed ‘edit_users’ to ‘not_needed’ (knowing there is no such capability in our user roles) and the address book no longer shows up.
Obviously this would be overwritten during plugin updates.
Cheers,
Karen- This reply was modified 7 years, 6 months ago by DesignseedNZ.
Typing too fast! That’s what I meant. Thanks so much for that, it’s worked a treat! ??
Sorry, I meant the pages eventually load. There’s no internet connection. Great, I’ll try that link in php-config. Thanks again.
Thanks Mark. Even if this network has no access to the internet?
Forum: Fixing WordPress
In reply to: Notice: Undefined index: name in wp-includes/class-wp-roles.phpGreat, thanks Mark. I’ll give it a go before turning it off. Cheers, Karen
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Only tracks admins activityHow did you fix this Shakir Rasheed Khan Khattak? I’m having the same issue. I’m using ‘Members’ and have custom roles. Thanks.
Thanks for posting this OtezVikentiy, I also have custom roles – which are now being picked up and logged thanks to Yakir Sitbon’s reply. ??
However… I’m unable to filter by custom role. Even though the first filter drop-down allows me to view a custom role name and select it, it produces a ‘No items found’ message.
I’m just wondering if there is anything else that I need to adjust in the plugin code?
Thanks,
KarenForum: Plugins
In reply to: [Questions] "You have already participated in the poll"If I change the participants list from ‘all visitors of the site can participate’ to ‘all members of the site can participate’ – would that filter by username rather than IP? If that’s the case that solves our problem as all of our visitors are members thanks to PKI. What are your thoughts?
Thanks,
KarenForum: Fixing WordPress
In reply to: Redirect Using current_user_canWhat? I just meant help explain or help come up with an idea for me to try. I’m not soliciting anything.
Forum: Fixing WordPress
In reply to: Redirect Using current_user_canI’ve just realised that the redirect snippets I was trying to use redirect after login. Seeing as the PKI script logs everyone in automatically and presents the homepage, I guess I just need a simple redirect based on capability, or a message denying access to the site if you’re in a certain role. Is that something you can help with?