I would have thought so, you need to edit the template though to reflect this. Secondly, about redirecting, I managed to do this, although I can’t remember exactly off the top of my head but I believe I editted this file:
wp-content/mu-plugins/bp-core/bp-core-signup.php
I THINK from here is where I made the changes to redirect. Hope this helps, sorry its not accurate!
Regards
DW
Anything is possible if you can program in php. See the new skeleton theme download at: https://codex.buddypress.org/developer-docs/create-a-buddypress-member-theme/
That’s if you are talking about the member theme. The home theme is just a normal wp theme and there are tons of docs and sites dedicated to helping you with that. Google is your friend.
Okay thanks, that clears it up a bit. Im not that strong in php but I still managed to build a custom theme in WordPress using the inbuilt template tags.
burtadsit > Do you know if there’s a similar page with template tags and a description for each tag for BuddyPress / The skeleton theme.
Like an “Overview” page that maybe looks like this: https://codex.wordpress.org/Template_Tags
That page helped me so much delveloping my own theme and understanding the function of each tag.
hi!
@ezd
here are some referenzes:
http://bp-dev.org/phpxref/nav.html?index.html
https://codex.buddypress.org/developer-docs/creating-a-custom-buddypress-component/
https://codex.buddypress.org/developer-docs/create-a-buddypress-member-theme/
if i understand you corectly your aim is make a simplified buddypress-home theme or a replacement for the standard home theme. right!? you may be want to take a look here: http://kommune.ngcorp.de – it is my own simplified home theme. i took the orginal home theme and striped it down. only for an example what is possible