Search Results for 'buddypress'
-
AuthorSearch Results
-
November 1, 2013 at 2:35 am #173674
willandmae
ParticipantOh 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.8November 1, 2013 at 2:27 am #173673@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?November 1, 2013 at 12:36 am #173669willandmae
ParticipantGreetings All, Hoping someone could come up with a fix for this issue. Please…
Don’t know why its doing this…
Thanks William
October 31, 2013 at 9:28 pm #173667In reply to: Filter groupsby slug?
David Cavins
KeymasterHi 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!
October 31, 2013 at 6:15 pm #173662In reply to: BuddyPress Constantly Crashes Server
modemlooper
Moderatorcreate a cron job to remove the files after a few days
October 31, 2013 at 1:53 pm #173653In reply to: Private messages outside /member/messages
Henry
MemberThis will help:
October 31, 2013 at 12:07 pm #173649Tele-Cole
ParticipantYou can stil make run buddypress courseware with the current buddypress version?
October 31, 2013 at 2:58 am #173640In reply to: User Reputation/Kudos Plugin??
GSJ
ParticipantI’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
October 30, 2013 at 11:03 pm #173633Julian Lamprea
ParticipantHi 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.1I 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?October 30, 2013 at 10:41 pm #173629In reply to: Can't figure out how to override parent css
poetrybyjade
ParticipantHi 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.
October 30, 2013 at 7:36 pm #173623In reply to: BuddyPress Constantly Crashes Server
Eminence Entertainment
ParticipantWe’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…
October 30, 2013 at 7:31 pm #173621In reply to: BuddyPress Constantly Crashes Server
shanebp
ModeratorNo, I’m saying that you need to try and narrow things down re whatever is creating all the session files and never killing them.
October 30, 2013 at 7:27 pm #173620In reply to: BuddyPress Constantly Crashes Server
Eminence Entertainment
ParticipantYou saying BuddyPress incompatible with WooCommerce?
October 30, 2013 at 7:25 pm #173619In reply to: BuddyPress Constantly Crashes Server
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.October 30, 2013 at 7:24 pm #173618In reply to: BuddyPress Constantly Crashes Server
Eminence Entertainment
ParticipantGenesis theme on suspicious0bservers.org site as well
October 30, 2013 at 7:23 pm #173617In reply to: BuddyPress Constantly Crashes Server
shanebp
ModeratorYeah, 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.October 30, 2013 at 7:21 pm #173616In reply to: BuddyPress Constantly Crashes Server
Eminence Entertainment
ParticipantAfter deactivating BuddyPress the server has not crashed..
October 30, 2013 at 7:20 pm #173615In reply to: BuddyPress Constantly Crashes Server
Eminence Entertainment
ParticipantThanks 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
October 30, 2013 at 7:14 pm #173614In reply to: BuddyPress Constantly Crashes Server
modemlooper
ModeratorNeed 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.
October 30, 2013 at 1:16 am #173589In reply to: Excluding Roles from the Member's Directory.
Henry
MemberCan’t you just pass the ids of the roles you want to
bp_has_members()usinginclude?You could get the user ids you need using
get_users()then do anarray_merge()Take a look at:
October 30, 2013 at 1:10 am #173588In reply to: Activity stream from one site overrides another's
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.October 30, 2013 at 12:50 am #173587In reply to: Excluding Roles from the Member's Directory.
rianhall
ParticipantThe 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?
October 29, 2013 at 10:23 pm #173582Bluecatz
ParticipantYou’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.
October 29, 2013 at 9:59 pm #173581In reply to: Excluding Roles from the Member's Directory.
Benoit Hennegrave
ParticipantActually this is better: Hide Subscriber Users from BuddyPress member Directory thx to @sbrajesh
October 29, 2013 at 9:54 pm #173580willandmae
ParticipantThanks 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
-
AuthorSearch Results