Search Results for 'private'
-
AuthorSearch Results
-
April 20, 2013 at 4:34 am #162212
In reply to: BuddyDroid β BuddyPress for Android
timvango
ParticipantOh, I’m sorry.
I thought that you can’t send private messages to somebody who isn’t a friend, but it also works on my website…April 19, 2013 at 8:10 pm #162181In reply to: BuddyDroid β BuddyPress for Android
timvango
ParticipantHello,
When I press on message on the pofile page in the app, I can send an private message, also if it is not a friend. The message is send also.Hope this will help you.
As mentioned before my English is not very good.
TimApril 19, 2013 at 7:54 pm #162179In reply to: BuddyDroid β BuddyPress for Android
Yuttadhammo
Participant@timvango I’m sorry, I don’t understand. which private message feature? Are you sure it actually sends messages to people you can’t normally? if you can’t, it just won’t send.
April 19, 2013 at 7:40 am #162134In reply to: BuddyDroid β BuddyPress for Android
timvango
ParticipantHello,
The private message feature works great, but you can send private messages to all people, not only friends. I think this is a bug.PS Your work is great! Keep it on!
April 18, 2013 at 9:16 pm #162101LudachrisGSX
ParticipantAlright, no suggestions. I sure am not having any luck getting feedback in these forums.
Plan B would be to get quotes from some reputable WP development companies to build something custom, as I don’t know that I can build it myself. Can anyone point me to some of the more recommended developers in the community? If it’s against the forum policies to reply publicly with suggestions just send them to me privately please – multiple suggestions are preferred.
April 18, 2013 at 9:00 pm #162098bp-help
Participant@lavishdhand
If you want to share your solution then add the code on
http://pastebin.com/
And share the link here.April 18, 2013 at 8:43 pm #162096LavishDhand
Participant`
`
April 18, 2013 at 8:36 pm #162094LavishDhand
Participant@henrywright-1 Thank you very much, I used the below code and it worked like a charm. Your hint worked for me π
Don’t know why the code is not shwoing here
April 18, 2013 at 7:28 pm #162086LavishDhand
ParticipantI’m sorry I really don’t understand coding, however I am grateful for the solution you have provided. I will try to find a way to use this.
Thank you very much π
April 18, 2013 at 2:33 pm #162052In reply to: Private forum page not found error
xprt007
ParticipantHi
I certainly did not go through all the details, though in another installation the link was working.
After going through the steps, I edited some settings under “B. Set Up Group and Sitewide Forums” and now the group forum is now active. I learned quite a number of new things about forums/group forums.Thank you very much!
Kind regards
April 17, 2013 at 6:43 pm #161982@mercime
Participantclaims of working with any theme
@fpats I’ve seen reports where there are themes from themeforest which have failed the easiest route to BP Theme Compatibility enjoyed by almost all WordPress themes. Many possibilities to theme failure. Let’s take a look at what could be causing the failure in your theme and find the best alternative route provided by BP Theme Compat to make it work.Start a new topic here with your theme name and Theme Compat as title. Copy the source code of your theme’s page.php file, post the code in pastebin.com and post the generated pastebin URI in your topic. BP Theme Compat has alternative methods of making it work, here alone or with the theme author’s participation.
April 17, 2013 at 6:26 pm #161977In reply to: Private forum page not found error
@mercime
Participant@xprt007 so basically when you say latest WP 3.5.1, BP 1.7 and now bbPress 2.3, right? If your group is set to Private then the Group Forum created via https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/ should be private as well. So the question is, how did you set up your forum for that group?
April 17, 2013 at 2:59 pm #161947Sea Jay
ParticipantI’m aware that, in the past, there used to be two admin bars: the WPAdmin bar shown to logged-in users and the Buddybar shown to all users, including a log-in/register link for new users.
I believe I understood that the BuddyBar was being deprecated. Does that mean non-logged in users will see BuddyPress options on the main WP-Admin bar? (I am developing with a private site, so cannot see the options.)
I’m looking for documentation that might help us understand the change.
I am using Responsive theme, but have looked in source code and no longer see both bars.
April 17, 2013 at 12:43 pm #161938Henry
MemberCouldn’t you make the To field a hidden input with a value of ‘admin’ with a conditional to check if the user is a member (and not the admin themself)?
e.g in compose.php change the text input to something like:
if ( !is_super_admin() ) {
input type=”hidden” name=”send-to-input” value=”admin”} else {
input type=”text” name=”send-to-input”
}April 17, 2013 at 11:53 am #161934LavishDhand
ParticipantHello @djpaul ,
I see there is a βSend a Replyβ box bebeath every message received and the receiver can easily type a reply here and send it. To send a reply the receiver do not need to visit β/messages/compose/β which I have restricted using S2member plugin.
I have successfully achieved the solution. I have kept composing messages for myself (admin) only. All my users can reply back to me and cannot message each other.
The problem that Iβm facing is a little strange, the receiver does successfully reply to my message and I do receive the reply however as soon as this happens the user finds himself logged out!
NOTE : Only a user (subscriber) other than admin logs out while replying. When I use the same box to reply to a message I do not log out!!!
Any thoughts?
Thanks
April 17, 2013 at 11:41 am #161933In reply to: LIMIT PRIVATE MESSAGING to Paid Subscribers
LavishDhand
ParticipantHello @mvpimedia ,
I see there is a ‘Send a Reply’ box bebeath every message received and the receiver can easily type a reply here and send it. To send a reply the receiver do not need to visit ‘/messages/compose/’ which is restricted by S2member.
At my website I have successfully achieved this solution. I have kept composing messages for myself (admin) only. All my users can reply back to me and cannot message each other.
The problem that I’m facing is a little strange, the receiver does successfully reply to my message however as soon as this happens the user finds himself logged out!
Any thoughts?
Thanks
April 16, 2013 at 5:38 pm #161851meg@info
ParticipantApril 16, 2013 at 3:50 pm #161835aces
Participanthave you tried any of the ideas in https://buddypress.org/support/topic/how-do-i-make-buddypress-1-6-a-private-community/ ?
April 16, 2013 at 2:50 pm #161819bp-help
ParticipantBuddyPress 1.7 does work with most themes providing they have standard wordpress template structures. There really is no way I see for BP to be compatible with every template scheme out there. There is plenty of free themes on wordpress.org that work fine with BP.
April 16, 2013 at 2:19 pm #161813fpats
ParticipantDone, thanks.
Yes it’s the theme as private community works with default BP.Not really sure how that helps me though. I’ve gone through 6-7 premium themes now trying to get BP to work how it should and 3 of those are since BP1.7 was launched with it’s claims of working with any theme (it blatantly doesn’t).
I think i’m just going to give up with it before i have a breakdown to be honest.
April 16, 2013 at 2:12 pm #161812bp-help
Participant@fpats
Okay but if its the theme and you invest a lot of time testing plugins and none of them work because of the theme then your back at square one. I suggest activating the bp-default theme, then activating the private community plugin, then log out and click the nav links to see if the problem persists. It only takes maybe 2 minutes to check.April 16, 2013 at 2:01 pm #161811fpats
ParticipantVery possibly but i’m not skilled enough to check, i have limited experience in all this so have to rely on plugins.
It’s this theme > maestro
I’ll keep trying anyway, there’s membership/role plugins i can try i guess.
April 16, 2013 at 1:55 pm #161808bp-help
Participant@fpats
Have you considered maybe its your theme overriding the functions of both these plugins? What theme are you using?April 16, 2013 at 1:44 pm #161806fpats
ParticipantNeither work i’m afraid, not for us anyway.
I’ve activated private community but can still access BP when not logged in.
I’ve activated private buddypress but no tab is added to our settings page so it can’t be configured.Someone please shoot me.
thanks anyway, i’ll keep trying.
April 16, 2013 at 1:37 pm #161805In reply to: Private forum page not found error
xprt007
ParticipantSo what can be done?
This is a new site Buddypress based site with Groups and if you make your Group create a private forum, it is not accessible (page not found error), although you see it in the Forums list!
π -
AuthorSearch Results