Search Results for 'private'
-
AuthorSearch Results
-
June 2, 2010 at 2:55 pm #80398
lapincompris
MemberHaving the same problem on one of my websites. I made of copy of my database, installed it on another site and the problem was gone. And I don’t know what is the difference between the two.
I’m trying this again. I’ll let you know if it works.June 2, 2010 at 1:38 pm #80392In reply to: autocomplete not functioning when composing message
David Lewis
Participanthttps://trac.buddypress.org/ticket/2419
With the “Friends” component disabled, autocomplete on the “Send To” field in “Messages > Compose” should work for all members. Otherwise there’s no way to choose a recipient. You can write a message but you can’t send it. The only way to send a message is to visit the recipient’s profile and click “Send Private Message”. If you can message anyone by visiting their profile, why not be able to message anyone by visiting “Messages > Compose”? With “Friends” turned on, autocomplete could go back to using just friends. But with “Friends” turned off, autocomplete should work for all members.
Essentially, turning off “Friends” should be like saying that everyone is a friend… rather than like saying that no one is a friend. You can see all members in the member directory anyway.
June 2, 2010 at 1:24 pm #80391In reply to: autocomplete not functioning when composing message
David Lewis
ParticipantMy only fall back right now (I refuse to enable friending) is to simply hide the autocomplete box completely. So you’ll only be able to message one person at a time by going to their profile and clicking “send private message”
June 1, 2010 at 12:13 am #80244In reply to: Accept new member to a private group BIG problem !!!
gibbyesl
MemberHi
Has anyone else experienced this or know of a fix I can’t find any fix for this
ThanksMay 31, 2010 at 7:02 am #80172In reply to: Secure Invites for Mu
eor
MemberI just tried that as well. Still getting the same “Sorry, you must be invited to join” message. Driving me nuts. I think it has something to do with another plugin i have installed. The registered only plugin. When I disable that things seem to run smoothly.. gotta test it out again tho. Gonna have to find another way to keep the site private.
thanks,
eorMay 30, 2010 at 7:29 am #80110In reply to: WordPress 3.0 new content types
John James Jacoby
KeymasterBP would benefit from some table reduction.
Andy and I talked at WordCamp San Fran about how some components would benefit greatly from using the posts table, like Private Messages and Groups. Other components like XProfile would be more tricky and may not see any performance improvements, but would still be doable similar to the WP3.0 Menus.
So, it’s a likely direction, but don’t quote me yet.
May 29, 2010 at 7:09 pm #80074In reply to: Use Forums without Groups?
AJ
ParticipantI too would like the ability to have forums separate from groups. I think those of us who need this are generally building very niche communities, and are not trying to create the next Facebook. Mine for example is based all around a specific era of the Ford Mustang. Nearly every topic that will be discussed on my site is relevant to every user. I don’t like the idea of any of my users, not being able to read a topic because another user created it within a private group.
On a side note: I would like the ability to retain group functions, with the ability to have forums within groups. But I would also like the ability for users to move topics between forums. This way, if some one creates a group called California Mustang Owners, and a topic is started with a question regarding Mustang Suspension, a user will be able to move that topic to the Tech section of the forums which will yield a much better return for the original poster when everyone is able to help answer his question.
May 26, 2010 at 8:15 am #79743In reply to: Accept new member to a private group BIG problem !!!
gibbyesl
MemberMORE INFO
I know this worked fine before updating from 1.2.3May 26, 2010 at 12:49 am #79697In reply to: Welcome Pack has blank text zones
abcde666
Participantat Private-Messaging it says “send between username and _”
the _ means blankMay 25, 2010 at 10:49 pm #79666In reply to: Querying specific groups based on parameters
Aditya Singh
ParticipantThanks for the reply @r-a-y
I wasn’t expecting one so soon …
I tried that…but it did not work….My understanding is that this text-box would not allow me to paste code….so Here is the link….
http://pastie.org/private/8mymveqb0x5l04cvlm6aqaI am trying to just fetch the avatar, name of group based on slugs….as u can see, i echoed the $slug_params to see if that bit was working fine…it is… Help appreciated…
May 25, 2010 at 6:50 pm #79634In reply to: private messaging broke on 1.2.4 upgrade
r-a-y
KeymasterMay 25, 2010 at 6:50 pm #79633In reply to: private messaging broke on 1.2.4 upgrade
May 25, 2010 at 6:49 pm #79632In reply to: private messaging broke on 1.2.4 upgrade
piphut
Participant@r-a-y I think I just created a new administrator account and then deleted the old admin account but honestly it has been awhile so I could be wrong.
May 25, 2010 at 6:47 pm #79631In reply to: private messaging broke on 1.2.4 upgrade
r-a-y
KeymasterThis is not a “problem” per se.
It’s a matter of customizing the language file:
https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/Most users will input a subject… so I don’t see this being a big issue. You could possibly add javascript validation so the subject has to be filled out before the form is submitted.
Also, just wondering how you changed the username? This will help with others who encounter this problem later.
May 25, 2010 at 6:44 pm #79630In reply to: private messaging broke on 1.2.4 upgrade
piphut
Participant@r-a-y That worked but now there is a new problem. When a user tries to send a PM but leaves the subject blank they get a generic error that says “There was an error sending that message, please try again”. Is there anyway to either a) just make the subject of blank messages “no subject” or b) specify in the error message that a subject has to be entered before they can send?
May 25, 2010 at 6:39 pm #78569In reply to: private messaging broke on 1.2.4 upgrade
r-a-y
Keymaster@piphut – It should… but if it doesn’t… try the snippet I posted above.
Also, this begs the question… how did you change your username in the first place? Did you edit it through the DB or through a plugin?
May 25, 2010 at 6:35 pm #79629In reply to: private messaging broke on 1.2.4 upgrade
piphut
ParticipantHi @r-a-y I checked my database and “admin” IS the nicename. If I change that in my db will that fix the problem?
May 25, 2010 at 5:59 pm #79625In reply to: private messaging broke on 1.2.4 upgrade
r-a-y
Keymaster@piphut – Try adding the following in wp-config.php:
define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );It’s possible that “admin” is still used as your “user_nicename”.
May 25, 2010 at 12:24 pm #79583In reply to: private messaging broke on 1.2.4 upgrade
Oliver Wrede
ParticipantI am having the problem that sending a private message points to “/members/_myuserid_/messages/compose//” which in turn responds with a Forbidden-Error page. My User ID is not “admin” though I do have site admin privileges.
This does not seem to be the bug describred in the ticket at https://trac.buddypress.org/ticket/1820
Regards,
OliverMay 25, 2010 at 4:14 am #79551In reply to: private messaging broke on 1.2.4 upgrade
piphut
ParticipantJust on the admin account, yes. I re-opened the ticket thanks.
May 24, 2010 at 11:38 pm #79529In reply to: private messaging broke on 1.2.4 upgrade
r-a-y
KeymasterThis is only happening for your admin account right?
This ticket is related to your issue:
https://trac.buddypress.org/ticket/1820Might want to reopen it.
—
Also try disabling any third-party plugins (including the Usernames only plugin)… see if your problem disappears.
May 24, 2010 at 10:25 pm #79518In reply to: private messaging broke on 1.2.4 upgrade
piphut
ParticipantMore info: for some reason it returns my username as “admin” even though I deleted the “admin” user a long time ago. My profile page even uses “admin” in the URL: http://piphut.com/members/admin
However I user @r-a-y ‘s username only plugin and it shows up correctly as “piphut” in my blog comments.
So the problem appears to be in is passing the wrong username in the r= string when people try to private message me, and therefor the ‘send to’ is not being populated correctly, though it was working correctly before the upgrade to 1.2.4
Thoughts? Quick fixes? Free fish?
May 22, 2010 at 6:11 pm #79216In reply to: Alternative to Facebook
Jeff Sayre
Participant@arxpoetica et al –
I just created the private BP group Semantic Web and Open Stack Integration to focus our discussions. As it is a private group, you must request membership. I felt it was better to create a private group so that we could ensure the conversations are maintained at the proper level.
May 22, 2010 at 2:15 pm #79192Anja Fokker
ParticipantAnd for the users of BuddyPress version 1.2.4:
I have also tested it with 1.2.4 and it’s still working great.May 22, 2010 at 11:17 am #79165Boone Gorges
KeymasterHappy to hear that it works!
-
AuthorSearch Results