Variable in mycred_link
-
Hi Gabriel/ MyCred team. Thanks for your fantastic plugin.
I am trying to use the mycred_link shortcode with buddypress to charge members a point for following another member’s link to their external website. I’ve devised the following code which I plan to use in the Buddypress member-header.php template file (and hide the new custom xProfile “Website” field).
<?php $mywebsite = bp_get_profile_field_data( 'field=Website' ); echo do_shortcode('[mycred_link amount="-1" href="'.$mywebsite.'" target="_blank"]Visit My Website[/mycred_link]'); ?>
When I do
echo $mywebsite;
it display the URL correctly but when I use it in myred_link shortcode it does not resolve properly.Please help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Variable in mycred_link’ is closed to new replies.