Difference between revisions of "Tips & Tricks"
From aMember Pro Documentation
(21 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
*[[How to enable access to helpdesk only if user have special product]] | *[[How to enable access to helpdesk only if user have special product]] | ||
*[[How to add welcome ticket in helpdesk when user signup]] | *[[How to add welcome ticket in helpdesk when user signup]] | ||
+ | *[[How to sell tickets in build in Helpdesk module]] | ||
*[[How to link aMember to different wordpress blogs]] | *[[How to link aMember to different wordpress blogs]] | ||
*[[REST API examples]] | *[[REST API examples]] | ||
*[[How to customize user tabs in member's area]] | *[[How to customize user tabs in member's area]] | ||
− | *[[How to add | + | *[[How to add user tab with Active Resources]] |
+ | *[[How to add/remove link in "Useful Links" block ]] | ||
*[[How to add fields to a product]] | *[[How to add fields to a product]] | ||
*[[How to add/remove html blocks in member's area]] | *[[How to add/remove html blocks in member's area]] | ||
Line 17: | Line 19: | ||
*[[How to store plain text passwords for users]] | *[[How to store plain text passwords for users]] | ||
*[[How to restrict access to admin interface by certain IP address]] | *[[How to restrict access to admin interface by certain IP address]] | ||
+ | *[[How to add free access to user who was created by "Protection Plugin" using "Create aMember Users By Demand" function]] | ||
+ | *[[How to display user_id in edit profile page]] | ||
+ | *[[How to assign a usergroup when customers orders a product]] | ||
+ | *[[How to send generated password for imported users]] | ||
+ | *[[How to customize PDF invoice output]] | ||
+ | *[[How to add custom tracking JavaScript code at the bottom of each aMember's page]] | ||
+ | *[[How to use shopping cart buttons on domains other than domain where aMember is installed]] | ||
+ | *[[How to populate coupon code on signup page from PHP session]] | ||
+ | *[[How to define maximum number of registrations allowed per IP within 24 hours]] | ||
+ | *[[How to hide specific product in Active Subscriptions block]] | ||
+ | *[[How to use predefined list of quantity instead of text input field on signup form]] |
Latest revision as of 06:28, 14 December 2016
Customization Tips & Tricks:
- How to redirect user to different thanks page after payment
- How to enable access to helpdesk only if user have special product
- How to add welcome ticket in helpdesk when user signup
- How to sell tickets in build in Helpdesk module
- How to link aMember to different wordpress blogs
- REST API examples
- How to customize user tabs in member's area
- How to add user tab with Active Resources
- How to add/remove link in "Useful Links" block
- How to add fields to a product
- How to add/remove html blocks in member's area
- How to add custom page in member area
- How to add some html/js code to pages via hooks
- How to set up custom invoice numbering
- How to add custom placeholders to email templates
- How to translate options in additional fields and text added with customizations
- How to add special validation for some fields on signup form
- How to store plain text passwords for users
- How to restrict access to admin interface by certain IP address
- How to add free access to user who was created by "Protection Plugin" using "Create aMember Users By Demand" function
- How to display user_id in edit profile page
- How to assign a usergroup when customers orders a product
- How to send generated password for imported users
- How to customize PDF invoice output
- How to add custom tracking JavaScript code at the bottom of each aMember's page
- How to use shopping cart buttons on domains other than domain where aMember is installed
- How to populate coupon code on signup page from PHP session
- How to define maximum number of registrations allowed per IP within 24 hours
- How to hide specific product in Active Subscriptions block
- How to use predefined list of quantity instead of text input field on signup form