Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Bill
Sorry, I’m referring to to notification features not available in the currently released version. If you want, I can send you and an advanced copy of the next update which includes a few new options:
- Send an email notice of entry submission when submission is routed to the moderation queue.
- Send an email notice of entry submission when submission is routed to the approved queue.
- Append a changelog of changes made to an entry, when edited, to the message.
Let me know.
Steven Zahm
Keymaster@ Brett
Sorry, no, it is not possible to limit the number of birthdays to be shown by an exact number. It can only be limited to the next number of days.
Steven Zahm
Keymaster@ Holly
Well, I’m sure something like this could be possible but I have not done anything close to it before so I really could not offer any specific advise. What I can say it this type of setup would have to have custom coded elements such as a date range custom field and a method to query entries based on those values.
Sorry, not a great answer.
Steven Zahm
Keymaster@ Travis
Replace these lines with the demo code I gave you:
$entry->getOrgUnitBlock( array( 'show_org' => $atts['show_org'], 'show_dept' => $atts['show_dept'], ) );Make sure it is within the
ifstatement brackets,{and}.Steven Zahm
Keymaster@ Bill
Navigate to the Connections : Roles admin page and change the permissions from Add Entry / Edit Entry to Add Entry Moderated / Edit Entry Moderated for the role of your directory users.
Thew navigate to the Connections : Settings admin page and click the Form tab. On this page you can setup notification for when entries hit the mod queue.
Hope this helps!
Steven Zahm
Keymaster@ Eric
You’re navigating to the sales receipt. Navigate to your purchase history page and then click the Downloads tab.
There are three tabs right at the top, Receipt, Downloads and Licenses. Click the Downloads tab.
I deleted the screenshot of the receipt because it was publically visible to logged in support forum members.
Hope this helps!
Steven Zahm
Keymaster@ Dan
Since the temp admin login you supplied earlier still allowed access, I took a look. The option are not greyed out … just click in the text box which is blank by default. The grey highlighted text is the default being applied you can use that in the text input to change as desired.
Steven Zahm
Keymaster@ Eric
RE: when I go to my purchase history page then click on downloads, I can see all of the download links, but don’t see any version number info.
Under the Downloads tab there are three columns of info. The first is the “Download Name”. This is the name of the item, eg. Form. The second column is the “Files” column. This is the link to the download, eg. connections-form.zip. The link is presented as a zip filename. The third column is the “Current Version” column, eg. 2.4.3. This is the current version of the item.
I did check by logging as you, just in case for some reason your account could not see that info and it is there. Perhaps we are not talking about the same thing?
Steven Zahm
Keymaster@ Martha
That indicates that WP is either not loading the ROT13 script or a caching plugin is being used and it is being deferred. I would need access to be any more specific. Hope this helps!
Steven Zahm
Keymaster@ Martha
RE: our website requires a login to view, so do I really need the ROT13 extension?
If it requires a login to view, then no it is not needed.
RE: I deactivated the ROT13 extension. Now the emails display.
I suspect the cause is a fatal javascript error on the site which is preventing scripts which are to run after the error can not. Navigate to the page using Chrome, hit the F12 key and then click the Console tab to review the errors.
Another possible cause is that you might be using a caching plugin which has added a defer script loading option. The ROT13 script can not be deferred. So if you have a caching plugin and have enabled its defer script loading option, make sure you exclude the ROT13 script.
Hope this helps, let me know.
-
AuthorPosts
