My site runs without a sidebar. Is there anyway that you can call the widget functions from your page template? I can’t seem to find the function name or php file in the buddypress directory.
I would like to be able to have the box to allow people to sign in to buddypress on my website.
I can’t seem to find the function name or php file in the buddypress directory.
You can find the login widget code in /buddypress/bp-core/bp-core-widgets.php
But mercime is correct, your best move is to add a widget area to your theme and then use the login widget (assuming you’re on BP 1.9+ which includes a login widget).