Home › Forums › Plugin Support › AffiliateWP Ranks › Rank Shortcode to show only Current Rank

-
-
August 29, 2020 at 12:36 am #12664
do you have any shortcode that will display this affiliate’s current rank only. i don’t want to show Previous or Next Rank. for example, i want to use it in Affiliate Area page, such as Hi John, your current rank is : [current_rank]
in the AffiliateWP MLM Settings, i enabled Affiliate Data checkbox -> Ranks
but in the frontend, when i hover any affiliate’s avatar, i don’t want it to show Previous or Next Rank. i only want it to display Current Rank. can it be done? -
September 1, 2020 at 1:16 am #12685
Hi Alvin,
You can use the
[affiliate_rank]
shortcode to display the Current Rank of the affiliate viewing the page.You would have to modify the Affiliate Dashboard (URLs tab) template, or use an action hook, in order to add that custom text and Rank info there.
We’ll have a full list of the shortcodes for Ranks added to the documentation soon. We’re currently working on some updates which will include new features, so this will all be updated.
-
September 17, 2020 at 2:44 pm #12871
Sorry for the delay Alvin,
Here’s a CSS code snippet to only show the Current Rank:
ul.affwp-mlm-aff-data li.rank ul li { display: none; } ul.affwp-mlm-aff-data li.rank ul li:first-child { display: block!important; }
Let me know how it works for you.
-
-
AuthorPosts
- You must be logged in to reply to this topic.