Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 19,426 through 19,450 (of 22,658 total)
  • Author
    Search Results
  • Jay Versluis
    Participant

    I wonder if it’s a conflict with another plugin. Here’s what I would do:

    Deactivate all other plugins, then re-activate BuddyPress with its default theme. See what happens. If that’s successful, activate your other plugins one by one to find the culprit.

    If you can’t login to your site anymore, rename the BuddyPress folder in /plugins/ to something else for now to deactivate it.

    Good luck!

    #66821
    takuya
    Participant

    Version 1.1.8 has a bug with WordPress 2.9.2 with BuddyPress 1.2.1

    Enabling this plugin disables buddypress profiles, which returns 404 on every member profile page.

    I’m using custom member slug for my BP install, so please check if there’s conflict on your code with users with custom BP slugs. This is the only BP plugin I’m running aside from BP.

    billydecola
    Participant

    login using my user/pass for wordpress.org didn’t work for me either. I had to create another login to post here.

    #66795
    r-a-y
    Keymaster
    #66793
    r-a-y
    Keymaster

    @dwpers

    Although this isn’t related to the thread, use Brajesh’s BP Redirect to Profile plugin:

    https://wordpress.org/extend/plugins/bp-redirect-to-profile/

    #66782
    David Lewis
    Participant

    I can’t wait for bp-events any longer. I’m going to just use a simple WordPress plugin for now. Hopefully at some point bp-events or some other BuddyPress solution will happen. Given the pace and history of development… bp-events 1.2 could be months away. Or not. Hard to say.

    Paul Wong-Gibbs
    Keymaster

    There is, but it only kicks in on a MU install. Look at bp_core_add_illegal_names() in bp-core.php. There may be a reason why it is not done on a regular WordPress install — perhaps such a feature doesn’t exist in regular WordPress.

    #66753
    Peter Hofman
    Participant

    @all, Will release new version, in 1.1.7 is a major bug.

    New version ready will be up in a few minutes on wordpress plugins

    #66752
    ajohnson
    Member

    double *bumb* . this is a real issue for me

    #66751
    Anointed
    Participant
    rsutaria
    Member

    hi r-a-y,

    you were spot on with your analysis. I had spent 4 hours today trying to figure out what could be wrong here. It would be nice if the documentation mentioned that if you are setting up buddypress to make sure NOT TO call the wordpress folder “groups”.

    Hopefully anyone else who might venture naming their setup “groups” will avoid wasting a ton of time by reading this little FAQ.

    Thanks!

    Ronak

    r-a-y
    Keymaster

    It’s probably because you have “groups” as your wordpress directory.

    In wp-config.php, add this snippet:

    define ( 'BP_GROUPS_SLUG', 'gatherings' );

    Change ‘gatherings’ to something you like.

    This will make your new groups URL look like:

    hxxp://urbansensors.net/projects/karmayog/groups/gatherings

    #66728
    Anton
    Participant

    @pimpmywordpress – It’s running smooth on wp single and bp 1.2.1

    #66725
    paulhastings0
    Participant

    *bump*

    #66705
    pimpmywordpress
    Participant

    @MrMaz Is it safe to run the latest version on a single WordPress Install 2.9.2 with BP 1.2.1? If not when do you think the new version will came out?

    #66683
    Andrea Rennick
    Participant

    “When someone wants to create a blog the url he gets is http://hisblog/mydomain.com/mywpbp, which of course won’t work. Any solution? “

    You didn’t install MU correctly and make sure it was working first.

    But really, if you just wanted the main blog, then install regualr WordPress with BuddyPress.

    #66680
    Peter Hofman
    Participant

    New version! Version 1.1.7 just released.

    Grab it over here: https://wordpress.org/extend/plugins/tweetstream/

    * Added more places to import tweets (faster updated).

    * Added cron for tweets import.

    * Fixed deny access on twitter bug.

    * Small bug with syncing fixed.

    * Shortend url when user chooses for profile link added to tweet.

    * cyrillic texts fix.

    * Added russian translation.

    #66679
    rsutaria
    Member

    my bad..

    am new to wordpress and didn’t see the setting for “allow anyone to register”

    Roger Coathup
    Participant

    @gyonis – the post has only been up 21 hours, and also is quite intimidating to read through (it may have been better to ask each question individually!)

    Any some pointers:

    Q1. You’ll need to write some PHP code, and also understand the BuddyPress hook function concepts.

    There are already some posts on modifying the admin bar, e.g. https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/

    If your list of blogs is fixed, it should be straightforward. If you want it to dynamically add newly created blogs to the dropdown list, I suggest taking a look at the code in /plugins/buddypress/themes/bp-default/blogs/index.php as a starting point

    Q2. I suggest setting up a blog in your install for the NGO Directory, with new users added as contributors… they would then be able to create posts in that blog, but it would need your admin approval before the post goes live.

    You could then use categories for each country, and tags to say what type of NGO they are (or simply have another set of orthogonal categories for type). For a simple ‘code free’ solution, you would then just put a sidebar widget in that provides a menu of all the categories and / or tags.

    [A more powerful solution (extra features for the NGO), would be to give them an entire blog, instead of a single post for their organisation… although tagging and categorising blogs is / was a nightmare (Burt Adsit did some work on this, but I think it is out of date now).]

    [Perhaps the best solution would be to add NGO’s as a different type of member in BuddyPress. i.e. users can register as themselves or as their NGO… Create a BuddyPress group to hold the NGO members, and have country, etc. as searchable fields in the profile. We gave up on a similar 2 types of member project, but there the challenges were considerable, yours may well work with this approach.]

    Q3.1.1 You can add additional fields using the ‘custom field’ area of the edit post form. This isn’t particularly user friendly though, so you might want to look instead at something like the flutter plugin, which lets you define separate fields.

    Q3.2 Posting from the front end is the ‘Holy Grail’ ! Check out P2 Blog… a theme that was developed by WordPress / Automattic, but seems to have gone very quiet. My wild speculation: @Andy (the developer of BuddyPress) wrote a blog post about P2… I wonder if that means we can look forward to the P2 blog front end features making an appearance in BuddyPress soon. Any comment @Andy?

    To do what you want, you’ll definitely need some development skills (PHP), a decent working knowledge of WordPress code, and an idea where to start investigating the BuddyPress code (I doubt if anyone apart from Andy has a good working knowledge of it).

    IPA
    Participant

    Maybe being able to moderate.approve new posts may be good enough.

    I am using WordPress 9.2 (not WPMU, just WP), and latest BP.

    #66656
    stwc
    Participant

    He means either a) install Buddypress with regular, non WPU version of WordPress, possible since BP1.2 or b) go into your Site Admin–>Admin–>Allow new registrations and disable it in the WPMU dashboard.

    #66648
    Maythil
    Participant

    Hey, thanks, let me try that.

    #66646
    Paul Wong-Gibbs
    Keymaster

    @corin-rules BuddyPress 1.2.x requires at least “Requires at least: WordPress 2.9.1” (regular or normal). This may or may not have anything to do with your problem, though you will find other problems running it on 2.8.

    #66643
    stwc
    Participant

    It’s already here. BP1.2 runs on WP standard.

    #66636
    corin-rules
    Member

    I am having the same issue. Both on the front end and in the admin area. Any of these links simply take me to the homepage of the blog.

    1. WordPress MU 2.8.6
    2. subdomain install
    3. installed in a sub directory
    4. a fresh install
    5. wordpress MU is functioning as normal before and after buddypress install
    6. Buddypress Version 1.2.1
    7. Did not upgrade buddypress
    8. No other plugins installed
    9. Using Buddymatic theme with a custom child theme, (though switching back to buddymatic default, coffe with friends or kubrick hasthe same issues)
    10. No modification of core files
    11. No custom functions in bp-custom.php
    12. Not running bbPress (yet, one thing at a time :)
    13. I have no server error logs afaik, but i do get this error when activating the plugin*
    14. The blog is currently hosted inhouse on a development server, I could request permission to reveal more details about this if requiered

    * –

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Cannot redeclare bp_loaded() (previously declared in /home/astateofwriting/wordpress-mu/wp-content/plugins/buddypress/bp-loader.php:54) in /home/astateofwriting/wordpress-mu/wp-content/plugins/buddypress/bp-loader.php on line 55

Viewing 25 results - 19,426 through 19,450 (of 22,658 total)
Skip to toolbar