Gravitate
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] How to Set Memache IP and Port Programmatically?I thought I found a solution. Inside the file /wp-content/w3tc-config/master-admin.php there are some settings.
‘pgcache.configuration_sealed’ => false,
‘dbcache.configuration_sealed’ => false,
Etc.However, changing these to “true” Does nothing.
I am still able to go in the Admin Panel and make configuration changes.What are these settings for?
Forum: Plugins
In reply to: [Gravitate Encryption] Search for Encrypted EntriesSorry, for the late response.
To be honest, I am not sure if I fully tested the Search capabilities. It may be possible that since the data is encrypted in the database that it can’t find any results as the search string is un-encrypted.It may be possible to allow searching to work as long as your search phrase is exactly the same as an entry like the Users Name, Email, Phone, Etc.
I will add this to my list of TODO’s for future updates.However, searching for mid-sentance phrases will not work as there is now way to compare with encryption.
Example:
Searching for “john” with not match “[email protected]”.
That will just have to be a compromise you will have to make when using Encryption.Forum: Plugins
In reply to: [Admin Collapse Subpages] use for custom post typesThis doesn’t seem to work with custom post types.
I can get it to work if I modify the code.admin_collapse_subpages.php
Changed
if ( is_admin() && isset($_GET['post_type']) && $_GET['post_type'] == 'page' && $pagenow =='edit.php' ) {
TO
if ( is_admin() && isset($_GET['post_type']) && $_GET['post_type'] == 'show' && $pagenow =='edit.php' ) {
admin_collapse_subpages.js
Changed
jQuery('.post-type-page .subsubsub').append(links);
To
jQuery('.post-type-show .subsubsub').append(links);
The issue is if the Plugin is updated that it would get overwritten.
You mentioned that it should work out of the box. How is that possible.Is it possible for an update to allow me to specify which post types that I would want this for with checkboxes.
ThanksForum: Plugins
In reply to: [Gravitate Encryption] Encrypt s2MemberHi Tingaliin,
Unfortunately I am not familiar with that Plugin.Gravitate Encryption was only made to work with Gravity forms.
However, it can be programmed to work with other Plugins. You will need to higher a Programmer to configure it for you.If you are a Programmer see item #2 of the How to Use Section:
https://www.ads-software.com/plugins/gravitate-encryption/other_notes/#How-to-UseForum: Plugins
In reply to: [Gravitate Encryption] More infoThanks Laura,
I knew that was not your intent, but we do appreciate the support.
Hope the plugin has bee working well for you and your followers.Forum: Plugins
In reply to: [Gravitate Encryption] More infoHaha…
Thanks chinkchink.First off,
I really appreciate Ms. Hartwig’s support and her contribution to the Plugin. Of course it would be nice for the “Contributed by Gravitate”, but as long as the plugin awareness is out there then we are happy.I really appreciate the enthusiasm. It always keeps me motivated to work on it more or on the next best thing.
I hope you like the plugin and if you have any issues, don’t hesitate to post it here.Forum: Plugins
In reply to: [Gravitate Encryption] Encrypting specific formsWell, this is a two parter:
First,
Yes, I do plan on creating version 1.1.0 which will allow for you to specify which Values you want encrypted and which ones you don’t. This will only be for Gravity Forms.Secondly,
You do not need to wait for Version 1.1.0 to View the Date in an Email or Notification. Currently only the A-Symmetric Encryption option has a known bug that does not sure Special values, but does show normal fields. However, Symmetric Encryption does show all the fields in the Admin Panel and Through notifications. So you can use that now.If it is not working then can you give me more details so I can reproduce the issue.
Thanks
Your Right with Checking the caps themselves. That would be more accurate.
I Viewed the link and I have done that type of connection before, but it doesn’t give me as much flexibility as I need. Lately my clients have been needing more broken down abilities. One client has around 60 admins that will be using WordPress and need all the capabilities broken down as much as they can be. 2 other clients needed that way too.
While I know that my Scenarios may not match the majority and I do agree with you that if available you should restrict things as much as possible, I still feel that this update will be quite useful.
Again it should only happen if you choose a non-standard ‘capability_type’ and select ‘map_meta_cap’ as true.
Keep in mind when those options are set not even the ‘Administrator’ has capabilities to access that custom post type until the additional capabilities are added. That is why I think they should be checked and if doesn’t exists then added automatically.I may end up adding some additional code to my ‘register_post_type’ functions to do this, but then I still would need to add code to link them to Users. Instead I would prefer to do that through your plugin.
Let me know if I can provide any other details.
Ok, It seems like the fields that are not shown are special Gravity Forms fields. So the formatting differences maybe causing the issue. I will try and replicate the issue and get back to you soon.
If you don’t see a reply soon, then please hit me up again.Thanks
Forum: Plugins
In reply to: [Gravitate Encryption] Export Entries – Paragraph text field truncatedOk, I updated the Plug to version 1.0.4
Keep in mind that I disabled the Auto Update for this plugin.
I want to make sure that people Back-Up their data first and also know what they are doing.So you have to manually update the plugin.
Just download the latest version and FTP in to your server and overwrite the files in the plugin directory.Let me know if you need help.
Ok, I updated the Plug to version 1.0.4
Keep in mind that I disabled the Auto Update for this plugin.
I want to make sure that people Back-Up their data first and also know what they are doing.So you have to manually update the plugin.
Just download the latest version and FTP in to your server and overwrite the files in the plugin directory.Let me know if you need help.
Forum: Plugins
In reply to: [Gravitate Encryption] " and other Plugins to be Encrypted "Have you gotten any response from the CF7DB author?
Forum: Plugins
In reply to: [Gravitate Encryption] Export Entries – Paragraph text field truncatedHi Joel,
Sorry for the delay. I have been out of work for ahile do to injuries.I am not able to replicate the issue you are having, but I am seeing another issue where the data is completely blank on long values.
This seems to be an issue with Gravity Forms only returning the short Details for the export values and not the long details through their filter. Since they are returning the Short Details the encrypted data is passed to the Decryption function without all of the characters needed to decrypt it properly.The good news is I will have an update out shortly that will bypass this issue.
Hi Moondrop,
Sorry for the delay. I have been out of work for ahile do to injuries.Anyways, I conffirmed your issue. This is caused by Gravity Forms returning two different values. Short Detials for the Listing Page and Full Detials on the Detailed Page. Since they are returning the Short Details on the Listing page the encrypted data is passed to the Decryption function without all of the characters need to decrypt it properly.
The good news is I will have an update out shortly that will bypass this issue.
Sorry that we didn’t catch this sooner, but the issue depends on the size of the A-Symmetric encryption and that may vary from server to server.
Forum: Plugins
In reply to: [Gravitate Encryption] Does this plugin work with Formidable Pro?Not that I know of.
I only added Gravity Forms to automatically connect with it.However, any plugin or code can easily use this Plugin, but you will need a developer or someone who knows php code to do it.
See the How to Use Section
https://www.ads-software.com/plugins/gravitate-encryption/other_notes/#How-to-UseYou can use this code to Encrypt and Decrypt any data:
if(class_exists('GDS_Encryption_Class')) { echo GDS_Encryption_Class::encrypt('This is the Text to Encrypt'); } if(class_exists('GDS_Encryption_Class')) { echo GDS_Encryption_Class::decrypt('enx2:JKM3FFR4WP5HN6SG0C4ZAIF5K7H'); }