Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 55,701 through 55,725 (of 69,016 total)
  • Author
    Search Results
  • #70300
    brianterry10
    Member

    Hi Andy

    Thanks for your reply.

    I think the problem is the email isn’t being sent out to the new members with the link for them to activate their account.

    I’ve checked everywhere including spam folder to see if the message has been received at all but I just can’t find it.

    New members are being given the roll of “members”.

    Could you possibly tell me where within WordPress I would set up outbound email configuration?

    I’m going to turn off all the plugins (except BuddyPress) to see if there’s a plugin conflict that’s causing this problem.

    Do you have any suggestions?

    Many thanks!

    #70285
    brianterry10
    Member

    Hello

    Do you have any suggestions on a fix so new members aren’t always marked as spammers?

    This is for a new installation of BuddyPress and they are the only 2 members I’ve added myself to test out membership to the site.

    Here’s the message I’m getting when I visit a new members profile page from the admin area:

    “This user has been marked as a spammer. Only site admins can view this profile.”

    I’m using BuddyPress 1.2.3.

    How do you unmark someone as a member?

    Why is it that new members are marked as a spammer, how does the software decide this?

    How can this be fixed or controlled?

    Thanks for any help you can give on this.

    Brian

    #70282
    Pedro Miguel
    Participant

    you can also use tdo mini forms and put that on homepage

    #70281
    Pedro Miguel
    Participant

    I have almost 100!!! (yes 100) buddypress instalations and all work fine with activation.

    Try to use this plugin if you have problems with sendmail on your host: “Cimy Swift SMTP” dont forget to put the plugin on mu-plugins and not on “plugins”.

    Check also if you can send emails from a mail client with the email you setup on wordpress.

    #70280
    Andy Peatling
    Keymaster

    Can we get this plugin updated so it doesn’t crash your site if BuddyPress is deactivated? Thanks.

    https://codex.buddypress.org/how-to-guides/checking-buddypress-is-active/

    #70276
    Pedro Miguel
    Participant

    yes, my mistake, im talking about the other plugin sorry.

    #70271
    Andrea Rennick
    Participant

    You can disable themes under Site Admin -> Themes. It;s built in, no plugin.

    #70270
    peterverkooijen
    Participant

    The P2 theme has some elements of what you mentioned. It’s not a BP theme though, so you’d have to develop a custom theme. P2 is also used in the new version of the BP group blog plugin.

    #70268
    rashell
    Participant

    Oh ok! I get it.

    Wonder if it’s missing a snippet of code somewhere. The nav link to the example.com/links wasn’t auto-generated in the subnav nor adminbar. My links was generated. Just not the “Links” button to the page with the main “Link Directory” and “Create Link” stuff.

    Thanks much for the info.

    Rashell

    Andy Peatling
    Keymaster

    Which theme are you using and which WP version?

    #70262
    Peter Hofman
    Participant

    New version! Version 1.0.1 just released.

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

    * Fixed special characters to facebook.

    * Fixed conflict betweet facestream and tweetstream

    * Fixed profile url and normal url blending

    * Fixed fatal errors

    * Fixed problem when upgrading buddypress tweetstream gave errors.

    * Fixed conflict with FB-connect plugin.

    SUPPORT: http://faboo.nl/bugs/facestream/

    Not all bugs are fixed yet but this release had to be done to prevent buddypress upgrading issues and tweetstream issues.

    #70261
    Peter Hofman
    Participant

    New version! Version 1.2.1 just released.

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

    * Fixed cron problem

    * Fixed profile url and normal url blending

    * Fixed conflict betweet facestream and tweetstream

    * Fixed problem: when upgrading buddypress tweetstream gave errors.

    * Fixed problem: tweetstream breaks edit function in BP Forums.

    * Fixed topic to twitter problem

    SUPPORT: http://faboo.nl/bugs/tweetstream/

    Not all bugs are fixed yet but this release had to be done to prevent buddypress upgrading issues and facestream issues.

    #70254

    In reply to: Notification Problem

    21cdb
    Participant

    There is allready a ticket on trac:

    https://trac.buddypress.org/ticket/2191

    Gianfranco
    Participant

    sacstephen, try to put this in bp-template.php

    function my_bp_override_core_domain() {

    $domain = get_bloginfo('url');

    return $domain;

    }

    add_filter('bp_core_get_root_domain','my_bp_override_core_domain');

    If you don’t have this file, create it in wp-content/plugins

    Let us know.

    #70252
    raynerlim36
    Participant

    Yes! Finally!

    Can’t wait for BuddyPress 1.3 and WordPress 3.0 to arrive!

    @Xevo I wasn’t sure which forum to post in. So sorry for posing two times.

    #70245
    site4
    Participant

    That is exactly what I did and (It worked fine :) thanks to all you all’s great guidence But I don’t know where in mySQL to change buddypress admin name as it is still showing admin in path :) ??

    #70244
    Xevo
    Participant

    The same way they did before, just go to wp-admin and publish posts like you used to do.

    BuddyPress only adds, it doesn’t remove any core features from WordPress.

    #70243
    Andy Peatling
    Keymaster

    This is nothing to do with BuddyPress, hackers can just try logging in as admin on your login form and find the same thing.

    Number one thing to do when you first install WordPress is to change the admin account to something else. WordPress 3.0 will allow you to change this when you first install.

    You can edit the admin username in your database in the wp_users table. Change the user_login and user_nicename value.

    #70242
    raulfan
    Member

    thanks, I did so.

    but how could admin & authors publish post on the home page?

    Andy Peatling
    Keymaster

    Subdirectory installs work fine for me, try the default theme and see if that works first.

    #70236
    gasparking
    Participant

    i’ve found a solution here :

    https://buddypress.org/forums/topic/whos-online-widget-not-working-think-its-a-mysql-timezone-problem

    in ” bp-core-classes” around line 139

    change “NOW()” to “UTC_TIMESTAMP()”

    Don’t know if it’s a good solution but it works

    Strange that it hasn’t been corrected in 1.2.3

    #70234
    Xevo
    Participant

    BuddyPress is definately what your looking for if you need profiles inside wordpress. But you will have to adjust your theme to be buddypress compatible before you can actually fully use buddypress.

    #70233
    Xevo
    Participant

    No, buddypress is supposed to be a plugin that allows developers/bloggers to add a social network to their wp/wpmu. Personally I wouldn’t want that at all, look for a plugin or hire someone to do it for you, it isn’t that hard, you could even just copy paste.

    And by making 2 topics doesn’t mean your getting help faster, just that your annoying apposed to the other users that have questions.

    raynerlim36
    Participant

    Thanks a lot guys!

    Sorry for the late relyy as I am living in Singapore.

    @Boon Gorges : Yeah I tried that.. Didn’t work :(. Thanks a lot though!


    @Bowe
    : Thanks a lot!!! I think it’ll work but I’m busy now so I haven’t tried it yet.!


    @roadblock
    : Sorry, haven’t tried it out yet. Looks promising though! But can it create a three-tier menu and work with BuddyPress and my Avenue K9 theme? If it does, I’ll try it straight away! Thanks!

    #70230
    gibbyesl
    Member

    I found menu’s plugin which turns off anything you like for users menus GREAT

    Thanks

    Gibby

Viewing 25 results - 55,701 through 55,725 (of 69,016 total)
Skip to toolbar