-
@modemlooper replied to the forum topic Changing slugs with bp-custom.php: No change! in the group How-To and Troubleshooting 13 years, 1 month ago
Activity items are hard coded so links will not change to new slug. You would have to write a script to go through all activity items and switch out URL from string.
-
@modemlooper replied to the forum topic What plugin is this site using? in the group How-To and Troubleshooting 13 years, 1 month ago
I don’t think it’s a plugin. Custom code but doing something like that is not difficult.
-
@modemlooper replied to the forum topic URGENT!!! PLS HELP -> Add new users from admin in the group How-To and Troubleshooting 13 years, 1 month ago
Looking at the plugin’s code they are hiding fields with no value.
-
@modemlooper replied to the forum topic URGENT!!! PLS HELP -> Add new users from admin in the group How-To and Troubleshooting 13 years, 1 month ago
I don’t know how you coded your hover card or how it’s getting the profile info but you could code it to show each profile field even if it’s not filled in. Don’t rely on the BP profile field loop. Directly […]
-
@modemlooper replied to the forum topic URGENT!!! PLS HELP -> Add new users from admin in the group How-To and Troubleshooting 13 years, 1 month ago
When you add users in the admin the xprofile fields are not present for you to add info. I don’t think there is a way around this unless there is some filter to force all xprofile fields to be shown even if they […]
-
@modemlooper replied to the forum topic URGENT!!! PLS HELP -> Add new users from admin in the group How-To and Troubleshooting 13 years, 1 month ago
If the fields are not filled in they don’t show. I’m not seeing this as broken.
-
@modemlooper replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 1 month ago
I’m a bit confused but the members directory will not show a single users profile. The members page you create in admin is the sites directory for members. The profile page is located after this […]
-
@modemlooper replied to the forum topic Hide General Settings Tab in the group How-To and Troubleshooting 13 years, 1 month ago
In BP-default folder you can edit the file members/single/settings/general.php
Just comment out the form for the settings. BTW did you uncheck settings option in admin?
Thanks for the rating.
-
@modemlooper replied to the forum topic Hide General Settings Tab in the group How-To and Troubleshooting 13 years, 1 month ago
Leave tab active but hide password fields
-
@modemlooper replied to the forum topic Get name of the creator of a group in the group How-To and Troubleshooting 13 years, 1 month ago
Try something like:
groups->current_group->creator_id ); ?>If you want to add the name to the description field you could use a shortcode with a function to call creator id
-
@modemlooper replied to the forum topic Makign Forum page full screen in the group How-To and Troubleshooting 13 years, 1 month ago
use firebug browser plugin to figure out CSS don’t edit core CSS files. alwas use a custom CSS file so you can update themes and plugins without loosing your customization.
-
@modemlooper replied to the forum topic Buddypres share it is not showing, could it be w3tc or add expire header? in the group How-To and Troubleshooting 13 years, 1 month ago
contact theme dev and see if it’s updated with current BP and have them work out problem.
-
@modemlooper replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 1 month ago
You do not need to create every page. Just the component directories.
Are you using a BP compatible theme?
-
@modemlooper replied to the forum topic Makign Forum page full screen in the group How-To and Troubleshooting 13 years, 1 month ago
Take page.php or whatever file you’ve created to be full width and copy it. Rename file bbpress.php
bbPress will use this file for its content
-
@modemlooper replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 1 month ago
Plugin doesn’t create pages. Make sure you’ve created your component pages in wp admin. Settings > BuddyPress > Pages
-
@modemlooper replied to the forum topic Buddypres share it is not showing, could it be w3tc or add expire header? in the group How-To and Troubleshooting 13 years, 1 month ago
Not sure, could be JavaScript or a theme issue. Always activate BP default to rule out theme issues. Also deactivate plugins and go through each one.
-
@modemlooper replied to the forum topic Adding Dynamic Profile Link to Main Menu Item in the group How-To and Troubleshooting 13 years, 1 month ago
-
@modemlooper replied to the forum topic Makign Forum page full screen in the group How-To and Troubleshooting 13 years, 1 month ago
there is a full width page template. go to the forum page in Pages menu in the admin and choose full width page template
-
@modemlooper replied to the forum topic Changing Groups name in the group How-To and Troubleshooting 13 years, 1 month ago
The best way is to create a language file to change all instances
-
@modemlooper replied to the forum topic Can I search this forum? in the group How-To and Troubleshooting 13 years, 1 month ago
Use google and add site:buddypress.org to search param
- Load More
@modemlooper
Active 3 months, 1 week ago