Search Results for 'private'
-
AuthorSearch Results
-
January 24, 2013 at 7:00 pm #151654
Aventador
ParticipantHallo @talha8877
Excuse me, my English is not so good, unfortunately.
I used the plugin Cartpauj PM Plugin from Mingle, as I have found as yet no viable solution to the buttons (message etc) of the BuddyPress insertion into posts / Articels.
So now I turn off the message part of BuddyPress and linking all the Cartpauj PM, which works wonderfully, except out of BuddyPress. There does not work.
Of Cartpauj in single.php just the link:
<a href = "/ news / pmaction newmessage = & to = “> Send
. put But as I said, the link works in BuddyPress indeed, but does not with the member users, which I will write. Since I’m still looking for a solution. Evtentuell with: bp user id, funktioiert might not.
So who has a solution to integrate Cartpauj PM in buddybress, bring it on.
That´s it
Thank you
January 24, 2013 at 5:59 pm #151647danbpfr
Participanthi @ngoegan,
on what type of host are you ? Shared, VPS ? How many memory_limit do you have on your server ?
On cheap host, using WP+BP is already to much. If you add 1 or 2 plugins and a cache plugin, it comes to quickly to disaster….But also you can’t ask for help if you don’t play with the common rules. You are using latest WP & BP and a outdated plugin. Don’t be surprised that it doesn’t work ! Or very wobbly…
Private BuddyPress
Requires: 3.0, BuddyPress 1.2 or higher
Compatible up to: 3.1, BuddyPress 1.3Deactivate it and you will certainly see a difference.
You also use WP Super Cache. Don’t forget to clear the cache and to deactivate this plugin while testing BP.January 22, 2013 at 11:37 pm #151518talha8877
ParticipantHi @strangerrj,
How do you generate the /the_messaging_page/ part in php?@chouf1,
I used it just like that inside the template but it didn’t return anything. But if I only use an action hook like
`add_action( ‘the_content’, ‘bp_add_friend_button’, 5 );`
Then the same button appears in all the posts. First I thought this worked but when I clicked the button all the buttons in all the posts became ‘cancel friendship request’January 22, 2013 at 10:33 pm #151514In reply to: Members groups
danbpfr
ParticipantAs super_admin you can access any group admin and delete it if he’s not appropriate to your site theme.
Or you can make it private or hidden.You can also when on site admin go to settings > buddypress > settings tab and uncheck Enable group creation for all users.
This allows to keep group creation open. Now, if a user want a group, he had to ask you to do that for him, so you will have better control what people do on your site.January 22, 2013 at 12:06 am #151385In reply to: BuddyPress Private Community
modemlooper
Moderator- Any private WordPress plugin should work with bp. https://wordpress.org/extend/plugins/members/
- You can use a maintenance mode plugin but use it as a private site plugin.
- I have a paid plugin that includes privacy settings BuddySuite
January 21, 2013 at 1:57 pm #151299Aventador
ParticipantHello, I received the solution from houseofstrauss: https://wordpress.org/support/topic/get-the-user-id-for-pm-plugin?replies=2
Thanx @houseofstrauss
Is it also possible to integrate in buddypress the member header? The link work, but he does not detect the user from buddypress, the user I want to mail.
And is it possible in the same window e.g. in Thickbox to open Colorbox or Lightbox?
this link is:
a href=”the_messaging_page/?pmaction=newmessage&to=<?php the_author_ID(); PM me
the_author_ID is not correctly for Buddypress.
Thanx Greetings R.
January 20, 2013 at 5:02 am #151193In reply to: Re-enabled group forum
mt78
ParticipantOK, I’m sure that BuddyPress has a big issue! When you have a group and allowed the group forum, so everything runs well, until the group forums to disable and then enable it.
Appears this error (see below) and group forum topic “falls” into the sitewide forum as private. When clicked on it, takes you back to a group forum topic with the same error!! BuddyPress is mad and my project is stopped and I’m screwed. I am sorry, I have a lot of work the last few days, and all work is useless.
Warning: substr() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: substr() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776 Warning: strpos() expects parameter 1 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783 Warning: explode() expects parameter 2 to be string, array given in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789 Warning: Invalid argument supplied for foreach() in /data/www/www_cyklodenik_cz/cyklodenik_cz/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
January 20, 2013 at 4:51 am #151192myladeybugg
ParticipantLooking to do something similar, but I’m using the buddypress follow me plugin. I would like to display the “follow” button on my childsite’s sidebar.
January 20, 2013 at 1:57 am #151177danbpfr
ParticipantBy default, add as friend works only on the profile template or on the member template. So if you want to add this button into a post or in the post meta, it won’t work, i believe.
You should call the good template part first and probably need to add the appropriate action hook, yes.Did you use the statement if ( bp_is_active( ‘friends’ ) ) before `bp_add_friend_button ?
`January 20, 2013 at 1:25 am #151175talha8877
ParticipantHi Chouf,
Thanks for the response. Although I’m having hard time connecting the dots.
I’d already used
`bp_add_friend_button( $user_ids[‘users’][$i]->id ) ?>`directly in my code but it didn’t return any results.
Do I need to use an action hook to display it in posts?January 20, 2013 at 12:02 am #151165danbpfr
Participanthi @talha8877,
i think the answer is in bp-friends/bp-friends-templatetags.php:145
https://codex.buddypress.org/developer/developer-docs/action-reference/friends/
January 19, 2013 at 10:40 pm #151159talha8877
ParticipantHi!
I’m wondering if anybody figured out how to add a template tag for Add Friend button?
Cheers
January 18, 2013 at 4:26 pm #151052In reply to: Forum Problems
Rachel Biel
ParticipantI found a tutorial by Spencer Forum that had step-by-step instructions that I think cleared up my issues. I was able to change the slugs and I think things are working correctly in the forum area now. Here is his tutorial which will hopefully benefit others: http://www.youtube.com/watch?v=M8mh3f6Vzbo
Now I’m having problems with registration. I opened it up so that a few of our members could register and I could test what happened. Two of them couldn’t access their profiles and kept getting the wordpress log in page. Spence’s video also addressed some of that and I hope that the changes I made will fix that. But, more importantly, I have been looking for a plug-in that will allow people to apply for entry to the site. This site is going to be a free forum for our membership organization. The plug-ins that I have seen are for paid memberships and have a lot more weight than I want (configuration with Pay Pal, etc.).
I did install the membership plug-in which hopefully fixed the problems I had with the two members, but that doesn’t offer any kind of registration options. I would like it to operate like private Facebook groups: apply and get let in.
January 18, 2013 at 2:14 am #151002In reply to: Create private membership site with BuddyPress
gdavis0007
ParticipantCheck out the plugin wp-members. I have been using it on a family site and it does exactly what you are looking to do. I only just tried it on BuddyPress (CBOX) tonight. It seemed to work ok.
January 18, 2013 at 2:09 am #151001In reply to: Create private membership site with BuddyPress
modemlooper
ModeratorJanuary 18, 2013 at 1:48 am #151000In reply to: Create private membership site with BuddyPress
bglclub
ParticipantThe problem with this scenario is the Buddypress sends asks the user for a password, then the user approval generates another. I have been beating my head trying to solve this same problem. I need users to resister without a password, then when they are approved, they get sent a generated password.
January 17, 2013 at 11:07 pm #150982In reply to: BuddyDroid – BuddyPress for Android
ddebrich
Participantokay…i deactivate some plugins and i found out, that i cant view the stream because of the “Private BuddyPress” plugin
but i cant deactivate it, because i need it.
is there any solution?
January 16, 2013 at 4:43 pm #150839In reply to: Can Group admin publish as "The Group"?
modemlooper
ModeratorI would not use the current activity post form. I would create a group extension and have a private submit form for admins only.
https://codex.buddypress.org/developer/plugin-development/group-extension-api/
Sample code to show how to add activity:
http://bp-tricks.com/snippets/adding-a-new-activity-stream-entry-when-a-user-changes-his-avatar/
code to swap avatar from user to group:
January 15, 2013 at 1:17 pm #150690Aventador
ParticipantHello Henry, my Englisch is not so good. Sorry.
I do have 2 Problems, maybe you can help me: 1. send private message and 2. send public message doesn’t work but not like on the buddypress page itself. If for example click the private message, the message page opens without the address User name field, but it appears only an mempty field. Where is the mistake? And this could be handled and dissolve in an jquery colorbox or fancybox manner?
Thanks R.
January 14, 2013 at 10:30 pm #150663In reply to: Not exactly "a few easy clicks"
Jonathan
Participant@ngoegan What private community plugin did you use? I’ve been trying to create a private BuddyPress community and the plugin I’m aware of is old. I’d love to know if it still works so I can avoid using a funny collection of other hacks I’ve read about.
January 14, 2013 at 4:49 pm #150634In reply to: Problems with new member registration.
Rachel Biel
ParticipantI don’t know if it is Wanguard either, but from the Wanguard list of users, the ones that are having problems have a No Status under their Wanguard status and the others have a green “checked”.
But, I want to make the site private, by email invite only, too. How did you do that, @jrcdyer?
January 13, 2013 at 7:46 pm #150560In reply to: I want my message to be emailed too
@mercime
ParticipantI may have misunderstood you but that’s the way the messages are usually sent e.g. private messages. Could you be more specific about which message you are referring to?
January 13, 2013 at 4:43 pm #150512In reply to: Private thread for view of one user and admin only
yanner11
ParticipantHi, thanks. I did think about just using private messages, but the user and admin would have to have the ability to upload pics. I would use a plugin to enable picture uploads, but is there a way to restrict posting of pictures to only designated members? I’m using S2members to handle membership restrictions/capabilities. I wonder if I can use S2members to restrict posting of pictures.
January 13, 2013 at 4:27 pm #150509Hugo Ashmore
ParticipantYou couldn’t find this?!
Obviously play around with the code to get what you need but that’s the basic principle for a re-direct away from pages wanted to be made private.
January 13, 2013 at 5:12 am #150486In reply to: Private thread for view of one user and admin only
imnotme82324
ParticipantHi there,
Just a thought, but couldn’t you send him a private message in the ‘messages’ section?
-
AuthorSearch Results