-
aces replied to the forum topic Where to set permalink? in the group Installing BuddyPress 12 years, 9 months ago
WordPress Settings > Permalinks
ie: http://example.com/wp-admin/options-permalink.php -
aces replied to the forum topic Register Page Loads Blank in the group How-To and Troubleshooting 12 years, 9 months ago
Not sure what you’ve done to get the white page, but is https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-clear-the-previous-registration-form-data-1/ a similar error?
-
aces replied to the forum topic Re-direct to other page? in the group How-To and Troubleshooting 12 years, 9 months ago
Couldn’t you use something like travel-junkie’s walled garden technique:
`
function sh_walled_garden()
{
global $bp;
if( bp_is_register_page() || bp_is_activation_page() || […] -
aces replied to the forum topic How do i get the wordpress toolbar at the top of my pages visible also when people are logged out? in the group Creating & Extending 12 years, 9 months ago
On Buddypress > Settings select No for Hide admin bar for logged out users?
See: https://codex.buddypress.org/getting-started/configure-buddypress-components/#bp-settings
-
aces replied to the forum topic Fatal Error after Activation in the group Add All Nav Links to BP Adminbar 12 years, 9 months ago
It is marked as fail on https://codex.buddypress.org/releases/plugin-compatibility/ as of August 2011
-
aces joined the group Add All Nav Links to BP Adminbar 12 years, 9 months ago
-
aces replied to the forum topic How do i get back the top toolbar from WordPress, i dont like the BuddyPress version! Please help! in the group Creating & Extending 12 years, 9 months ago
Since buddypress 1.5 you can use:
define( 'BP_USE_WP_ADMIN_BAR', true );
I use it in bp-custom.php although it can go in wp-config.php -
aces replied to the forum topic Activation email not sent after new user registration in the group Installing BuddyPress 12 years, 9 months ago
If you are using configure-smtp then, from what I can see, it will be sending via smtp not php.
Have you tried using WP Mail SMTP? It can send via php…
The last post on […]
-
aces replied to the forum topic local changes to plugins in the group Third Party Components & Plugins 12 years, 9 months ago
Could you explain further what you mean?
Lots of plugins have filters and other techniques that can be used from functions.php
-
aces replied to the forum topic Activation email not sent after new user registration in the group Installing BuddyPress 12 years, 9 months ago
Is https://my.bluehost.com/cgi/help/206 – from their knowledge base – any help? ?
-
aces replied to the forum topic Can I integrate BP into my custom WP Theme? in the group Installing BuddyPress 12 years, 9 months ago
It shouldn’t be too hard to adapt your own theme using the buddypress template pack and the codex guide
-
aces replied to the forum topic Warning: Missing argument 2 for bp_modify_page_title() in the group How-To and Troubleshooting 12 years, 9 months ago
Is http://themes.truethemes.net/Karma/ the theme you are referring to?
It doesn’t seem to be buddypress compatible out of the box.
Have you installed the buddypress template pack and gone through the […]
-
aces replied to the forum topic Default email settings in the group How-To and Troubleshooting 12 years, 9 months ago
https://wordpress.org/extend/plugins/mail-from/ and https://wordpress.org/extend/plugins/wp-mail-smtp/ can change wordpress default email settings, but it’s not clear if that’s what you are asking about….
-
aces replied to the forum topic BP Authorize.net in the group Third Party Components & Plugins 12 years, 9 months ago
eShop plugin should be compatible with buddypress and has a built in Authorise.net Merchant Gateway…
-
aces joined the group Third Party Components & Plugins 12 years, 9 months ago
-
aces replied to the forum topic Best Way to do a 301 Redirect in the group How-To and Troubleshooting 12 years, 9 months ago
I use it with buddypress…. Since bp 1.5 the main buddypress pages show up with the plugin default settings and you can add extra pages on the settings page…
There might be a better plugin (or even theme…) […]
-
aces replied to the forum topic viewing 50 of the 100 members in the group How-To and Troubleshooting 12 years, 9 months ago
https://wordpress.org/extend/plugins/unconfirmed/ ?
or is it a ‘paging’ issue?
-
aces replied to the forum topic Outgoing Emails Problem in the group How-To and Troubleshooting 12 years, 9 months ago
Have you tried: https://wordpress.org/extend/plugins/mail-from/
https://wordpress.org/extend/plugins/wp-mail-smtp/ might be useful….
-
aces replied to the forum topic Best Way to do a 301 Redirect in the group How-To and Troubleshooting 12 years, 9 months ago
I don’t know of anything specific you can do about completely deleted pages. I try to avoid them.
Having a google sitemap.xml file might help. I use: […]
-
aces replied to the forum topic Opening page different than member's page in the group How-To and Troubleshooting 12 years, 9 months ago
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/members-only-buddypress#post-121296 ? Chris Clayton discussed a similar method here
Having different menus for logged in users is […]
- Load More
@aces
Active 9 months, 4 weeks ago