Search Results for 'private'
-
AuthorSearch Results
-
October 26, 2011 at 4:00 pm #122419
archonic
ParticipantThis bug is potentially costing me a client, I’ve got to get a gasp on it soon. I reinstalled everything and started with a fresh database and the issue is still there. So let me ask a more broad question –
What does BP ask of a user to be eligible to join a group (public, private and hidden)?
User must be logged in, and….?October 24, 2011 at 10:06 pm #122241In reply to: Any fix for this issue with Private groups?
Paul Wong-Gibbs
KeymasterAs you can see from that ticket, no, no-one’s fixed it yet. Patches welcome.
October 23, 2011 at 8:23 am #122886In reply to: Private message automatic recipient entry
jnnkn
Memberit happens only with my friends
October 21, 2011 at 11:33 pm #123206In reply to: Private message automatic recipient entry
Paul Wong-Gibbs
KeymasterDoes it break on all users, or just one particular user? If just one, what is the username (login name) of that user?
October 21, 2011 at 5:07 pm #123319In reply to: Private message automatic recipient entry
jnnkn
Memberbuddypress.1.5 and using bp-default theme
October 21, 2011 at 4:58 pm #123317In reply to: Private message automatic recipient entry
@mercime
ParticipantBP version? Are you using bp-default theme or custom theme? New or updated installation? Any messaging plugins activated?
October 20, 2011 at 5:43 pm #122549In reply to: Issue Friend Requesting
ogeeku
MemberI am getting a similar error on friend requests as well as private messages being sent since the upgrade. Can you give an example of the code fix that you placed? (Example of commenting out within php)
Thanks so much!
October 19, 2011 at 6:23 pm #122052archonic
ParticipantSmall update: I enabled the friending component of BP to invite a user to a group and that worked. However, in what might be an unrelated case, hitting “new topic” on all pages that have that button, as any user, does nothing. I believe it’s related – there’s a common condition failing for a number of functions due to botched permissions.
Perhaps a drag and drop update to BP 1.6 bleeding messed up the user table? I believe I did that after the issue showed up.
October 19, 2011 at 1:46 pm #122934archonic
ParticipantThanks Ray, I’ll keep an eye on that ticket. I’m not sure it’s what I’m experiencing however. Despite having the same WP, BP, plugins and theme, the buttons to join both public and private groups do not appear for any user, only on my production site. When on the page for a private group you’re not a member of, there is a tab link to request membership which will show the “You do not have access to this group” error, but the issue is higher than that since joining any group is somehow unavailable.
October 19, 2011 at 1:40 pm #122933wiking
Memberi try to get it running and provide my version if it works.
October 19, 2011 at 11:56 am #123277Boone Gorges
KeymasterProbably at least some custom SQL is needed. Something along the lines of:
(1) doing an additional query to get a list of the user’s groups and the forum_ids for those groups
(2) limiting the main forum topic query WHERE ( forum_id IN ( {$user_forums} ) OR group_status = ‘public’ ) (not sure if group_status is available here, I would have to look)> is it still that hard to implement the bugfix
It’s not very difficult technically, but it will introduce at least one or two more queries on what can already be a database-intensive page load. If you can provide a workable patch, I’m sure it would be happily considered.October 19, 2011 at 8:55 am #122941wiking
Membermaybe interesting for other users with private groups heavily used:
i modified the function “groups_add_forum_where_sql” starting at line 88 in /bp-groups/bp-groups-filters.php.
I added the following block at line 110:
elseif ( is_user_logged_in() )
unset( $parts );
therefore all logged in users get the same view as an admin and see updates in all private group forums (error message when clicking of threads they are not allowed to). next step would be to filter out group forums where the user has no permission.
==
is there an function which could be used for that filtering in bp (replacing is_user_logged_in())?
or is custom sql code needed here?October 18, 2011 at 7:37 pm #123181r-a-y
KeymasterThis is a reported bug:
https://buddypress.trac.wordpress.org/ticket/3687Keep your eye on that ticket for updates.
October 18, 2011 at 6:17 pm #121935archonic
ParticipantI’ve reinstalled WP, and BP, deactivated plugins and looked though all the settings I can find. This must be a bug but I’m not sure what’s cause it. Clearly the issue is in the database. Backing up all the content on production and reinstalling everything is the only way I know to fix this.
Unless someone else has an idea
. Anyone?October 17, 2011 at 7:47 pm #123261In reply to: Auto Private Messages Refresh
Mary Jane
MemberGreat idea!!!!!! i was just thinking aboiut that too! i hope theres something for that
October 15, 2011 at 7:01 pm #122005archonic
ParticipantSorry for the bump, but any ideas? On the broken site, “do_action( ‘bp_directory_groups_actions’ );” isn’t returning anything. I tried sifting through to get the condition that’s failing but haven’t found it yet.
October 15, 2011 at 6:19 pm #122446wiking
Memberthere is not to much activity on this ticket unfortunately.
especially if private groups are heavily used it is hardly comprehensible for users that some threads appear, but others are not displayed. this was the feedback of my beta test users (i’am just in the process of launching a new community for gamers and some power users of my old page are testing my bp installation).
If it is not possible to use the Group-Forums-Directory- is there any other Point where a user can view all new threads they are able to read?
is it still that hard to implement the bugfix with the new 1.5 api?
October 15, 2011 at 5:06 pm #122439Boone Gorges
KeymasterThis is expected behavior. The logic that would be required to show private forums to logged-in members of those groups is complex, and has not yet been implemented. There is a ticket in Trac to discuss this enhancement: https://buddypress.trac.wordpress.org/ticket/2576
October 13, 2011 at 7:41 pm #122923xsn0w
ParticipantHow should I go about adding this function to my child theme (Fishbook).
October 7, 2011 at 7:54 am #122640In reply to: BuddyPress 1.5 compatibility for plugins and themes
Anamaria
MemberBuddyPress Private Community is in the Fail list here https://codex.buddypress.org/releases/1-5-plugin-compatibility/, however the error listed in this table seems to be for another plugin.
When I install Private Community, it does create a php error, but I found this error is not created by the plugin, but by a BuddyPress bug described here: https://wordpress.org/support/topic/plugin-buddypress-private-community-when-clicking-on-a-protected-page-i-get-error.
I have made the fixes described for this bug, and Private Community now seems to be working, although I am still testing.
September 28, 2011 at 9:58 am #121344In reply to: Problem with buddypress ( instalation)
Tammie Lister
ModeratorHmm first up a little more information about your set up would be good.
Are you running single or multisite WordPress?
Are you on the latest WordPress?
Have you checked the minimal server requirements for WordPress and that your server meets these?
Do you have a memory limit in your php.ini file (you may have to ask your host about this)?
Have you tried deactivating all other plugins then just trying BuddyPress with the default theme?No need to link to your admin panel – make sure you don’t put private information also (just incase) on this forum as it’s a public forum.
September 24, 2011 at 9:25 pm #120962In reply to: Password Page on Buddy press pages pls
Connor
MemberSure, if i understand correctly you only want logged in users to see certain pages.
Private-buddypress should do the job:
https://wordpress.org/extend/plugins/private-buddypress/Hope that helps.
September 23, 2011 at 2:24 am #120721In reply to: importing users from 1.2.10 to 1.5
THX 1138
Memberok figured what I could do, unfortunately almost all the plugins are useless now. some of theme like private buddypress is key, is there a way to keep profile pages offlimits to non-registered users?
My main question is this, I can set the media embed max width in the admin panel, and I can set in wp-config define(‘BPFB_OEMBED_WIDTH’, 200, true);
but videos still embed at full size, which means, that on the mobile site, using bp mobile, the video runs off the edge of people’s touchscreens. that’s it, I know no other way to have a safe transition to the new bp, which will should be called, due to all the changes, 2.0
that should be about it, I figured that i have to completely rebuild the site, once I have the compatible plugins set, I will update the ones on the remote server and remove the ones which don’t work, move my theme and hope to god I don’t loose my 400+ registered members….ugghSeptember 22, 2011 at 5:31 pm #120656In reply to: buddypress 1.5 issues.
Boone Gorges
KeymasterVery strange. Is *any* of the javascript on your BP 1.5 installation working? Places to check: requesting friendships/group memberships from directories; replying to private messages; the “read more” link that appears when you have a very long forum post.
September 19, 2011 at 11:03 pm #120303In reply to: BP 1.5 ~ Bugs with Private Messaging autocomplete
sdls
Memberwow it really was the dots!
-
AuthorSearch Results