Search Results for 'buddypress'
-
AuthorSearch Results
-
October 31, 2012 at 10:46 pm #144346October 31, 2012 at 9:14 pm #144343
In reply to: Need original WordPress Registration page back
r-a-y
Keymaster@snowlas – Sorry! I didn’t test that snippet.
I just tested this and it will work:
`
/**
* Removes BP’s redirect from the regular WP registration page.
*/
function my_remove_bp_register_redirect() {
remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ );
}
add_action( ‘bp_loaded’, ‘my_remove_bp_register_redirect’ );
`Snippet belongs in `/wp-content/plugins/bp-custom.php`.
October 31, 2012 at 8:33 pm #144340r-a-y
KeymasterI took a look at bbPress last night to see what it was doing differently.
Note: this is becoming more into a dev discussion than anything so bear with me!
bbPress does things differently in `bbp_template_include_theme_supports()` compared to BP in `bp_template_include_theme_supports()`.
bbPress:
`https://bbpress.trac.wordpress.org/browser/tags/2.1.2/bbp-includes/bbp-template-loader.php#L13`BuddyPress (trunk):
`https://buddypress.trac.wordpress.org/browser/trunk/bp-core/bp-core-template-loader.php#L236`We could probably mirror the same changes as bbPress by adding the page conditionals in `bp_template_include_theme_supports()` like bbPress does.
What do you think, @djpaul @johnjamesjacoby ?
Update: Just read through the dev chat and it looks like Paul is already working on something!
October 31, 2012 at 8:09 pm #144338In reply to: Going full-width
@mercime
ParticipantOctober 31, 2012 at 6:30 pm #144333Ham Radio
ParticipantThis is the error that while creating the group when on I clicked next when I was done with the second step. Please note that I believe that the errors are exactly the same except the second line.
Notice: Undefined index: type in /home4/edgeofth/public_html/thewhirlpool/wp-content/themes/parallelus-mingle/framework/content-fields/rewrite-object.php on line 66
Strict Standards: Non-static method BP_Groups_Member::check_is_member() should not be called statically, assuming $this from incompatible context in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-groups/bp-groups-classes.php on line 74
Strict Standards: Declaration of BB_Walker_Blank::start_lvl() should be compatible with BB_Walker::start_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::end_lvl() should be compatible with BB_Walker::end_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::start_el() should be compatible with BB_Walker::start_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::end_el() should be compatible with BB_Walker::end_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Redefining already defined constructor for class WP_Taxonomy in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 36
Deprecated: Assigning the return value of new by reference is deprecated in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 586
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::start_lvl() should be compatible with BB_Walker::start_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::end_lvl() should be compatible with BB_Walker::end_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::start_el() should be compatible with BB_Walker::start_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::end_el() should be compatible with BB_Walker::end_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Parse error: syntax error, unexpected ‘G3’ (T_STRING) in /home4/edgeofth/public_html/thewhirlpool/bb-config.php on line 22
October 31, 2012 at 6:29 pm #144332In reply to: [Resolved] Using BP with other Themes
@mercime
ParticipantTo make your WP theme compatible with BuddyPress, you need to install/activate the BP Template Pack plugin, then go through Appearance > BP compatibility process.
– https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#the-process-at-a-glance
– https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themesOctober 31, 2012 at 6:29 pm #144331Roger Coathup
Participant@djpaul – great… let me know how that pans out
October 31, 2012 at 6:27 pm #144330Ham Radio
ParticipantI told it to display errors, and this is what I got after creating a group, and click on the forum for that group.
Notice: Undefined index: type in /home4/edgeofth/public_html/thewhirlpool/wp-content/themes/parallelus-mingle/framework/content-fields/rewrite-object.php on line 66
Strict Standards: Only variables should be passed by reference in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-core/bp-core-catchuri.php on line 643
Strict Standards: Declaration of BB_Walker_Blank::start_lvl() should be compatible with BB_Walker::start_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::end_lvl() should be compatible with BB_Walker::end_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::start_el() should be compatible with BB_Walker::start_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Declaration of BB_Walker_Blank::end_el() should be compatible with BB_Walker::end_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-walker.php on line 148
Strict Standards: Redefining already defined constructor for class WP_Taxonomy in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 36
Deprecated: Assigning the return value of new by reference is deprecated in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/backpress/class.wp-taxonomy.php on line 586
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::start_lvl() should be compatible with BB_Walker::start_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::end_lvl() should be compatible with BB_Walker::end_lvl($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::start_el() should be compatible with BB_Walker::start_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Strict Standards: Declaration of BB_Walker_ForumAdminlistitems::end_el() should be compatible with BB_Walker::end_el($output) in /home4/edgeofth/public_html/thewhirlpool/wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/functions.bb-admin.php on line 1285
Parse error: syntax error, unexpected ‘G3’ (T_STRING) in /home4/edgeofth/public_html/thewhirlpool/bb-config.php on line 22
October 31, 2012 at 5:48 pm #144329Ham Radio
ParticipantThanks for you help! That plugin didn’t work, but this did:
https://codex.buddypress.org/extending-buddypress/bp-custom-php/October 31, 2012 at 5:07 pm #144323In reply to: How to prevent spam robots signing up
David Cavins
KeymasterI’ve found that BP Humanity helps with spam robots but not human spammers.
https://wordpress.org/extend/plugins/buddypress-humanity/For human spammers, you may need to approve each user.
https://wordpress.org/extend/plugins/bp-registration-options/October 31, 2012 at 5:01 pm #144321Paul Wong-Gibbs
KeymasterbbPress gets that “for free” because it uses custom post types and therefore WordPress’ template hierarchy. Let me see what I can do for BuddyPress.
October 31, 2012 at 2:05 pm #144308Dale Mckeown
ParticipantSorry for the late replies – I have been quite busy!
Bebop was created from an academic perspective to aggregate OER content from around the web into BuddyPress.
There is nothing to stop anyone else creating a facebook /any other extension, just send me a pull request on Github and I will check it out! (https://github.com/lncd/bebop). There is also a Wiki on Github explaining the key steps to creating a plugin.
Bebop creates its own user_meta table because the options bebop uses is rather complicated; I decided to simplify this by temporarily using a custom table until such a point when I can switch over to the standard user_meta table. I will only ever do this if i can reliably and accurately remove data though!
As i have mentioned in the blog posts, the funding for Bebop has officially ran out so I cannot spend time from my ‘working day’ adding features. I will work on bebop as and when I can, in my own time, but i will always maintain that ‘paid’ work must come first. (I also do a lot of freelance work, not just around the ‘WP/BP’ theme.) Unless, of course, people want to ‘sponsor’ some particular work.
If you find bugs or have feature requests please add them to Github. This makes it easy for me to see what the priorities should be when I have some spare time to work on Bebop.
Thanks for testing and using bebop; its the first plugin I have made and it is nice to know that people are finding it useful.
Dale
October 31, 2012 at 1:41 pm #144307In reply to: RSS feed for forum
ultimateuser
Participant@themightymo I’ve tried this but doesn’t seem to work.
I’ve added http://www.domain.nl/groups/groupname/feed to my RSS reader but says its invalid…
October 31, 2012 at 1:24 pm #144306ahmedselim
Participant@mercime I just tried deactivating all other plugins and reverted to all the default themes with the same outcome. I am not questioning the quality of the plugin whatsoever as I have heard many people using the plugin without issue.. but I am not sure what the issue that I am seeing may be.
Also i noticed on the plugin page that some others were asking about the compatibility with 3.4.2 so I am not sure if maybe someone else may be seeing the same issue that I am.
October 31, 2012 at 10:53 am #144304In reply to: Problem with avatar on with a MultiSite set-up
rezwiebel
ParticipantOne addition: it seems, that also the state of privacy is not saved, when i create a new group. Only, when i change the privacy after creation. So when i want to add a private group and not public, it is still public after creation. The problem exists also with Standard Theme of Buddypress…
October 31, 2012 at 10:42 am #144302In reply to: Problem with avatar on with a MultiSite set-up
rezwiebel
ParticipantHey,
somehow i cannot use this site correctly.Clicking on “Create new topic” throws a 404 on https://buddypress.org/forums/new-topic/.
So i cannot create a new topic for my problem, but it might be a bit related to this one here.
When i create a new group in Buddypress, the avatar i upload is not shown. It is indeed uploaded to “wp-content/uploads/group-avatars”, but not in a subfolder like when i change the avatar of a group. After changing the avatar, the avatar is shown. But when i create a new group and want to upload an avatar, it is the standard avatar shown.
Where could be the problem? The rights are already 777.
October 31, 2012 at 10:18 am #144300In reply to: WP 3.5 Upload Avatar Not Working
@mercime
ParticipantYes, thank you. I’ve seen your ticket and patch at https://buddypress.trac.wordpress.org/ticket/4634
The same issue was posted before at https://buddypress.trac.wordpress.org/ticket/4608October 31, 2012 at 10:07 am #144298In reply to: Mobile inquiry – high demand
Blublkgal
ParticipantHi there
I’ve found buddypress to not be mobile friendly. i can’t even access profiles, forums, groups or the member directory.
October 31, 2012 at 9:42 am #144296In reply to: Re-naming and re-ordering tabs.
@mercime
Participant== rename the ‘Activity’ tab as well as the ‘Friends’ tab, how can I do this ==
Creating a language will change all instances of Activity and Friends in your site to what you want. https://codex.buddypress.org/extending-buddypress/customizing-labels-messages-and-urls/== ‘Profile’ tab automatically loads instead of the activity feed. ==
Look for Change the default tab opened when looking at a user’s profile (default is activity): -> https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/October 31, 2012 at 8:00 am #144294EthanVan
SpectatorActually @karmatosed has the best solution. Using the selector CSS in a child theme is the easiest way to fix the button overlap. Aside from that the plugin was working great to start with.
October 31, 2012 at 3:52 am #144287In reply to: adding new members
Toby Cryns (@themightymo)
ParticipantOctober 31, 2012 at 3:25 am #144282Toby Cryns (@themightymo)
ParticipantThis could be a javaScript or theme problem.
Steps to troubleshoot:
1) Deactivate all plugins except for BuddyPress
2) Activate the default BuddyPress themeDoes it work now? If so, then you have a plugin or theme problem.
October 31, 2012 at 3:22 am #144281Toby Cryns (@themightymo)
ParticipantThis is default BuddyPress functionality. You might try https://wordpress.org/extend/plugins/custom-profile-filters-for-buddypress/
October 31, 2012 at 3:13 am #144280In reply to: Post Update button, Activities Disappear
@mercime
Participant@blogurp Please create a new topic. This topic deals with BP Menus and you have an issue with BP compatibility, I will help you there.
October 31, 2012 at 3:10 am #144279@mercime
ParticipantScott, the plugin author of restrict usernames, is a top-notch developer and I’ve used the plugin successfully in my sites. The plugin is compatible with BuddyPress. Could be conflict with another plugin and/or with theme, there are just so many variables. Have you tried deactivating other plugins except BuddyPress to test restrict usernames plugin?
-
AuthorSearch Results