You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a requirement for our site that allows anyone to see a memberful-protected Post after N days. In the admin screen the guys now also have an additional box: 'Free after [___] Days', and the Post display pages respect this value.
I've found that it's very simple to hack this for what we need (need to edit 4 files) & I can send you the code if you want, but is this something you're happy to add to the plugin?
If not - is there some better way I can be overriding the plugin to allow us to continue with using this, so I don't have to retro-fit it every time we update the plugin ;-)
For us, the change requires some fairly simple updates to 4 files:
plugins/memberful-wp/views/metabox.php
plugins/memberful-wp/views/acl_selection.php
plugins/memberful-wp/src/metabox.php
plugins/memberful-wp/src/acl.php
The text was updated successfully, but these errors were encountered:
We have a requirement for our site that allows anyone to see a memberful-protected Post after N days. In the admin screen the guys now also have an additional box: 'Free after [___] Days', and the Post display pages respect this value.
I've found that it's very simple to hack this for what we need (need to edit 4 files) & I can send you the code if you want, but is this something you're happy to add to the plugin?
If not - is there some better way I can be overriding the plugin to allow us to continue with using this, so I don't have to retro-fit it every time we update the plugin ;-)
For us, the change requires some fairly simple updates to 4 files:
plugins/memberful-wp/views/metabox.php
plugins/memberful-wp/views/acl_selection.php
plugins/memberful-wp/src/metabox.php
plugins/memberful-wp/src/acl.php
The text was updated successfully, but these errors were encountered: