Additional Tips & Tutorials
DISCLAIMER: These articles provide additional tips beyond the scope of standard default settings. These articles are intended to assist developers and our support staff may not be able to provide additional guidance or troubleshooting on these topics.
To include a widget in an email template use the shortcode [widget=Name of Widget]. Another option is to have the results of a widget sent to a variable...
Use the parameter "userid" in search result page URLs to display all posts made by the user with the specified ID. These are the steps to follow i...
Add get parameter rule for MEMBER search results "&parentid=123". This will then filter for sub-account members from that member’s parent ID w...
It's possible to include and reference 3rd-party CSS stylesheets and JavaScript Libraries. They can be included in many areas of the platform. The most...
When using one of the homepage search modules that allows the user to select a Top Level category, the field to select the category is blank and has placeho...
How to Identify Which Custom Widget Is Causing an Issue If something is not working as expected on a website, it can often be due to customized code use...
With the Member Credits System add-on, it is possible to assign referral credits to members who refer to new sign-ups. When the "Assign Referral Cr...
The code snippet below will determine if members are currently logged into their accounts on the website. <?php // Check if the user is not logged in...
The code snippet below will determine if members are not currently logged into their accounts on the website. <?php // Check if the user is not logg...
The code snippet below will determine when members are logged into a member account AND match additional user criteria. In this example we check that a...