-
freya started the topic Create a profile settings subnav in the forum How-to & Troubleshooting 2 years, 8 months ago
Hello,
I work on a Buddyboss setup. I created a profile subnav (like ‘edit profile’ and ‘change photo’).
The only thing is I don’t know which template to load in my last line of code for the content to look like a settings page.Here is my working code:
function buddyboss_custom_user_subtab() {
// Avoid fatal errors when plugin is not…[Read more]
-
freya replied to the topic Display website field in the forum How-to & Troubleshooting 2 years, 8 months ago
-
freya started the topic Display website field in the forum How-to & Troubleshooting 2 years, 8 months ago
Hello,
I have a repeater fieldset with ‘Website’ and ‘URL’ field.
Here is my current code to display the datas (it’s within a while loop):
<?php if ( bp_field_has_data() ) : ?>
<?php echo bp_get_the_profile_field_value(); ?>
<?php endif; ?>
At the moment the datas are displayed like this:
[Read more]
<p>Website name #1<p>
<p>URL #1<p>
<p>Website name…
@fannyonholidays
Active 2 years, 8 months ago