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.

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 provides jQuery examples for adding one or more custom tabs to member profile pages. When the page loads, the script appends a new tab to t...
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...
Using CSS to Target Form Fields
Previously to show/hide form fields, complicated PHP in specific areas of code was used. Now we've made it easier to control by including a class to...
Customizing Froala Editors: Adding RTL and LTR Options for Text Direction
In this tutorial, we explore how to customize Froala editors, focusing on adding RTL and LTR options for text direction. For more details, refer to the Froa...
Using CSS to Target Featured Posts
Previously, customizing the appearance of Pinned Featured Posts required modifying PHP in specific widgets. Brilliant Directories now adds a dedicated CS...
How to Remove the Post Publish Date
Every post is published with the Post Date visible on the website: Remove Date Sitewide   The "Posted" date can be removed site w...
Code to Require Location Before Search
The code below will make the location field in search modules required when doing a search <script> // This script adds the 'required' at...