Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 11,176 through 11,200 (of 68,949 total)
  • Author
    Search Results
  • #248189
    jscmal
    Participant

    @Mark … I tested it with Twenty Fifteen WordPress Standard Theme and the problem happens. Then it is not properly a theme problem

    I use the woothemes Canvas Theme release 5.9.3 and 5.9.15 (the latest).

    To make work properly rtmedia was necessary add a fixing in the child theme functions.php and it worked properly:

    // BuddyPress - Fixing for rtMedia
    function rtmedia_main_template_include($template, $new_rt_template) { 
    	global $wp_query; 
    	$wp_query->is_singular = true; 
    	return get_page_template(); 
    } 
    add_filter('rtmedia_main_template_include', 'rtmedia_main_template_include', 20, 2);

    In any case, if with the standard wordpress theme the problem happens and then it could not be a theme problem, then rtmedia could have some conflict with another module.

    Anyway, I will open an account on the rtmedia website and i will open a ticket, adding screenshots of the problem.

    Kind regards

    G. Aloe

    #248185

    In reply to: Group Navigation

    kmw1130
    Participant

    If I don’t use the BuddyPress Group Extra, how do I add an icon to my group navigation? where are these set (Activity, Events, Members)? Maybe if I can see where to set these, I could figure out how to add additional icons.

    Thank you,
    Kim

    #248180

    In reply to: Group Navigation

    shanebp
    Moderator

    I’m using the “BuddyPress Group Extras – Extend Your Groups plugin”.

    Therefore you should submit your question to the creator of that plugin:
    https://wordpress.org/support/plugin/buddypress-groups-extras

    #248179

    In reply to: Group Navigation

    kmw1130
    Participant

    I’m using the “BuddyPress Group Extras – Extend Your Groups plugin”.

    When I click manage in my group admin/edit-details. The submenu has Details, Settings, Photo, Members, Cover Photo, Forum, Extras, and Delete. If I click Extras it takes me to Group Extras > General Settings, this is also where I can add Pages. I just want to be able to add two new items (icons) for Blog/News, which I have on my site already and Group Info, so when I click either of these two, I would be like the others I have (Activity, Events, Members).

    #248178

    In reply to: Group Navigation

    shanebp
    Moderator

    afaik, BP does not provide a submenu called ‘Extras’ under ‘Manage’ in Groups.
    So you are using custom code or another plugin to provide that submenu – therefore you should contact the creator of that code.

    Otherwise, to add a menu item to Groups, you will need to write code using the BP_Group_Extension API.

    #248165
    Paul-tCGs
    Participant

    thanks @shanebp

    re: your suggestions..

    Turn on wp-debug and then check error logs. < I believe I did this by editing the Wpconfig.php file.. but the debug.log shows file size of zero .. so maybe I did that wrong.

    — — // Enable WP_DEBUG mode
    — — define(‘WP_DEBUG’, true);

    — — // Enable Debug logging to the /wp-content/debug.log file
    — — define(‘WP_DEBUG_LOG’, true);

    — — // Disable display of errors and warnings
    — — define(‘WP_DEBUG_DISPLAY’, false);
    — — @ini_set(‘display_errors’,0);

    — — // Use dev versions of core JS and CSS files
    — — // (only needed if you are modifying these core files)
    — — define(‘SCRIPT_DEBUG’, true);

    — — /* That’s all, stop editing! Happy blogging. */

    Deactivate bbPress and all related plugins. ~ as indicated in my post, did this in several different ways to totally and entirely isolate buddypress as the problem plugin.

    Test with ONLY a WP theme like 2013 and BP ~ perhaps I wasn’t clear, but did this too.. same problem.

    —- —- interesting new note —- —-

    Since the folks at GoDaddy did their memory maximization steps, the error messages have stopped.. but I remembered that when the WP-Admin/Dashboard screen goes white, the site doesn’t. so I added buddypress back in, activated, got the WP-Admin white screen and see that the forums are back up and the user icons are too. so I can’t tweak the interface from the dashboard, but functionality is working slightly.

    #248164
    shanebp
    Moderator

    … a limit to the number of groups & users that BuddyPress can manage; something like 20k users

    There is no limit – provided you have the necessary server resources available.
    There is a difference between total users and # of concurrent users – meaning the # of users that are performing operations at any one time.

    It’s impossible to diag your issue without access to your server.
    Some suggestions:

    • Turn on wp-debug and then check error logs.
    • Deactivate bbPress and all related plugins.
    • Test with ONLY a WP theme like 2013 and BP

    White screens can be tricky to diagnose – but a decent developer can at least narrow down the possible factors.

    #248163
    Joshua Blevins
    Participant

    I copied the files that are located in bp-legacy/buddypress/groups to MyTheme/buddypress/groups. Hmmmm, I will have to look into that Hugo. So that would be why you never see get_header or get_footer, etc. in any buddypress templates. That makes a hell of a lot more sense!

    #248160
    jscmal
    Participant

    @shanebp .. I have found something.

    I have seen just now that deactivating this plugin, the problem is no more present:

    “rtMedia for WordPress, BuddyPress and bbPress”.

    Then, the latest release of the rtMedia Plugin to upload and manage images introduced new problems.

    #248159
    shanebp
    Moderator

    What is the reason that make you think that can be a plugin?

    Your issues may not be due to a plugin, but your error log shows entries that are usually caused by a theme or other plugins.

    Start by deactivating plugins related to activity.

    If all else fails, delete BP 2.4.3 and install BP 2.4.2
    You can download prior versions of BP here.

    If the problems go away, you may have found a bug in 2.4.3
    You can submit a ticket here with the same user/pw you use for these forums.

    #248156
    jscmal
    Participant

    @shanebp

    Here the list of plugins installed in this moment:

    advanced-lazy-load
    advanced-recent-posts
    affiliates-manager
    affiliates-manager-simple-membership-integration
    akismet
    bp-activity-autoloader
    bp-activity-comment-notifier
    bp-activity-shortcode
    buddypress
    buddypress-cover-photo
    buddypress-first-letter-avatar
    buddypress-followers
    buddypress-media
    buddypress-members-only
    buddypress-sticker
    cookie-law-info
    ewww-image-optimizer
    eyes-only-user-access-shortcode
    favorites
    fb-like-notification-for-buddypress
    google-analytics-dashboard-for-wp
    hashbuddy
    invite-anyone
    jetpack
    mailchimp-for-wp
    options-importer
    options-optimizer
    redirection
    simple-ajax-chat
    simple-membership
    simple-membership-after-login-redirection
    simple-membership-custom-messages
    simple-membership-form-shortcode
    simple-membership-mailchimp-integration
    simple-membership-menu
    simple-membership-wp-user-import
    stream
    testimonials-by-woothemes
    user-role-editor
    user-switching
    woosidebars
    wordpress-database-reset
    wordpress-importer
    wordpress-seo
    wp-optimize
    wp-postviews
    wp-super-cache
    wp-sweep
    wp-symposium-toolbar
    wp-useronline
    wp-video-lightbox

    #248155
    jscmal
    Participant

    Hi,
    – WordPress 4.4 – Upgraded from the previous release
    – BuddyPress 2.4.3 – Upgraded from the previous release
    – No customization in buddypress core

    I have added a new post where I explained all the things in a better way, giving all the details about wordpress, buddypress and the plugins. But I added it 2 times but in both cases it was not published, I don’t know why.

    In practice is the Filtering that is not working for any user that is not admin. My admin account works properly.

    Another thing that happens is that keeping the Activity Stream page opened, the bar that says “Load Newest” appear also if there is no new post in the stream.

    I tested using the default WordPress Theme Tweenty Fifteen but the problem happens also there.

    About the theme used. It is Woothemes Canvas 5.9.3 and 5.9.15 . Never had problems with these themes using BuddyPress.

    The only customization that I did for BuddyPress are just CSS tags and when I upgraded to the new wordpress release and to the buddypress latest release, everything worked properly between buddypress, wordpress and the theme.

    About the plugins, I didn’t changed them until now. I will make a test deactivating some plugins.

    What is the reason that make you think that can be a plugin?

    Kind regards.

    G.Aloe

    #248153
    shanebp
    Moderator
    #248152
    shanebp
    Moderator

    For friend request emails, use the filter hooks in function friends_notification_new_request
    located in this file: buddypress\bp-friends\bp-friends-notifications.php

    For example:

    function panda_friend_request_message( $message, $initiator_name, $initiator_link, $all_requests_link, $settings_link ) {
    
        $message = 'This will completely replace the message';
    
        return $message;
    }
    add_filter( 'friends_notification_new_request_message', 'panda_friend_request_message', 15, 5 );

    Not that easy, but currently the only available method.
    There is a new method being developed and scheduled for BP 2.4.5 which has a target release date of March 2016.
    https://buddypress.trac.wordpress.org/ticket/6592

    #248151
    Joshua Blevins
    Participant

    I really should not have posted before testing. However I copied pasted the BuddyPress Template for index.php to my theme and It comes up as a blank page. Any ideas why this would happen?

    #248144
    Henry Wright
    Moderator

    Also is index.php the page that shows lists of groups or the groups profile page?

    There are different index.php templates. Here is another one for example. If you start from here you should be able to browse through all of the templates available.

    #248143
    jscmal
    Participant

    Please guys, developers, BuddyPress mantainers, I need help to manage this problem.

    It happens for any user that is not the Admin.
    My admin account works properly. the other users instead have these problems with the FILTERING in the Activity Feed.

    Help Please!!…

    #248141
    PandaTank
    Participant

    Does nobody have an answer for this?

    I would really like to know how we can edit the buddypress notification email templates

    #248139
    @mercime
    Participant

    So I have to create the Register and Activate pages from scratch?


    @abbadoodle
    It means you go to Pages > Add New and name a page “Register”, leave everything else blank, and click “Publish”. Do the same for a page named “Activate”. Then you go to Settings > BuddyPress and to the “Pages” tab, then associate the new pages you created with the Activate and Register select boxes and Save. That’s it.

    #248136
    Joshua Blevins
    Participant

    Okay because I was looking at bp-core-template-loader. I saw the many functions such as bp_register_template_stack and bp_get_template_stack. From the description of the function in the comments I infer these functions allow me to say “instead of bp-legacy use these folders instead”. Is there a way to get BuddyPress to use the files at my-theme/buddypress/groups instead?

    Also is index.php the page that shows lists of groups or the groups profile page?

    #248135
    Henry Wright
    Moderator

    BuddyPress starts with the index.php template and makes use of bp_get_template_part() to load the “partials” such as members-loop.php. See here for an example.

    #248131
    Joshua Blevins
    Participant

    Anybody know how BuddyPress looks for and puts together the group profile page?

    #248130
    @mercime
    Participant
    #248129

    In reply to: Group Type Development

    @mercime
    Participant

    >> I need suggestions for how best to proceed as well on any thoughts about this feature becoming part of core.
    Thank you. There’s a ticket for that https://buddypress.trac.wordpress.org/ticket/4017 and yes, I am also interested about this getting in core 🙂 You can cc yourself in that ticket to get updated.

    #248125
    name
    Participant

    Hey all,
    After a few weeks of searching I found the solution to this – it’s a beautiful plugin called Plugin Organizer

    You can use it to disable Yoast on buddypress pages and viola!
    Just create a plugin filter for site.com/members/*, /groups/*, etc. and you’re golden.

Viewing 25 results - 11,176 through 11,200 (of 68,949 total)
Skip to toolbar