-
aces replied to the forum topic Installation error (last Built 2011-11-25) in the group BuddyPress Media 13 years ago
Does your your surver fulfil the hosting requirements: http://code.google.com/p/buddypress-media/wiki/TOP_featuresList
Specifically, the buddypress media plugin needs php 5.3+, and it’s not the default on many hosts!
-
aces joined the group BuddyPress Media 13 years ago
-
aces replied to the forum topic Fatal Error: Class "BP_Group_Extension" not found in the group Installing BuddyPress 13 years ago
To log into your admin area, delete or rename the plugin directory ( /wp-content/plugins/buddypress-kaltura-media-component/ ) using ftp or cpanel. WordPress will deactivate it….
That plugin is shown as […]
-
aces replied to the forum topic Ho to customize bp_get_loggedin_user_nav? in the group How-To and Troubleshooting 13 years ago
-
aces replied to the forum topic BP Custom Register, Login, and Forgot Password in the group How-To and Troubleshooting 13 years ago
There has been quite a lot of discussion about ‘privacy’ in buddypress since v 1.5.1 came out.
For instance, there is the walled garden technique: […]
-
aces replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 13 years ago
You should just be able to leave it as it is.
register_my_menus
doesn’t exist in the bp-default child theme functions.php file. -
aces replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 13 years ago
functions.php is the same name in both the parent and child theme.
The name of any functions within should be unique!
ie: in the earlier example
function register_my_menus()
should be the only occurence of […] -
aces replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 13 years ago
yes… unless you have a good reason….
-
aces replied to the forum topic Pages not working in the group How-To and Troubleshooting 13 years ago
Because it was working before doesn’t mean that it isn’t a memory issue!
To check for that I would use https://wordpress.org/extend/plugins/wp-system-health/ and run the check memory allocation limit […]
-
aces replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 13 years ago
If your child theme hasn’t got a functions.php file then create your own in a simple text editor such as notepad++.
The first line should be just
?php
with nothing before it and the last line should […] -
aces replied to the forum topic Remove the "DashBoard" from the adminbar in the group How-To and Troubleshooting 13 years ago
bp-custom.php goes into the plugins folder immediately under /wp-content/plugins/ not in a theme folder/directory….
-
aces replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 13 years ago
( https://codex.wordpress.org/Navigation_Menus )
In your child theme’s functions.php file:
`function register_my_menus() {
register_nav_menus( array(
‘primary’ = __( ‘Header Navigation’ […] -
aces replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 13 years ago
something like filezilla ?
-
aces replied to the forum topic Header.php and bp-default theme. Were is the php code that is not in the file? in the group How-To and Troubleshooting 13 years ago
I just downloaded a copy of buddypress from the ‘Manual Download’ button on https://buddypress.org/download/ and it was the same as my svn link above.
If your file is different, then there may be other files […]
-
aces replied to the forum topic Too many Redirects – after PlugIn Update for 3.2.1 in the group BuddyPress Private Community 13 years ago
Can you ftp (using something like filezilla) and delete or rename the /wp-content/plugins/buddypress-private-community/ plugin directory/folder. WordPress will de-activate it…
-
aces replied to the forum topic How to edit the Buddypress default theme navigation? in the group How-To and Troubleshooting 13 years ago
in the bp-default header ( should be line 46 – 48 )
`?php wp_nav_menu( array( ‘container’ = false, ‘menu_id’ = ‘nav’, ‘theme_location’ = ‘primary’, ‘fallback_cb’ = ‘bp_dtheme_main_nav’ ) […]
-
aces replied to the forum topic Buddypress Activity stream page not working….Can anyone help me in the group How-To and Troubleshooting 13 years ago
Can you check your server log for php or other errors?
ie9 developer tools ‘console’ also shows a lot of errors on that particular page…..
-
aces replied to the forum topic Too many Redirects – after PlugIn Update for 3.2.1 in the group BuddyPress Private Community 13 years ago
go to the wordpress plugins page and deactivate….
-
aces replied to the forum topic Creating a Group – getting a blank page in the group How-To and Troubleshooting 13 years ago
- Load More
@aces
Active 9 months, 4 weeks ago