Joff Crabtree
Forum Replies Created
-
Forum: Plugins
In reply to: [Oasis Workflow] User and workflow managementHi,
I’m having trouble with your plugin. Using the standard wordpress roles, I want a subscriber to be able to post, and the post is sent for review by an Editor. Admins should be able to see all items in the workflow also.
I have set up a workflow to do this but nothing appears in the workflow.
Could you provide the step information I need to make this occur?
Thanks!
Try adding the domain suffix @nameofyourdomain
We use a single label domain and I added the @nameofdomain to the Account authorisation and it worked!
I added a suffix and it resolved the error – Cheers!
Forum: Plugins
In reply to: [Active Directory Integration] Any ideas how to create a Single Sign On?It’s something I was planning on getting my head around too – would be great if the plugin could facilitate this!
Hi euryad,
I found the same issue. I stripped my base DN back to just the DC name and it worked.
Cheers
I’d really love to see this feature – you’re plugin looks awesome, but I need to be able to use a custom field as the address to create the map. Looking forward to seeing this feature!
Forum: Plugins
In reply to: [Twitter Widget Pro] Can't authorize twitter accountSame here. Help!
Forum: Plugins
In reply to: [Twitter Widget Pro] Authorising Twitter AccountsAdd me on to the list – same problem.. what’s changed?
Hey radiofranky,
You need to know a couple of things first. The names of the image presets in WordPress (I think defaults are Thumbnail, Medium, Large and Full Size). You can always add your own.
You also need to know the name of the custom field for your image. Try this below (replacing ‘acf image field name’ with your own field name obviously :P).
<? if(get_field('acf image field name')): $attachment_id = get_field('acf image field name'); echo wp_get_attachment_image( $attachment_id, medium); ?> <?php endif; ?>
This will use the preset ‘medium’ size. Let me know how you get on!
Cheers
Joff