RobinKMullins
Forum Replies Created
-
Forum: Plugins
In reply to: [Zephyr Project Manager] Edit Tasks on Front EndDylan,
Doing just fine here. Hope the same for you. I continue to use Zephyr to manage projects for our home owner’s association. As a reminder, I’m using version 4.0 which I think, if I remember correctly, is experimental.
As administrator and keymaster I think I have all the permissions available. The one thing on the front end that I cannot edit is the task description. I can on the backend but not on the front end.
Would a screen shot or two be helpful?
Robin-
PS – This is one NICE plugin. I’ve been using it for several years now and would give it 10 stars if that were allowed.
Forum: Plugins
In reply to: [Zephyr Project Manager] Cannot Upload files to TasksMore information. I have to upload upload files to the Media Library. Then upload them to ZP’s files page. Then upload them to a task. These are jpg files. What am I doing wrong?
Forum: Plugins
In reply to: [Zephyr Project Manager] Cannot Upload files to TasksI am experiencing the same issue. Cannot upload files into a task. I appear to be running version 4.0.0 of this plugin.
Forum: Plugins
In reply to: [Zephyr Project Manager] File upload issueI am using another plugin which relates to pdf files. It is found here. I’ve been using it on several sites for a number of years. I deactivated it but the problem persisted. Trying to send you a screen shot but cannot figure out how to do it in this system.
Forum: Reviews
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] I like it!After several days of use and bumping into a couple of minor issues, I still like this plugin A LOT! The author, Jeff Starr, is fast to respond to any questions and gives excellent support. The plugin itself is providing exactly what I was looking for.
Forum: Plugins
In reply to: [Zephyr Project Manager] Update problemDylan,
Can you send me the latest version of Pro? I am still having problems with Zypher crashing my site.
Forum: Plugins
In reply to: [Zephyr Project Manager] Date DisplayThanks Dylan, I found the setting. The common US formats are not listed. There is mm.dd.yyyy and MonthName Day, Year. The vast majority of the US uses either mm/dd/yyyy or mm-dd-yyyy. Perhaps in some future update you can include those as options.
Thanks for getting back to me so quickly. I use this plugin regularly and find it very useful.
Robin-
I sent that information the other day.
Forum: Plugins
In reply to: [Zephyr Project Manager] Recurring Tasks – More OptionsI just answered my own question. Found the desired functionality when I opened the task after it was saved. Got it now.
Forum: Plugins
In reply to: [Page-list] Order links by post dateThank you!! I did it this way and it worked perfectly.
[subpages sort_column=”post_date” sort_order=”desc”]
5 stars for you!
Forum: Plugins
In reply to: [Save Contact Form 7] inconsistent file permissionsThe permissions appear to be correct. Howdever, I noticed the owner is shown as “Root” whereas all the other plugins (which are not having upgrade problems) show the owner as
Apache. Could this be the problem. Instead of “Root” should the owner be “Apache”?Forum: Plugins
In reply to: [Save Contact Form 7] inconsistent file permissionsI would send you the screenshot but I don’t see a way to attach it to this ticket.
The plugin is indicating it needs an update. After initiating the update this message is displayed: “Update Failed: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.”
Thank you for your help.
Took some time but I finally found the whitelist controls. Problem solved.
This is what I’ve got in the functions.php file.
if ( function_exists( ‘wpas_add_custom_field’ ) ) {
wpas_add_custom_field( ‘my_custom_field’, array( ‘title’ => __( ‘People in Household*’, ‘awesome-support’ ) ) );
}
if ( function_exists( ‘wpas_add_custom_field’ ) ) {
wpas_add_custom_field( ‘my_field_with_options1’, array(
‘title’ => ”,
‘field_type’ => ‘checkbox’,
‘options’ => array( ‘option’ => ‘I am at least 14 years old.*’ ),
‘id’ => ‘check1’
) );
}
if ( function_exists( ‘wpas_add_custom_field’ ) ) {wpas_add_custom_field( ‘my_field_with_options2’, array( ‘title’ => ”, ‘field_type’ => ‘checkbox’, ‘options’ => array(‘option’ => ‘I live or have a legal issue in Whatcom County, WA.*’ ) ) );
wpas_add_custom_field( ‘my_field_with_options3’, array( ‘title’ => ”, ‘field_type’ => ‘checkbox’, ‘options’ => array( ‘option’ => ‘My legal issue is not one for which I could go to jail.*’) ) );
wpas_add_custom_field( ‘my_field_with_options4’, array( ‘title’ => ”, ‘field_type’ => ‘checkbox’, ‘options’ => array( ‘option’ => ‘I do not already have an attorney helping me with this issue.*’ ) ) );
}
if ( function_exists( ‘wpas_add_custom_field’ ) ) {
wpas_add_custom_field( ‘my_custom_field1’, array(
‘title’ => __( ‘monthly income*’, ‘awesome-support’ ),
‘field_type’ => ‘number’ ,
‘required’ => true
) );
}Forum: Plugins
In reply to: [Awesome Support - WordPress HelpDesk & Support Plugin] CategoriesRight now Awesome Support offers tags, which are not necessarily the same as categories. Several of the other support plugins I’ve been exploring offer both. Thought I would check with you to see if it is something you’re planning on doing.