-
modemlooper replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
page as subnav but leave subnav name blank?
‘name’ => __( ‘Component name’, ‘bp-component-name’
‘name’ => __( ”, ‘bp-component-name’
-
modemlooper replied to the topic Must I set up subnav items when creating a new component? in the forum How-to & Troubleshooting 11 years, 1 month ago
Nope. You create subnavs by declaring a parent on a nav item
-
modemlooper replied to the topic Creating 'New Group' changes 'http://' to 'HTTPS:// ' in the forum How-to & Troubleshooting 11 years, 1 month ago
Don’t use one click wp installers, they can cause errors with BP because one clicks sometimes do weird permissions.
-
modemlooper replied to the topic Adding buddypress support to a normal theme? in the forum Creating & Extending 11 years, 1 month ago
Any plugin that requires bp-default may not work right with BP 1.7 plus. A lot of plugins were bound to the templates of bp-default.
-
modemlooper replied to the topic Creating 'New Group' changes 'http://' to 'HTTPS:// ' in the forum How-to & Troubleshooting 11 years, 1 month ago
BP only has a small detection for ssl to specify the correct path to files if your host has ssl enabled. If you type in the correct url for group creation instead of clicking the button does it create the group?
-
modemlooper replied to the topic BP Columns download in the forum Installing BuddyPress 11 years, 1 month ago
bp columns will not work well with current BuddyPress, you can now use any 3 column WordPress theme.
-
modemlooper replied to the topic undefined function bp_has_forum_topics() in the forum Creating & Extending 11 years, 1 month ago
When accessing bbPress in WP templates you use bbPress template tags. bp_has_forum_topics will only work in BP templates.
if ( bbp_has_topics( '&author=' . bp_loggedin_user_id() ) ) :
-
modemlooper replied to the topic undefined function bp_has_forum_topics() in the forum Creating & Extending 11 years, 1 month ago
Do you have bbPress forums turned on for groups? What template are you placing code into?
-
modemlooper replied to the topic Phonegap in the forum How-to & Troubleshooting 11 years, 1 month ago
Google a bit. There are a few APIs but nothing up to date.
I have a project in the works called Snowflake that is an API + phonegap app. A bit off from being usable.
-
modemlooper replied to the topic Need suggested webhosting to run BP fast for heavy bulk users in the forum Showcase 11 years, 1 month ago
-
modemlooper replied to the topic [Registration] Front End Registration not working in the forum How-to & Troubleshooting 11 years, 1 month ago
Could be theme related, try switching themes
-
modemlooper replied to the topic Creating a conference web app in the forum How-to & Troubleshooting 11 years, 1 month ago
groups can be used as seminars
members directory can be attendees
profiles can be bios
There is a docs plugin to shsre files
BP has private messaging
Posting to FB and twitter might require custom code. Try BuddyStream plugin -
modemlooper replied to the topic [Registration] Front End Registration not working in the forum How-to & Troubleshooting 11 years, 1 month ago
If you disable the FB connect does registration return? Also try renaming the registration page
-
modemlooper replied to the topic [Registration] Front End Registration not working in the forum How-to & Troubleshooting 11 years, 1 month ago
Is your WP install in the streaming folder? do you have anyone can register checked in the WP admin settings?
-
modemlooper replied to the topic Creating a conference web app in the forum How-to & Troubleshooting 11 years, 1 month ago
Describe how the app would work?
-
modemlooper replied to the topic bp_activity_add() not working in theme ajax hooks in the forum Miscellaneous 11 years, 1 month ago
try:
function bp_some_function() {
add_action( “wp_ajax_add_pair”, “some_function” );
}
add_action( 'bp_include','bp_some_function' ); -
modemlooper replied to the topic Can't Install BuddyPress – What the heck?! in the forum Installing BuddyPress 11 years, 1 month ago
Did you use a one click install for WordPress?
-
modemlooper replied to the topic Can someone please fix the page for the Buddypress Template Pack Plugin? in the forum Installing BuddyPress 11 years, 1 month ago
You should not use that plugin. It does not need to be used with current BuddyPress
-
modemlooper replied to the topic [Resolved] Do I need to set up BuddyPress as a Secondary Blog? in the forum Installing BuddyPress 11 years, 1 month ago
no. the secondary blog setup is only if you are running wp multisite
-
@modemlooper updated the Tips – Tricks – Code Snippets page, on the BuddyPress Codex 11 years, 1 month ago
The following code snippets are to be used AT YOUR OWN RISK. Most are harmless but could cause potential conflict with other plugins or even the core code. Please test before using on a production […]
- Load More
@modemlooper
Active 9 months, 4 weeks ago