Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 28,926 through 28,950 (of 68,918 total)
  • Author
    Search Results
  • #138067
    newpress
    Participant

    just curious,

    1. how large is your phpBB forum?
    2. where you host it?
    3. what is the hosting package? Price?
    4. how many registered members you have?
    5. how many members are online during any given time?

    #138063
    r-a-y
    Keymaster

    The Custom Community theme is a BuddyPress theme; you’ll still need to install the BuddyPress plugin though.

    Follow the BuddyPress installation guide:
    https://codex.buddypress.org/getting-started/setting-up-a-new-installation/

    Once you have BuddyPress setup, install the Custom Community theme.

    Also, try asking the Custom Community support team for help as well:

    Support

    r-a-y
    Keymaster

    BuddyPress does not come with an “Add New User” admin page. You are probably referring to WordPress’ User admin page.

    I just took a look at your StackExchange thread and it appears you’re using WordPress Multisite:

    This is very important to know because you’ll need to run your script on the site that has BuddyPress installed.

    Because of using WP Multisite, you’ll also have to change your hook to ‘wpmu_signup_user_notification‘.

    The BuddyPress signup hooks I mention above only take effect on frontend registration (eg. testbp.org/register). Since you’re not using frontend registration, those hooks won’t work for you.

    Is there any reason why you need multisite?

    That will probably give you enough to go on.

    My Avatar Default was set already to Mystery Man.

    So let me ask this…

    Maybe it is not overwriting because it already saved the mystery man avatar to their profile? Is that what is happening?

    I am trying to get BuddyPress to use my default avatar for all instances where the member has not yet loaded a picture (or avatar). But maybe my thinking is wrong…

    Please confirm that I can or cannot overwrite the mystery man avatar, at anytime, on the fly?

    Thanks @r-a-y !!

    Ughh…excuse my frustration.

    Scope and Objective: to enable the Admin (me) to create user accounts. To capture the username created and pro grammatically write to an external file in order to allow user to authenticate though our private authentication method. And to enable new user to receive a welcome email at time they get setup.

    I do not care anything about when/how/why/or where they login or activate themselves so as to appear in BuddyPress. That is all down stream stuff that has nothing to do with my process.

    The only effective hook I have found is the `add_action(‘user_register’, ”);` Works like a charm.

    However, in order to get the user to be seen by BuddyPress I need to go through step #2 and Add New User in the Buddypress Admin page. That is where I tell WP/BP they are allowed access to the “site” and it is also where they get their role assigned.

    I have over 200 users to setup in the next week. If I could just cut down my process time by 50% — that is to eliminate the 2 step process and make it a 1 step process — I would be a little happier.

    I need to get the Buddypress equivalent hook to WP’s `add_action(‘user_register’, ”);`

    That is why I am asking for an enhancement to BP to get an equivalent hook. Down the road it will make my setup life easier.

    r-a-y
    Keymaster

    @frank13 – I’m just re-reading this entire thread.

    It looks like you’re registering users manually via the WP admin dashboard’s Users page, but then are wondering why these users do not show up in BP’s Members Directory.

    When you register a user that way, they will not show up in BuddyPress’ members directory until they login.

    You can bypass this programatically by adding a ‘last_activity’ user meta entry.

    Read this thread for more details:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/make-all-members-active-1/#post-110469

    This hopefully addresses your problems!

    I have some screen shots over here –> http://wordpress.stackexchange.com/questions/59649/how-to-hook-into-add-new-member-in-buddypress/59937#59937

    They might help trigger something you have done or seen in your BP implementation process…

    Thanks !!!

    #138054
    juanmaguerrero
    Participant
    #138053
    juanmaguerrero
    Participant

    Hi, @streidl you just have to change the order of appearance of some elements, in concrete:
    `

    `
    And all of it’s contents should go before:
    `

    …`
    You should move that immediately after `

    ` opening tag appears.

    The files you want to tweak should be in your theme folder, something like
    `/wp-content/plugins/buddypress/bp-themes//members/single/home.php`

    There you’ll see something like:

    `


    `

    Just move the “item-nav” before the header :D, hope it helps, cheers

    With some assistance from @r-a-y:
    The bp_core_signup_user hook does something after BP has registered the user. Registering the user does not mean the user is activated yet.

    I ran a test:
    `function myTest() {
    echo ‘fingers are crossed’; exit;
    }
    add_action(‘bp_core_signup_user’, ‘myTest’);`

    I created a new user in the BuddyPress Add New User form. I checked the box to not send an email.

    Results:
    (1) add_action() interceptor did not echo and halt — not what I desired
    (2) new user got an email — also, not what I desired

    Any suggestions @r-a-y or other BP Guru’s? Thanks

    #138051
    gswaim
    Participant

    I am building a fresh BuddyPress site and am still at the testing phase. I have the luxury of blowing it out and starting all over. I have tried probably 20+ combinations of BuddyPress 1.5.6, BuddyPress 1.6 RC-1, “BuddyPress Ready” themes, standard themes + template pack, bbPress lite set up via BP install as group forums, bbPress 2.1 set up as sitewide forums during the BuddyPress install, and bbPress 2.1 set up as BP group forums but not through the BP setup.. Whew… This makes my head hurt :)

    My current, and I hope final combination:

    WordPress 3.4.1
    BuddyPress 1.6 RC-1
    Genesis Framework + BuddyPress Theme Pack *
    bbPress 2.1 Installed after the BuddyPress Install and set up to support BP group forums

    *(I tried their GenesisConnect plugin, but get closer to right by using the BuddyPress Theme Pack

    All is well except I need the group forums to go full width (no sidebar). If I could tweak some code and make the sidebar for group forums go away I would be a happy camper.

    Thanks in advance for any help on this!

    Link to Site: http://184.175.77.145/~digitall/wp4

    juanmaguerrero
    Participant

    Hi, @joemd clearly one of the best options and the one I use is http://buddydev.com/plugins/bp-gallery/ you will pay only 30 dollars if I remember well and have access to tons of premium plugins. That plugin BP Gallery is pretty complete, you can set it to work only with pictures or if you want also videos and music, hope it suits you :D

    #138049
    Tux Kapono
    Participant

    Thank Roger,

    It took a month to get a response from the developer, thus me trying to figure it out in the meantime. Their answer:

    “Yes, this is in fact because i’m generating a random username for users
    (since we don’t want them to use it anyway.) But you can modify the code,
    which is somewhere in the gantry framework – buddypress plugin folder, and
    generate it from the display name or whatever. I just wanted to make sure
    there were no invalid characters in it.”

    Mainly to help anyone that looks here and tries to take away that `bp_core_signup_user` is the solution…well, it isn’t.

    In my plugin I simply replaced:
    `add_action(‘user_register’, ‘rebuildAuthUsers’); // rebuild the authorized user list anytime a new user is created through WordPress`

    with:
    `add_action(‘bp_core_signup_user’, ‘rebuildAuthUsers’); // rebuild the authorized user list anytime a new user is created through BuddyPress`

    It did not intercept the registration process and launch my function.

    Still digging…

    #138042

    Can’t be done (http://wordpress.stackexchange.com/questions/59656/how-to-make-a-discussion-group-sticky-in-buddypress).

    Have posted this as a Trac entrancement request. Hopefully it will get attention there…

    #138041
    12sp
    Member

    I have installed the Suffusion BuddyPress Pack and it works correctly on one site but not the other. I will check there too.

    Awesome @aces…I think we are getting closer…Do you know where I insert <img src="http://my.BuddyPress_site.com/wp-content/themes/my-theme/images/mystery-man.jpg" /> ?

    Do I place it all by itself in my functions.php file? If I do (being a PHP coder) I know a stray html tag will show that image on every page. I need to somehow wrap it around a do_action() or and add-action() or an add-filter() or an add_filters() — I believe, as I learn more about hooking in WordPress/BuddyPress.

    Thanks for guiding me on what to most out there is such a simple replacement to the out-of-the-box Mystery Man image graphic.

    #138035
    tamilcselvan
    Member

    Thanks @mercime

    notpoppy
    Participant

    @aces That’s great, thanks for the quick reply.

    #138029
    SydneyDesigner
    Participant

    Thanks @djPaul

    I also read another recent thread: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/bbpress-2-1-and-buddypress-1-6-beta-2/?#post-134036 and commented there. It seems likely that there are a few bugs to be sorted out to get this working.

    A particular thing I had missed that might help someone else to get bbP2.1 forums working a bit at least with BP1.6RC1 is that, as well as diabling BP Group Fourms I had untick “Discussion Forums” in WP-admin> settings> buddypress> components (which I find counter-intuitive).

    #138028
    SydneyDesigner
    Participant

    Thanks for your comments here @jeaz, @newpress and @PaulGibbs They really helped me out and confirmed that I wasn’t just being really stupid! Yes, I concur with you, I’m getting the same issues you raise above with WP 3.4.1, bbPress2.1 and BP1.6RC1

    It’s looking like the new forums will be excellent and useful, so many thanks to all the developers. But at the moment the forum admin between BP and bbP has a some limiting bugs and is also confusing to me. I’d like to help out by testing but, for me at least, I feel that it is best to wait until the developers have another crack at the integration first.

    #138027
    dreamlarp
    Member

    @mercime tyvm. it worked just switching from the game portal theme to the defalt and back. It does look like I will have to make updates in the defalt first then switch back.

    q5sys
    Member

    @ Sofian J. Anom
    That might just work out perfectly, however I do have a further gui integration question for you.
    With a simple WP page you have a menu bar with items on it (pages, catagories, etc) Of course those can also have sub entries below them when you mouse over them.
    If I go with a multisite i be able to have a menu entry on the main site thats, lets say; ‘Buddypress’ (for lack of a better example, and then on mouseover have drop down items for ‘groups’ ‘forum’ ‘activity’ ‘friends’ etc. and clicking them takes them to the appropiate spot on the subsite?
    I’ve never seen a menu item that links to a page on a subsite. If this can be done, and I can find a coding example then that’ll work perfectly for my needs.
    Thanks for your input, I’ll make sure to read up on those links tomorrow.

    edit: i just glanced through those pages and I have alot to read, are you aware of anyway to integrate stats across a network of WP sites onto the main one visable in the main dashboard?

    What about by changing your WP site to the multisite and activate BuddyPress on a sub site? In order to not appear as a separate site, you can set it as a sub directory rather than a subdomain.

    WP Multisite:
    https://codex.wordpress.org/Create_A_Network

    Changing BP Internal Configuration Settings:
    https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/, especially on the “Set the which blog ID BuddyPress will run on:”

    #138018
    modemlooper
    Moderator

    You can add meta to updates and filter that way. Google “add meta BuddyPress activity” it’s been discussed before. You will need php skills for this customization

Viewing 25 results - 28,926 through 28,950 (of 68,918 total)
Skip to toolbar