Configurar BuddyPress

Instalamos y configurar BuddyPress en uno de nuestros subsitios con subdominio de Likone.es que usamos para pruebas, para posteriormente instalarlo de manera definitiva en un sitio con dominio propio.
Configurar BuddyPress
- Seleccionar los componentes
- Crear y asignar páginas
Paso 1 – Componentes
Habilitar el registro de usuarios a través de Settings > General > Allow, para que cualquier persona pueda registrarse en el sitio.

Paso 2 – Configurar Páginas
El próximo paso será configurar las páginas que usará BuddyPress. La mayoría de las páginas ya están creadas.

Pero nosotros sólo queremos BuddyPress en un subsitio, así que seguimos estos pasos de la página oficial del plugin
La siguiente información está extraída directamente del enlace anterior:
Activate BuddyPress in only one of the Secondary Sites of the Network
- Go to Dashboard → Network Admin.
- Click on Sites link.
- Find the ID number of the site you want to be the root site of your BuddyPress installation.
- Open up your installation’s wp-config.php file.
- Add
define ( 'BP_ROOT_BLOG', $blog_id );
to yourwp-config.php
file where$blog_id
is the ID number of your chosen site and save the file. - Go to Dashboard → Network Admin.
- Add BuddyPress through Plugins → Add New.
- Navigate to the subsite which you identified in your wp-config.php file earlier
- Activate BuddyPress. You will be redirected to the BuddyPress Welcome screen.
- Configure BuddyPress.
Deja una respuesta