-
@modemlooper replied to the forum topic Changing log in menu-item (buddypress 1.5) in the group How-To and Troubleshooting 13 years, 11 months ago
remove action bp_login
create you’re own function for login then add action
Then, remove it from sub themes
-
@modemlooper replied to the forum topic Changing log in menu-item (buddypress 1.5) in the group How-To and Troubleshooting 13 years, 11 months ago
What about putting the remove action in the sub domains functions.php file?
-
@modemlooper replied to the forum topic How to hide the friends tab from other users while displaying it to owner and admin only in the group How-To and Troubleshooting 13 years, 11 months ago
Just read you don’t want to edit home.php. There isn’t a filter for privacy like there is with messages for showing profile sections. Messages and xprofile fields has logic for output and can be filtered but the […]
-
@modemlooper replied to the forum topic How to hide the friends tab from other users while displaying it to owner and admin only in the group How-To and Troubleshooting 13 years, 11 months ago
Install BuddyPress Profile Privacy plugin
-
@modemlooper replied to the forum topic Changing group display in the group How-To and Troubleshooting 13 years, 11 months ago
You need to create a language file and change the text you want.
https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/
-
@modemlooper replied to the forum topic How collect personal data in the group How-To and Troubleshooting 13 years, 11 months ago
In the admin under BuddyPress menu there is a section “profiles” you can add more fields for users to fill out at sign up . These are not hidden, you will have to come up with your own solution. Hiding fieldsis […]
-
@modemlooper replied to the forum topic Changing menu items for Mobile BuddyPress in the group How-To and Troubleshooting 13 years, 11 months ago
Create a new menu in the WordPress admin then set it to the mobile menu and add items.
-
@modemlooper replied to the forum topic Is this plugins is worked for version 1.5.1 in the group BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz) 13 years, 11 months ago
Try BuddyPress profile privacy for allowing users to hide profiles from non friends. No other plugin has the level of privacy that plugin had.
-
@modemlooper replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 13 years, 12 months ago
It could, my plugin allows uses to decide if profiles are open
-
@modemlooper replied to the forum topic ”Create a Group” button only allow admin to see in the group How-To and Troubleshooting 13 years, 12 months ago
No need for this hack anymore as there is an option in he BuddyPress admin to limit group creation
-
@modemlooper replied to the forum topic Increasing the number of activity feed posts in homepage. in the group How-To and Troubleshooting 13 years, 12 months ago
I wouldn’t, it creates heavy resource on a server. Unless you have unlimited server power.
-
@modemlooper replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 13 years, 12 months ago
I just updated plugin and the code edit required has changed. you need to edit home.php instead of profile.php.
cpanel blows for editing files you need to use an FTP program.
-
@modemlooper replied to the forum topic Add Profile link to WP Custom Nav Menu in the group How-To and Troubleshooting 13 years, 12 months ago
I created a plugin that adds user nav to end of WP menu. It’s in the WordPress.org repo
-
@modemlooper replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 13 years, 12 months ago
It works you have to edit code no way around that
-
@modemlooper replied to the forum topic Setting up sub-forums in the Site Wide Forums in the group How-To and Troubleshooting 13 years, 12 months ago
Sub forums are coming to BuddyPress 1.6
-
@modemlooper replied to the forum topic HTML In Custom Fields in the group How-To and Troubleshooting 13 years, 12 months ago
<code>your stuff in the middle</code> -
@modemlooper replied to the forum topic HTML In Custom Fields in the group How-To and Troubleshooting 13 years, 12 months ago
Try using
<pre>or<code>wrapped around HTML -
@modemlooper replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 14 years ago
Ok, working 🙂 the arrangement of code was key. I had tried your suggestion before and did not work because I had the isset checks after the bp_core_load_template.
-
@modemlooper replied to the forum topic Align buttons horizontally ? in the group BuddyPress Share It 14 years ago
It’s probably something else on your site causing a problem. The plugin works fine on a default install bt could clash with unknown plugins
-
@modemlooper replied to the forum topic Possible bug with plugins.php and saving user meta in the group How-To and Troubleshooting 14 years ago
I’m going re do same code using a template file and see if problem solves but it would be better to use plugins.php
- Load More
@modemlooper
Active 3 months, 2 weeks ago