Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 34,626 through 34,650 (of 94,539 total)
  • Author
    Search Results
  • #155280
    @mercime
    Participant

    @shanebp I deleted the old BP Member Notes which I had to rename to get wp-admin back and uploaded the new version via wp-admin and activated it. Deactivated BuddyPress plugin and no more fatal error. BP Member Notes is still activated in plugins installed page yet no more Users > BP Member Notes as is rightly so.

    P.S. I did get the issue notice from github. I was looking in my other email account 🙂

    P.P.S. Do I still need to do the bug test? Never seen this before:

    Plugin Name: A Bug Test
    This is for mercime only.

    🙂

    imtrevormrose
    Participant

    Hey guys, I’m working on a client’s site, just set up a fresh install of wordpress ( ) and buddypress ( 1.6.4 )

    Everything went smoothly, integrated bbpress fairly well. But, I’ve got two test accounts going – a basic user, just registered him – he’s set as a “participant” for the forums and a “subscriber” for wordpress – I’ve tried making the account a contributor, and it still gave me no dice. Then I have the admin account that was created while installing wordpress.

    The admin account can follow other users, post status updates, and send out private messages. But the test users that’s currently a subscriber, can reply to private messages, or send them out, nor can he post status updates, favorite status updates, or comment on status updates or public messages.

    Is this an issue that’s well known, or am I the only one experiencing it?

    http://northcarolina100.com/

    #155274
    drickson
    Participant

    WordPress 3.5.1
    BuddyPress 1.7 beta

    I have successfully installed a plugin to stop the bots from auto registering users but it is not working. http://areyouahuman.com/

    I have read there support material related to BuddyPress but it is way too technical.
    http://support.areyouahuman.com/customer/portal/articles/755585-using-playthru-with-a-buddypress-registration-form-

    I would appreciate anyone who can help me stop the bots from destroying my site:
    http://homebusinessownersnetwork.com/

    Thanks,
    David

    fleki
    Participant

    [ WP 3.5.1 | BP 1.6.2 ]

    My buddypress plug in stopped displaying content. I’m not sure if it’s fetching the data from the database or if there is something else wrong with it.

    http://www.coldface.com/groups
    http://www.coldface.com/members

    I tried disabling everything except for the BP plug in and it was still doing the same…

    #155252
    investoreports
    Participant

    Hi there

    Prob easy once you know – but how do you delete tags?

    Regards
    Simon

    #155245
    bp-help
    Participant

    @findly What changed between the time you posted the topic? Its was only like 11 hours between the time you posted the topic to the time you closed your site down. All I will say is don’t get discouraged. Rome was not built in a day, and neither are great buddypress sites. Most great sites get features added little by little. I am not saying to stop focusing on other things because a lot of time you have to step back from development and when you get the urge to start developing again it comes with a renewed interest and fresh ideas. Anyway good luck!

    MatthewByrom
    Participant

    Hi, @shanebp

    Oh no, not all this is happening in the one customised plugin. I was simply describing what appears to be happening in the system as a whole when you hit the Submit button in the customised post. This thing is one tortured mass of plugins. 🙁

    The Custom post page is generated by Gravity Forms. This is the plugin that handles creating a post & saving it.

    The Add-a-Post-to-Activity-Stream-so-it-sends-an-Email-Like-an-Update is provided by a custom plugin that extends the functionality of BuddyPress Group Email Subscription.

    It just seems that the timing’s out a bit.

    If I can make the postmeta handling occur before the post is added to the Activity Stream, then all will be well, as my own trivial addition to this will be fine.

    I’ll take a look at wp_mail. I thought that Buddypress may override what happens in there.

    Thanks for that & apologies for posting in the wrong part of the forum. Just noticed that.

    #155224
    TheSeoGuy
    Participant

    Any other suggestions???

    Or is the only option to delete BuddyPress and all associated tables and reinstall it from scratch???

    Cheers
    Ben

    #155216
    @mercime
    Participant

    @benracicot all are encouraged to use bbPress plugin for sitewide and/or group forums see instructions at https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/

    #155209
    Beej
    Participant

    The group summary link in bp-activity-subscription-digest.php (line 136) is a dead link:

    `$group_name`

    Does anyone know the proper link for this?

    (BuddyPress Group Email Subscription v3.3.1)

    Thanks

    #155206
    HorrorUK
    Participant

    Ignore that, I just added an older trac version, and for some reason it doesn’t show on there either, so must be my site.

    #155205
    HorrorUK
    Participant

    I just uploaded the latest TRAC version, but it looks like somebody forgot to add a save settings button to the components settings.

    MatthewByrom
    Participant

    Hi there, Bit of an odd question, this…

    We have a website being set up that uses BuddyPress, Buddypress Group Email Subscription & a customised plugin to allow users to create a post with some custom fields (courtesy of Gravity Forms) & for all subscribed users to receive an email in digest form or if they prefer, an email whenever someone posts to the group they are subscribed to.

    The functionality is all good for the digests etc. However, the users want to be able to see all the fields in their post – custom fields, the lot.

    I have created a function that builds the email content using SQL. I tested using a page & passing $post_id as an integer.

    However, when trying to add the functionality to the email-side of things, the point at which the post is added to the activity stream didn’t pull the custom fields from wp_postmeta. the data from wp_posts is fine, just nothing where the data from wp_postmeta should be.

    I identified that it would work flawlessly if I tried to get the PREVIOUS posts content+metadata (I just did $post_id– as a test: When I submitted a post I got the previous posts’ data, metadata & all as expected.)

    I can only conclude that wp_postmeta does have the relevant data in it when the post is added to the activity stream.

    The following sequence of events is occurring when someone hits the “Submit” button when posting:

    1. wp_posts is updated
    2. post added to activity stream
    3. wp_postmeta is updated

    If I could change the sequence of this, I’d be very happy!
    Right now I’m only really focusing on the “All Email” aspect.

    @becskr kindly suggested that I should look in bp-subscription-activity-digest.php line 444 & add a call to my functionality there using a plugin, but when I just change variable $message to “TEST” (just to see if I can affect the email content), the content of the email does not change.

    I’m just wondering if ALL Email is handled by a different function, as it sends a different type of email out, compared to a digest.

    Is there a point at which the email is generated that I may be able to intercept & add my own little function before the email is sent? Does anyone know where that function is located?

    Any advice appreciated, as always!

    Version Numbers:
    WordPress 3.5, BuddyPress 1.6.4, Group Email Subscription 3.3.1

    #155202
    VegasKev88
    Participant

    I finally remembered having an issue similar with a non buddypress installation about a year and a half ago on another new server…..drumroll please…..you guessed it…gd library. The stackscript used on my new linode didn’t have gd library in the stack, so I just installed it, rebooted apache and blam…all is good. You may mark resolved @mercime

    #155199
    wtravis
    Participant

    AHA! Found the problem. I thought I had to put bp-custom.php in the root of the BuddyPress plugin folder, but it should go in the WordPress plugins folder instead! Now it’s working!

    Somehow missed this tutorial on how to use bp-custom.php, was only guessing based on threads I’ve found here. https://codex.buddypress.org/developer/customizing/bp-custom-php/

    #155196
    wtravis
    Participant

    Hi bphelp,

    Sorry, the first few lines of my code apparently got cut off! I do actually have the define BP_DEFAULT_COMPONENT and tricks_change_bp_tag_position function in there. As far as I can tell I’m using exactly the same code that you’ve proposed. However, sadly, this hasn’t produced the effect I’m looking for.

    Is there something else I should be including in bp-custom.php (aside from the opening/closing PHP brackets), or do I need to place bp-custom.php somewhere else other than the root of the Buddypress plugin folder?

    Wasim alhajebi
    Participant

    Hello,
    how are you everyone , hope that u gonna help me in this ,
    i wanna custom field for user profile called user_country and make it required,
    dropdown menu to choice country and city or country only ,
    and when i click this user country gonna move me to to member page and sort people who’s form same country

    I really Neeed that Badly

    #155182

    I have created a plugin for BuddyPress Members Import. You can get this from

    BuddyPress Member Import/

    EDIT – This is premium plugin $12.00

    @mercime
    Participant

    Update: @39images @bphelp @hnla patch for ticket to add back the greeting above status update form has been approved. @39images @bphelp I suggest that you delete /buddypress/activity/post.form when next BP 1.7 beta/RC rolls out.

    bp-help
    Participant

    @nicolerbencomo its located in:
    yoursite/wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php

    Make sure in dashboard/settings/general/membership that the box is checked beside “Anyone can register”

    NicoleRBencomo
    Participant

    I am also a newbie and would like to know how to set up a registration page. I see the registration by BuddyPress installed in my .php core files but I don’t see a page template.

    #155166
    GhostPool
    Participant

    Excellent. That pointed me in the right direction. I modified it slightly so it compares versions with the “beta” in version number also.

    `if((version_compare(BP_VERSION, ‘1.7*’) == -1))`

    #155163
    shanebp
    Moderator

    Maybe this?

    `if ( version_compare( BP_VERSION, ‘1.7’, ‘<' ) )`

    GhostPool
    Participant

    Is there a way to check which version of BuddyPress the user has installed. With v1.7 I need to be able to include my custom BuddyPress functions for only pre 1.7 users.

    #155160
    shanebp
    Moderator

    This only works as a widget, but if you can code you could convert it to a plugin that works with your custom menu: http://buddydev.com/plugins/buddypress-notifications-widget/

Viewing 25 results - 34,626 through 34,650 (of 94,539 total)
Skip to toolbar