-
@mercime posted a new activity comment 15 years, 2 months ago
@DJPaul @hnla @r-a-y @boonebgorges that is not a BP site.
-
mercime posted on the forum topic Is it possible to sharing BuddyPress and WordPress Users? in the group Installing BuddyPress: 15 years, 2 months ago
BuddyPress is a WordPress plugin and not a separate application. BP shares the DB of your WordPress site. And yes, BuddyPress can be installed in single WordPress.
-
mercime posted on the forum topic can no longer activate buddypress theme after wp upgrade in the group How-To and Troubleshooting: 15 years, 2 months ago
If you are using a custom BP theme, change to bp-default theme.
-
mercime posted on the forum topic login in the group Installing BuddyPress: 15 years, 2 months ago
“and when I put the part of (what part of?) I lost language files without login and when I try to log it makes
nothing. ”Something’s getting lost in translation. Do rephrase your question.
-
mercime posted on the forum topic can no longer activate buddypress theme after wp upgrade in the group How-To and Troubleshooting: 15 years, 2 months ago
If you upgraded to WP 3.0.5 via dashboard auto upgrade, do a manual update via FTP or cPanel
https://codex.wordpress.org/Updating_WordPress#Manual_UpdateAlso re widgets, WP Dev Andrew Nacin posted about that here http://wpdevel.wordpress.com/2011/02/10/if-your-menus-or-widgets-screens-broke/
-
mercime posted on the forum topic Theme and Log In page aren't playing well together in the group How-To and Troubleshooting: 15 years, 2 months ago
Go to Custom Community Theme forums – http://themekraft.com/forums/
-
mercime posted on the forum topic Any way to have Buddypress not a Network wide plugin? in the group How-To and Troubleshooting: 15 years, 2 months ago
Removing adminbar in blogs except where BP is installed – see this. Add opening
<?phpand replace BP_ROOT_BLOG with id # of blog where BP is installed. -
mercime posted on the forum topic Not Able To Post Links or Forum Posts in the group How-To and Troubleshooting: 15 years, 2 months ago
@poodyglitz first thing I’d do is to isolate what could be causing erratic behavior. Deactivate all plugins except BP and change theme to bp-default. Then check if you can now add links and forum posts. If that’s cool, then proceed to activate your theme, then plugins one by one while adding links and forum posts between […]
-
mercime posted on the forum topic Installing Themes and Activating Forums in the group How-To and Troubleshooting: 15 years, 2 months ago
Deactivate “Suffusion BuddyPress Pack” plugin if you haven’t yet.
Also, why did you have to “re-install” the bp-default folder into bp-themes folder, or do you mean you re-uploaded bp-default theme to wp-content/plugins/buddypress/bp-themes/ ? -
mercime posted on the forum topic Avatar Crop Page Header and Background Image don't load in the group How-To and Troubleshooting: 15 years, 2 months ago
@Bigjimmysisco I do not use the arras nor brownbuddy theme. I would rather roll out a bp-default child theme theme similar to Arras than take too much time to decipher all the theme’s intricacies, not that I’m going to at this time. The light at the end of the tunnel for you is that come BP […]
-
mercime posted on the forum topic Activating Forums?? in the group Creating & Extending: 15 years, 2 months ago
Did you set up internal or external BP forums?
https://codex.buddypress.org/getting-started/configure-buddypress-components/#forums-setup -
mercime posted on the forum topic Installing Themes and Activating Forums in the group How-To and Troubleshooting: 15 years, 2 months ago
1. If you install a WP theme, you need to install BP Template Pack plugin to integrate BP component magic into your WP theme.
2. Which BP theme was that and is that theme updated for current BP version?
Did you follow internal or external forums set up in this…[Read more] -
mercime posted on the forum topic How can I change the text "Visit Blog" to somthing other like "Visit Post" or "Watch News" In buddyp in the group Miscellaneous: 15 years, 2 months ago
Yup, use the same thing myself
-
mercime posted on the forum topic Issue with url sub blog in user navigation bar in the group How-To and Troubleshooting: 15 years, 2 months ago
— Where i do install BP ? —
BP is Network Activate and the default install of BP is in main site. If you didn’t define BP in secondary blog in your wp-config.php, then BP should be in main site.
-
mercime posted on the forum topic Suggestion: Exclude admin from stream in the group BuddyPress Activity Stream Bar: 15 years, 2 months ago
@intimez – haven’t tried it with this plugin, check if code from @sbrajesh from this page will work for what you need:
add_action("plugins_loaded","bpdev_init_sm_mode");
function bpdev_init_sm_mode(){
if(is_site_admin())
remove_action("wp_head","bp_core_record_activity");//id SM is on, remove the record activity… -
mercime joined the group BuddyPress Activity Stream Bar 15 years, 2 months ago
-
mercime posted on the forum topic Issue with url sub blog in user navigation bar in the group How-To and Troubleshooting: 15 years, 2 months ago
— When i create a new blog, the navigation bar on sub blog has an bad url like: http://www.mysite/subblog/ — It is normal = it’s not a “bad” URL. That’s exactly how it would be if you created a network with subdirectory structure when WP is installed in domain root. — If user wants to […]
-
mercime posted on the forum topic register.php? in the group Requests & Feedback: 15 years, 2 months ago
It’s in bp-default theme’s registration folder
https://trac.buddypress.org/browser/tags/1.2.7/bp-themes/bp-default/registration/register.php -
mercime posted on the forum topic How to remove ’Active xyz hours ago’ ? in the group How-To and Troubleshooting: 15 years, 2 months ago
1. https://trac.buddypress.org/browser/tags/1.2.7/bp-core.php#L1491
2. See how it’s used in code given just before related posts section in this buddydev.com page and configure it to what you need
-
mercime posted on the forum topic word limits for posts in the group How-To and Troubleshooting: 15 years, 2 months ago
1. It should work as the posts are WP functions 2. You would be adding the codes as seen here https://wordpress.org/extend/plugins/content-and-excerpt-word-limit/installation/ into your active theme. Find instances of the_excerpt and the_content in your active theme’s files and replace that with code given above after you’ve activated the plugin.…[Read more]
- Load More
@mercime
Active 5 years, 7 months ago