-
meg@info replied to the topic How to override core template function in the forum How-to & Troubleshooting 11 years, 3 months ago
Hi @Skeary,
There is no filter for bp_directory_groups_search_form(), You can change create a new custom function and replace the old call of bp_directory_groups_search_form by the new function.
function bp_custom_directory_groups_search_form() {$default_search_value = bp_get_search_default_text( 'groups' );
$search_value = !empty(…[Read more] -
meg@info replied to the topic New great plugin, buddypress-wall by @megainfo in the forum Third Party Plugins 11 years, 3 months ago
@hnla,I dont remember from where i was past this part of text, but sure from an old buddypress readme.txt plugin and i was used since long time as template file for all my plugins.
You can check the readme.txt for all my others plugins too.
https://github.com/dzmounirI want ask you a question , why some old plugins have a forum support in the…[Read more]
-
meg@info replied to the topic New great plugin, buddypress-wall by @megainfo in the forum Third Party Plugins 11 years, 3 months ago
Hi @funmi-omoba, @bp-help, @hnla
Thank’s funmi omoba for the post, i want tell you that the first version of plugin is now available for download from wordpress repo :
https://wordpress.org/plugins/buddypress-wall/
I Hope the Buddypress users will enjoy the plugin.
Any suggestions are welcome.Regards,
-
meg@info replied to the topic Buddypress phone app in the forum Creating & Extending 11 years, 3 months ago
-
meg@info replied to the topic Recent post by users in the forum How-to & Troubleshooting 11 years, 3 months ago
Hi,
mybe this plugin can help you
https://wordpress.org/plugins/bowe-codes/ -
meg@info replied to the topic Members Directory Pagination Help! in the forum How-to & Troubleshooting 11 years, 3 months ago
I think you can’t show the correct number, because you do the test about role of bbp_blocked in the loop, so the number of members is uknow before the loop, buddypress save the number of members before the loop in variable $total_member_count
check bp_core_get_total_member_count() function.
I think if you check how buddypress profil search…[Read more]
-
meg@info replied to the topic Hide Member total in Widget? in the forum How-to & Troubleshooting 11 years, 3 months ago
hi,
you can hide it by adding this css code in the style.css of your current theme.
.widget.buddypress div.item-meta,
.widget div.item-meta
{
display:none !important;
}
-
meg@info replied to the topic BuddyPress activity stream comments bug with this theme in the forum How-to & Troubleshooting 11 years, 3 months ago
Hi,
Check the version of jquery used by the theme. try to replace it by the last version.
-
meg@info replied to the topic [Resolved] Disabling Friends connection between users breaks the theme in the forum How-to & Troubleshooting 11 years, 3 months ago
Check the functions.php file of your current theme, mybe there is some code who use bp_friends component functions.
-
meg@info replied to the topic in the forum meg@info 11 years, 4 months ago
free themes
https://wordpress.org/themes/search.php?q=buddypressCommercial themes
http://themeforest.net/category/wordpress/buddypress -
meg@info replied to the topic 1.7 Download in the forum Installing BuddyPress 11 years, 4 months ago
-
meg@info replied to the topic [Resolved] BuddyPress looks strange… in the forum How-to & Troubleshooting 11 years, 4 months ago
Hi @romandaily,
I think the problem is not from css,
your theme is buddypress child theme, or simple wordperss theme ?Regards,
-
meg@info replied to the topic Members & Activate in the forum How-to & Troubleshooting 11 years, 4 months ago
I was registred in your site @carlzammit and activated without error.
-
meg@info replied to the topic How to filter the names of new groups during group creation? in the forum Creating & Extending 11 years, 4 months ago
Hi,
Try this filter
add_filter('groups_group_name_before_save','mygroups_group_name_before_save',10,2);
function mygroups_group_name_before_save($group_name, $group_id){
// your code to check the $group_name value
return $group_name;
}
you can check the code in bp-groups-classes.php for more informations
-
meg@info replied to the topic [Resolved] how to write Request for Proposal for developing new plugin? in the forum How-to & Troubleshooting 11 years, 4 months ago
Hi,
Check this links
the Buddypress codex
https://codex.buddypress.org/developer/plugin-development/Some tuts
http://wp.tutsplus.com/tag/buddypress/ -
meg@info replied to the topic 500 Server error after upgrading to 1.8 in the forum Installing BuddyPress 11 years, 4 months ago
-
meg@info replied to the topic removing admin and user from members list in the forum How-to & Troubleshooting 11 years, 4 months ago
Add the code in your functions.php, the code exlcude all admins from buddypress. You can edit the code and personalize it to make it work for your needs.
-
meg@info replied to the topic fatal error with bbpress after updating to BP 1.8 in the forum How-to & Troubleshooting 11 years, 4 months ago
what version of BBPress u use ?
-
meg@info replied to the topic 500 Server error after upgrading to 1.8 in the forum Installing BuddyPress 11 years, 4 months ago
try to disable all plugins excepts buddypress
- Load More
@megainfo
Active 8 years, 9 months ago