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.

PHP Code Snippet to Declare a Variable and Fetch Data for the Currently Logged-in User
The code snippet below will declare a variable for currently logged-in users. This variable will then hold the user data fetched from the system. <?php ...
Link Directly to Specific Tabs on Member Profile Pages Using the Tab's #ID in the URL
This article provides a JavaScript snippet that allows you to activate specific tabs on a webpage when the page loads, based on the hash in the URL.  The s...
Add Custom Tabs to Member Profile Pages Using JQuery
This article offers a jQuery code snippet that lets you integrate custom tabs into member profile pages using jQuery. When clicked, the script adds a...
Using CSS to target elements based on User Sessions (Logged In Members vs Visitors)
Previously to show/hide elements when a user is logged in or out, users had to use complicated PHP in specific areas of code. Now we've made it easi...
Using CSS to Target "Verified" Members
Previously to show/hide elements when a user is verified, complicated PHP in specific areas of code was used. Now we've made it easier to control by...
Member "[me=]" Shortcode
There is shortcode for all member variables for logged in members viewing the website content. These are variables that can be used with % signs rather than...