gazzamit
Forum Replies Created
-
Thanks for your email.
I’m pretty sure I understand how to hide a level on membership levels page.
Please could you let me know the format for the direct link to checkout for a hidden level?
Many Thanks,
Gary.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] OLD BUG: email custom_id not usedHello Elena,
The functionality is already included in the code above, but it does not pull the correct data from the $invoice array. After the main code rewrite unfortunately the problem still exists.
Current code:
$invoice_id = ( !empty( $invoice[ 'meta' ][ 'custom_id' ] ) ? $invoice[ 'meta' ][ 'custom_id' ] : $invoice[ 'invoice_id' ] );
The code above tries to do the following:
set $invoice_id to custom_id (if custom_id has a value), otherwise set it to invoice_id.
However it doesn’t work. If you remove meta from the above it works as expected; either the custom_id gets displayed in the email, or if custom_id isn’t set then the invoice_id is displayed.
Regards,
Gary.
Forum: Plugins
In reply to: [User Access Manager] [LR] in member pagesettings – locked recursive – locked by parent page
Forum: Plugins
In reply to: [User Access Manager] PHP or shortcodeForum: Plugins
In reply to: [User Access Manager] Uses getting assigned to >1 user groupset role affiliation for those groups to none and add group to users profile
Forum: Plugins
In reply to: [User Access Manager] visualization backend wordpress private areacant do in UAM so will have to use another plugin to limit dashboard access / profile
- This reply was modified 8 years, 5 months ago by gazzamit.
Forum: Plugins
In reply to: [User Access Manager] How do I restrict Access to a Page?hide complete page = Yes
Forum: Plugins
In reply to: [User Access Manager] No PAGE accessis the user logging in part of teh group (under user profile)
Forum: Plugins
In reply to: [User Access Manager] How to go to website not admin paneluse a redirect login plugin
Forum: Plugins
In reply to: [User Access Manager] Hide Part Of PageHi, the excludes and includes box is for individual post IDs not categories. I simply want to be able to display full posts from a category (not mini blog links or excerpts).
I think this is related to WordPress roles capabilities. Authors can edit their own posts, but not others. Editors can edit all posts. Contributors can edit own posts but not publish. Look at the codex. You need to use a capability plugin to edit your role’s capabilities according to your requirements. Maybe adapting them to those matching author will help.
Forum: Plugins
In reply to: [User Access Manager] No effect on custom taxonomy termsI know that since April the project has been branched
https://github.com/wp-plugins/user-access-manager/networkThere is a load of comments re taxomonies that may fix this issue though I’m not sure and haven’t tested myself.
Forum: Plugins
In reply to: [User Access Manager] Re-Direct to Home Page after LoginYou can in the settings page.
You can use something like Theme my login custom redirection as well if that doesn’t work.
I backed up my database before doing this using phpmyadmin and afterwards all settings were OK. I would not have run this update without backing up database beforehand.