-
SuitePlugins replied to the topic Buddypress menu – show tab not only to user in the forum How-to & Troubleshooting 8 years, 7 months ago
You can add the following to your array
‘show_for_displayed_user’ => bp_core_can_edit_settings(),
-
SuitePlugins replied to the topic BP paid support options??? in the forum How-to & Troubleshooting 8 years, 7 months ago
Hi Bradley.
Sorry that you are experiencing problems with BP. If you are interested, you can send me a message here and I can assist https://suiteplugins.com/custom-work/ -
SuitePlugins replied to the topic Need help converting PHP to run within my functions.php file. in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi Mark,
I think it would help to understand what errors appeared that you had to strip out. -
SuitePlugins replied to the topic migrate from cimy extra fields to xprofile buddypress in the forum Requests & Feedback 8 years, 9 months ago
Greetings vendocartoni,
Cimy User Extra Fields seem to serialize these entries in the database. I do not know of a tool to assist with the import but if you are familiar with coding you can use
maybe_unserialize
to unserialize the data to an array then create an update/insert function to store the information to BP Profile. -
SuitePlugins replied to the topic Private Messaging Limit with Membership plans in the forum Third Party Plugins 8 years, 9 months ago
Hi all,
I created a plugin call BP Premiums. If you are ok with using WooCommerce, I can create an add-on that will allow BP users to purchase message quotas.
I have created purchasable for BuddyPress Storage and RTMedia Pro Gallery.
Let me know your thoughts
-
SuitePlugins replied to the topic Unable to access Groups in the forum Installing BuddyPress 9 years, 2 months ago
Can you send the correct link with tld. I am not sure if your link is .com , .net etc.
-
SuitePlugins replied to the topic how to hide field to public when no content or selection is present in field. in the forum How-to & Troubleshooting 9 years, 2 months ago
Hi Quinn,
You need to check if the field is empty or not
Your code:
echo "<li>";
echo '<strong style="color:#777;text-decoration:underline;">Artist Wanted: </strong>';
$group_wanted = groups_get_groupmeta( $bp->groups->current_group->id, 'e2e_wanted' );
echo $group_wanted;
echo "</li>";
Code with conditional:
[Read more]
$group_wanted =… -
SuitePlugins replied to the topic Change visibility of avatars > hide for not-logged-in users in the forum How-to & Troubleshooting 9 years, 2 months ago
@suiteplugins
Active 6 months, 3 weeks ago