Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 22,751 through 22,775 (of 68,946 total)
  • Author
    Search Results
  • Laurent J.V. Dubois
    Participant

    Great project, the Bootswatch option is pretty interesting

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

    🙂

    #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/

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

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

    #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’, ‘<' ) )`

    #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/

    #155156
    eleudson
    Participant

    Hi, I resolve (ubuntu server 12.04, apache2) this problem as follow:

    1) Execute the setup wizar of BuddyPress after the plugin activate

    Tip from https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/

    2) Move the plugins\buddypress\bp-themes to wp-content/themes and set the pretty permalink. I’am using the month + name.

    Tip from http://wpmu.org/buddypress-now-supports-wordpress-single-user-no-wpmu-required/

    3) Set the Apache2 mod_rewrite with

    # sudo a2enmod rewrite

    and change the option AllowOverride of None to all in the file /etc/apache2/sites-avaliable/default


    `
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all`

    Tip from http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/

    BenRacicot
    Participant

    Thanks Hugo! I woke up today realizing that I’m looking for the template hierarchy. Just like BBPress has:
    ‘plugin-bbpress.php’,
    ‘bbpress.php’,
    ‘forums.php’,
    ‘forum.php’,
    ‘generic.php’,
    ‘page.php’
    Read that doc here.

    Could I create a ‘bpress.php’ which will overrule BuddyPress’ usage of page.php as the template for members, groups and activity pages?

    #155146

    In reply to: BP errors…

    shanebp
    Moderator

    That’s not a BuddyPress error.
    It’s an error from the elvito-bp plugin.

    You might try asking the plugin author:
    https://wordpress.org/support/plugin/elvito-bp

    I suggest you ask them to read this:
    https://codex.buddypress.org/developer/plugin-development/checking-buddypress-is-active/

    Also – imo – that plugin is lacking basic security.

    #155140

    In reply to:

    ronia
    Participant

    @mercime  Thanks! Events Manager is too convoluted and does not have basic features of an Event plugin ( who will attend/ not attend/may attend) – it is also not integrated with activity stream, that is, no comments can be made from activity stream to the event. In comparison – you can see oxwall.org which comes with integrated event (as well as photo)

    BP Album is broken with BP 1.7 while BP Media is buggy with 1.7 and lacks tagging or marking directly on photo, a basic feature that is part of all real world social nets as well as scripts like elgg (free) or phpfox(paid).

    #155120
    VegasKev88
    Participant

    @r-a-y thank you for the updated link. Unfortunately, it didn’t fix mine. Hopefully @mercime and I can figure out something over in my thread to figure it out: https://buddypress.org/support/topic/upload-failed-error-was-no-editor-could-be-selected

    thanks again for hopping on an old thread and updating it for me, I definitely appreciate it.

    #155119
    VegasKev88
    Participant

    @mercime, thank you for the advice. And for starters, I appreciate all of the time you’ve taken for this one thus far… I did, in fact, forget to do that, though in doing so I haven’t been able to produce any positive results, except I DID GET TO actually use the cropping tool this time, so I definitely got a feeling of momentum.

    Here are the results from that…

    With default bp theme activated, an image can be uploaded and taken to the “cropping tool”. The cropping tool seemed to function as per normal, though once I make my cropping selection I get this error…

    “There was a problem cropping your avatar, please try uploading it again”

    I get this in all browsers, with all plugins deactivated (besides buddypress, of course – even the coming soon plugin).

    I’m starting to knock around the word “befuddled” in my head, as I haven’t been able to find anything that seems to work either.

Viewing 25 results - 22,751 through 22,775 (of 68,946 total)
Skip to toolbar