dlsstudios
Forum Replies Created
-
Is there any update on this? This is filling up our debug logs rapidly as it is thrown twice every 5 minutes since our cron is run via crontab every 5 minutes. We confirmed that our host and PHP both support IPv6.
Forum: Plugins
In reply to: [Sign-up Sheets] "Current Sign-up Sheets" text changeHello,
You can’t remove it but you can change the text. Update the shortcode with the following…[sign_up_sheet list_title=”Test Sheet”]
replacing “Test Sheet” with the title of your preference.
Thanks,
We are still having this issue. Do you have a resolution or is there any other information I can provide you to help resolve this?
Forum: Plugins
In reply to: [Sign-up Sheets] Permission level for creating new sheets?Hello,
The Free version of Sign-up Sheets requires Admin or Signup Sheet manager roles. The Pro version can be setup to allow any role to manage sign-up sheets, while admin and signup Sheet manager roles can always manage sheets.
Thanks,Forum: Plugins
In reply to: [Sign-up Sheets] Few things helpHello,
You can change the “from” email address at anytime. On the free version, click the Settings link on the plugin within the plugin menu. On the Pro version, Sign-up Sheets>Settings>Confirmation emails. Notification emails are only available on the Pro version under Sign-up Sheets>Settings>Status Emails. You will have the option to send status emails to the main admin WordPress emails and to the BCC recipients of individual sheets.
Thanks,We are just using
php /path/to/wordpress/wp-cron.phpWhen using Xdebug to see the values of the vars here is what I am seeing (green text after code are the values of the $ip and $pton variables)… http://www.screencast.com/t/nWp27Y2v
Forum: Plugins
In reply to: [Sign-up Sheets] Error adding sheetHello,
Is the error on the front-end? Please send a screen shot of the error to enevarez@dlsstudios.com.
Thanks,Forum: Plugins
In reply to: [wpMandrill] Undefined variable: BCCWe are seeing the same issue. Any idea on when this can be resolved?
Forum: Plugins
In reply to: [Sign-up Sheets] 4.5 bugThanks @brassblogs. This has been fixed as of v1.0.11
Forum: Plugins
In reply to: [Sign-up Sheets] item details not showing upHello,
Would you please send me screen shots or grant access to your site. You may send to enevarez@dlsstudios.com and i’ll follow up with you.
Thanks,Forum: Plugins
In reply to: [Sign-up Sheets] Cancel Link on Reminder EmailHello,
Yes, the removal link on the reminder emails is not working and is something that will be fixed with our next release. I will contact you once we have this fixed.
Thanks,Forum: Plugins
In reply to: [Sign-up Sheets] Confirmation Email Merge Tag Not WorkingGlad we could help!
Forum: Plugins
In reply to: [Sign-up Sheets] Confirmation Email Merge Tag Not WorkingThere was a typo in my response. I wrote {signup_firstname) but it should be {signup_firstname} and it looks like you copied what i wrote because the email you copied shows
Dear {signup_firstname):
This message was sent to confirm that you signed up for…
Can you check to make sure you have entered the correct variable…it should end with } and not )
Forum: Plugins
In reply to: [Sign-up Sheets] Confirmation Email Merge Tag Not WorkingLooks like a typo…sorry about that. It should be {signup_firstname}
Forum: Plugins
In reply to: [Sign-up Sheets] Confirmation Email Merge Tag Not WorkingHello,
{signup_firstname) is what you want to use. The dynamic variables are listed on the “README.txt” file that is included with the plugin. Below are a few other examples.{site_name}
{site_url}
{from_email}
{removal_link}
{signup_details}
{signup_lastname}
{signup_email}Thanks,