Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,426 through 18,450 (of 68,966 total)
  • Author
    Search Results
  • willandmae
    Participant

    Oh Your Right so sorry. Here is my link: http://tvbari.org So Sorry about that and Thank you for helping. Very Very Much!

    I have it in the root. No Multisite. BP1.8.1 WP3.7 and the below:

    URL: http://tvbari.heavenboundministry.com
    WordPress Version: 3.7.1
    Theme: BuddyPress Default v1.8.1
    Multisite Enabled: False
    PHP version: 5.3.27
    MySQL version: 5.5.33
    Current User Role: administrator
    Active Plugins:
    Akismet 2.5.9
    by Automattic (url)
    All in one Favicon 4.3
    by Arne Franken (url)
    Ban User By IP 1.06
    by Danilo Andreini (url)
    BAW Login/Logout menu 1.3.2
    by Juliobox (url)
    BAW Post Views Count 2.19.11
    by Juliobox (url)
    bbPress - Private Replies 1.0.9
    by Pippin Williamson and Remi Corson (url)
    bbPress - Report Content 1.0.1
    by Josh Eaton (url)
    bbpress Simple View Counts 0.1
    by jezza101 (url)
    bbPress 2.4.1
    by The bbPress Community (url)
    Better WP Security 3.5.6
    by Bit51 (url)
    Block Bad Queries (BBQ) 20130707
    by Jeff Starr (url)
    BNS Support 1.6
    by Edward Caissie (url)
    BuddyPress Group TinyChat Pro 1.2.1
    by Van dat (url)
    BP My Home 2.0
    by imath (url)
    (BuddyDev)BP Poke 1.0.1
    by Anu Sharma (url)
    BP | You Are Blocked! 1.0Beta5
    by Gabriel S Merovingi (url)
    Buddydrive 1.1.1
    by imath (url)
    BuddyPress Docs 1.5.3
    by Boone B Gorges (url)
    BuddyPress Extended Friendship Request 1.0.2
    by Brajesh Singh
    BuddyPress Groups Extras Pro - Search 1.2
    by slaFFik (url)
    BuddyPress Groups Extras 3.6.5
    by slaFFik (url)
    rtMedia for WordPress, BuddyPress and bbPress 3.2.6
    by rtCamp (url)
    BuddyPress MyMood 1.7
    by Ayush (url)
    BuddyPress 1.8.1
    by The BuddyPress Community (url)
    CalculatorPro Calculators 1.1.4
    by jgadbois (url)
    Confirm User Registration 2.1.1
    by Ralf Hortt (url)
    Events Manager 5.5.2
    by Marcus Sykes (url)
    EWWW Image Optimizer 1.7.1
    by Shane Bishop (url)
    Jetpack by WordPress.com 2.5
    by Automattic (url)
    Kitchenbug 0.6.0
    by Liquee Technologies Ltd. (url)
    Moods Addon for Ultimate TinyMCE 1.2
    by Josh Lobe (url)
    Quick Flag 2.11
    by Marko Martinović (url)
    Social Articles 1.4
    by Broobe (url)
    Stop Spammer Registrations Plugin 4.3
    by Keith P. Graham (url)
    TDLC Birthdays 0.4
    by Tom Granger (url)
    Ultimate TinyMCE PRO 9.1
    by Josh Lobe & Marventus (url)
    Visitor Maps and Who's Online 1.5.8.1
    by Mike Challis (url)
    WangGuard 1.5.10
    by WangGuard (url)
    WP Super Cache 1.4
    by Donncha O Caoimh (url)
    Yet Another Related Posts Plugin 4.0.8
    @mercime
    Participant

    @willandmae @bluecatz Just tested the sidebar log in form of the BP Default theme WP 3.7.1 with only BuddyPress 1.8.1 and bbPress 2.4.1 activated and there is no problem with the log in. @willandmae I get server not found for the link you provided above.
    – Basic troubleshooting involves deactivating all plugins except BuddyPress to identify what is messing up your log in.
    – You’d need to provide more information about your installations. WP Single or Multisite installation? Is WP installed in domain root e.g. http://www.example.com or in subdirectory (single WP) or in subsite (multisite)? Plugins installed?

    willandmae
    Participant

    Greetings All, Hoping someone could come up with a fix for this issue. Please…

    Don’t know why its doing this…

    Thanks William

    #173667

    In reply to: Filter groupsby slug?

    David Cavins
    Keymaster

    Hi Jon-

    You’ve probably already solved this, but I’m thinking you’re going to need top attach some meta to the groups, then use the very cool new group meta filter for bp_has_groups(). The group loop might look like:

    $args = array( 
    		'meta_query' => array(
    			array(
    				'key' => 'meta_key',
    				'value' => 'value_1',
    				'compare' => 'LIKE',
    			)
    		) 
    	);
    
    	if ( bp_has_groups ( $args ) ) { //...

    Here’s an example of writing a plugin to collect group meta: https://codex.buddypress.org/plugindev/how-to-edit-group-meta-tutorial/

    Good luck!

    #173662
    modemlooper
    Moderator

    create a cron job to remove the files after a few days

    #173653
    Henry
    Member

    This will help:

    Private Messages Loop

    Tele-Cole
    Participant

    You can stil make run buddypress courseware with the current buddypress version?

    #173640
    GSJ
    Participant

    I’ve seen Achievements, but I don’t think this allows users to rate the QUALITY of other users’ comments eg. with star ratings.

    I already use Cubepoints and have it setup such that each comment made gives a user 1 point, and the more points they have the higher the “rank” they have, eg. 25 points = Bronze, 50 points = Silver, 100 points = Gold – that’s all good. I think you’re supposed to be able to assign badges to each rank too, but I can’t get that to work for some reason with the Cubepoints Buddypress Integration plugin.

    Anyway, I want to take this further and distinguish users based on the QUALITY of their comments. So to do this I need users to be able to rate each others’ comments. Doing this by star ratings would be preferable. Eg. if a user makes 5 comments, and 3 of those comments were rated 5 stars (out of 5) by other users, that user would have an overall rating of 5 stars based on 3 votes. Hence, people can identify this user as a higher QUALITY poster, to some extent at least.

    The premium version of the Rating-Widget plugin does exactly this!

    BUT, they are having some troubles with the load times of websites due to some issues with “Rich-Snippets” (my website becomes very slow when the plugin is activated), so I am looking for another alternative as I’m not sure how long it will take for them to fix this.

    With GD star ratings I couldn’t find a simple way to do this, though I suspect it is possible with some customisation.

    Will check out MyCred, but it looks similar to Cubepoints

    #173633
    Julian Lamprea
    Participant

    Hi there,
    I know this issue was fixed for some people, but I still have this problem
    I have BP 1.8.1 and WP 3.7.1

    I checked the status of the patch here:
    https://buddypress.trac.wordpress.org/ticket/4573
    and using this modification I was able to fix the problem on the activity time, but the problem on comment time not yet.
    When I write a status update, after apply the patch the activity time render fine, but if I write something in the comment of the activity, the time say that the comment was 4 hours ago.

    The patch that I used, supposedly is already included in the latest version of BP, but it is not 🙁
    Anyone know how can I apply any fix to the comments too?

    #173629
    poetrybyjade
    Participant

    Hi Henry! Thanks for taking some time with this.

    I have tried that, but have limited knowledge of php, so the whole thing crashed. I copied the function.php file from buddypress, put it in the child theme’s folder, and then inserted the code after the initial <?php. It crashed. So then I cut it, and put it at the end, it just displayed the text, so then I cut it and put it right before the final ?>

    I’m doing something wrong, just can’t figure it out.

    #173623

    We’ve already confirmed its BuddyPress. The sess files are not generated when buddypress is off. But im not even sure that’s the primary issue at work, it could be something else I am unaware of…

    #173621
    shanebp
    Moderator

    No, I’m saying that you need to try and narrow things down re whatever is creating all the session files and never killing them.

    #173620

    You saying BuddyPress incompatible with WooCommerce?

    #173619
    shanebp
    Moderator

    > billions of sess files so I increased /tmp/ folder to 8GBs

    That increase will only push back the point where the crash happens.

    You need to determine what is creating the session files.
    Try turning off WooCommerce.

    #173618

    Genesis theme on suspicious0bservers.org site as well

    #173617
    shanebp
    Moderator

    Yeah, doesn’t sound right.

    Anything in the error logs for apache / mysql / php ?

    Painful but, try disabling all BP-related plugins (bbpress etc. ) and see if the server tips over.

    If it takes 10 hours, then some resource ( memory, db connections, etc ) is not being recycled.
    Eventually you run out of that resource and crash.

    #173616

    After deactivating BuddyPress the server has not crashed..

    #173615

    Thanks for your quick response. Has about 3000 users. The users have the ability to create Groups, upload avatars, etc. There are about 100 Groups. I noticed that it seems to be filling up our /tmp/ folder with billions of sess files so I increased /tmp/ folder to 8GBs. I used to get alerts as that folder would fill up, but now it just crashes without warning. We have 8 active sites on our server, only three of them are resource intensive, including this one. We also have WooCommerce store on the suspicious0bservers.org site. Any more info I can provide please let me know.

    AD

    #173614
    modemlooper
    Moderator

    Need more info on what is install, how many users etc. Doesn’t sound right. I’ve run vanilla BP on shared hosting with hundreds of users.

    #173589
    Henry
    Member

    Can’t you just pass the ids of the roles you want to bp_has_members() using include?

    You could get the user ids you need using get_users() then do an array_merge()

    Take a look at:

    Members Loop

    #173588
    maiki
    Participant

    @boonebgorges, thanks for following up. Each network does have it’s own set of wp_x_bp_* tables, and I noticed that when I post an update from one network, it gets added to the tables for the other network; it was apparent because the URL pointed to the network the update came from.

    Backing up a moment, I was all fired up to debug this, but last night I sat down and looked at my goals again, and BuddyPress fit in if it was a path of least resistance. I’d hacked at this for a week before posting here, so maybe had I waited a bit longer I wouldn’t have wasted the effort. I am not going to use BuddyPress on my sites, but I wanted to make note of what the database was doing, in case it is helpful later on.

    If this is a common issue, then I am sure someone else will bring it up. If it is only me, then we won’t have to worry about it. Keep up the good work! ^_^


    @modemlooper
    , thanks for your earlier assistance.

    #173587
    rianhall
    Participant

    The Code from “SOLVED: Limit Members Loop by Profile Fields” seem easy to implement. I added this to my function.php

    // to exclude only defined roles in the Buddypress Members LOOP
    
    function exclude_by_role($exclude_roles) {
    
    $memberArray = array();
    
    if (bp_has_members()) :
    while (bp_members()) : bp_the_member();
    $user = new WP_User( bp_get_member_user_id() );
    $user_role = $user->roles[0];
    foreach ($exclude_roles as $exclude_role) {
    if ($exclude_role==$user_role) {
    array_push($memberArray, $user->ID);
    break;
    }
    }
    endwhile;
    endif;
    
    $theExcludeString=implode(",",$memberArray);
    
    return $theExcludeString;
    }

    I then added this to my member-loop.php

    <? $excluded_roles = array ('administrator', 'author', 'subscriber'); // this can be any roles you have set up
    	if (bp_has_members( 'exclude=' . exclude_by_role($excluded_roles) . '&' . bp_ajax_querystring( 'members' ) ) ) : ?>
    

    Unfortunately, it still is not excluding any of the specified roles. I took a look at the second example, but not sure where to put the code. Any suggestions?

    Bluecatz
    Participant

    You’re quite welcome and thanks for posting the original problem. I found your post while researching a solution for mine. I’ve the same problem on two sites and with multiple users from multiple computers. Hopefully they’ll have a fix for us.

    #173581
    Benoit Hennegrave
    Participant
    willandmae
    Participant

    Thanks for sharing. It seems to be happening with all browsers. Just frusting to explain it seems to be a prob and waiting to find a fix and clearing out my security logs hehehe.

    Hope someone will come up with a fix or a great solution.

    Thanks again for sharing!

    William

Viewing 25 results - 18,426 through 18,450 (of 68,966 total)
Skip to toolbar