-
wpmubp.org joined the group Installing BuddyPress 14 years ago
-
wpmubp.org started the forum topic BuddyPress.org avatar upload restrictions? in the group Requests & Feedback: 14 years ago
I just got this error trying to change my avatar here. Is there any restrictions?
‘Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/avatars/11464. Is its parent directory writable by the server?’
-
socialpreneur joined the group Requests & Feedback 14 years ago
-
socialpreneur posted on the forum topic Can you multi-site BuddyPress? in the group How-To and Troubleshooting: 14 years ago
Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:
define ( ‘BP_ENABLE_MULTIBLOG’, true );More: https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
-
takuya posted an update 14 years ago
Oh…I haven’t posted anything for more than 3 months…
-
socialpreneur posted on the forum topic Buddypress 1.2.4.1 and WPML Multilingual CMS problem in the group How-To and Troubleshooting: 14 years, 4 months ago
@Travel-Junkie, nice hack, worth to be posted on the codex. But where do we put that, bp-custom?
-
socialpreneur joined the group How-To and Troubleshooting 14 years, 4 months ago
-
takuya started the topic How to safely remove bp_adminbar_authors_menu using bp-custom? in the forum How-to & Troubleshooting 15 years, 1 month ago
I want to remove bp_adminbar_authors_menu using bp-custom, not deleting whole function from bp-core files.
I’ve copy and pasted full part of bp_adminbar_authors_menu to bp-custom as folllows.
function bp_adminbar_authors_menu() {
global $current_blog;
if ( $current_blog->blog_id > 1 ) {
$authors = get_users_of_blog();
if ( is_array( $authors…[Read more]
-
takuya started the topic [Resolved] forcing users to login from the root in the forum How-to & Troubleshooting 15 years, 8 months ago
For some reason, I want every user on my site to use login from the root.
But with default, if users logout from site1.example.com, then they get redirected to site1.example.com/wp-login.php
I want all my users to go to example.com/wp-login.php rather than the above default location.
Which file is responsible for this function?
@takuya
Active 5 years ago