Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'private'

Viewing 25 results - 1,651 through 1,675 (of 3,443 total)
  • Author
    Search Results
  • Aventador
    Participant

    Hallo @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

    danbpfr
    Participant

    hi @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.3

    Deactivate 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.

    talha8877
    Participant

    Hi @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’

    #151514

    In reply to: Members groups

    danbpfr
    Participant

    As 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.

     

    #151385
    modemlooper
    Moderator
    1. Any private WordPress plugin should work with bp. https://wordpress.org/extend/plugins/members/
    2. You can use a maintenance mode plugin but use it as a private site plugin.
    3. I have a paid plugin that includes privacy settings BuddySuite

     

    Aventador
    Participant

    Hello, 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.

    #151193

    In reply to: Re-enabled group forum

    mt78
    Participant

    OK, 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

    myladeybugg
    Participant

    Looking 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.

    danbpfr
    Participant

    By 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 ?
    `

    talha8877
    Participant

    Hi 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?

    danbpfr
    Participant

    hi @talha8877,

    i think the answer is in bp-friends/bp-friends-templatetags.php:145

    https://codex.buddypress.org/developer/developer-docs/action-reference/friends/

    talha8877
    Participant

    Hi!

    I’m wondering if anybody figured out how to add a template tag for Add Friend button?

    Cheers

    #151052

    In reply to: Forum Problems

    Rachel Biel
    Participant

    I 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.

     

    #151002
    gdavis0007
    Participant

    Check 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.

    #151001
    modemlooper
    Moderator
    #151000
    bglclub
    Participant

    The 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.

    #150982
    ddebrich
    Participant

    okay…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?

    #150839
    modemlooper
    Moderator

    I 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:

    http://pastebin.com/8hebkE9s

    Aventador
    Participant

    Hello 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.

    #150663
    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.

    #150634
    Rachel Biel
    Participant

    I 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?

    #150560
    @mercime
    Participant

    I 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?

    #150512
    yanner11
    Participant

    Hi, 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.

    #150509
    Hugo Ashmore
    Participant

    You couldn’t find this?!

    https://buddypress.org/support/topic/how-to-make-a-private-community/?topic_page=6&num=15/#post-86316

     

    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.

    #150486
    imnotme82324
    Participant

    Hi there,

    Just a thought, but couldn’t you send him a private message in the ‘messages’ section?

Viewing 25 results - 1,651 through 1,675 (of 3,443 total)
Skip to toolbar