Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,726 through 57,750 (of 94,540 total)
  • Author
    Search Results
  • rossagrant
    Participant

    Hi guys, I’ve seen something called Buddypress Humanity which adds a security question to the BP registration but I was just wondering if there were any other neat ways to combat spam sign ups?

    Thanks :)

    #111735
    modemlooper
    Moderator

    Won’t work currently. You can only show one “scope’ or all of them. I had tried to do what you are asking for a theme and it’s a BP core thing that needs added. @DJPaul suggested adding this request to trac.buddypress.org

    #111734

    feels a lot better thanx

    #111732
    @mercime
    Participant
    lselwd
    Member
    #111726
    nicholmikey
    Participant

    Ok I found it on the way-back machine, I would recommend returning it to the site if possible : http://replay.web.archive.org/20090627212041/https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/

    #111724
    nicholmikey
    Participant

    I tried that and it had no effect. Is this page reposted anywhere? https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/

    Right now I have 2 plugin folders, mu-plugins and plugins. I coped 1.0 into the plugins folder but it does not show up on my list of plugins ( WordPress 3.1.2.). Currently the controls for 1.0rc1 shows up under tools. I tried deleting the buddypress plugin files from mu-plugins but that kills the site, makes it so it cannot load.

    It seems this site had a document about this : https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/ but it is down.

    #111723
    Paul Wong-Gibbs
    Keymaster

    Scope has to be a single keyword at the moment. This sounds like a good enhancement request; could you post on https://trac.buddypress.org/, using your username and password from this site? Thanks.

    #111722
    Paul Wong-Gibbs
    Keymaster

    The avatar upload on this site is broken, and has been for a long time. I don’t know if it will be fixed due to the way the server works. You’ll have to create a gravatar at gravatar.com with the email address you used here, then it’ll fetch your gravatar image

    Paul Wong-Gibbs
    Keymaster

    Looks nice!

    #111719

    In reply to: Follow a Blog

    imwarrior
    Member

    @nahummadrid i dint try that before.. i am testing it right now and see if it solves my biggest hurdle in release of my site…thanx for your reply it was looking to me as this forum is Dead as almost no replies..
    i need some help more.. like i have a website and i use tags to categorise content like if news is related to gadget then when a user browse archive of Tag gadget i added tag description to show up..but is there a way to say follow Gadget and then all post tagged under gadget (summary)start appearing in a tab called my stories..

    Mutuuj
    Member

    We will be releasing our custom BuddyPress profile widget in the next few hours – a combination of the BuddyBar profile widget and the Notifications widget.
    Its sleek, a great looker and helps ease navigation. Its free and will be hosted on WordPress.org. For those that can’t wait, you can download the plugin from our site, click here to dl

    Features include:

    * When a user is not logged in, no widget is displayed and the user will be presented with the default login
    * When a user is logged in, it shows all the users friends, groups and notifications with a count next to each
    * Displays the actual notifications below the widget.
    * Fixed ‘0’ count if there are no notifications.

    Installation:

    1. Upload the Mutuuj Widget folder to the `/wp-content/plugins/` directory
    2. Activate the plugin through the ‘Plugins’ menu in WordPress
    3. Drag the Mutuuj BuddyPress Profile Widget to a sidebar on the ‘Widgets’ page under the ‘Appearance’ menu

    stephensimon
    Member

    I’ve since confirmed that normal WordPress notifications are working for users who have email addresses with country code extensions. (I asked one of these users to retrieve their password from the login screen and they received the resulting email message sent from WordPress.) So the problem seems to be specific to BuddyPress private messages.

    #111717
    alanchrishughes
    Participant

    @modemlooper if you get a chance can you check out the question in this thread and tell me if you know how to write that?

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/querycall-mentions-list-1/

    It’s very similar to what you had suggested to me here, but I’m just trying to figure out how to combined all the different personal acitivity streams into one (just-me, mentions, favorities).

    #21747

    If I try to change my avatar (and I need it!! just look.) I get the following error at buddypress.org:

    Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/avatars/7615931. Is its parent directory writable by the server?

    Can anybody please help?

    with regards,

    Mickel

    #111714

    In reply to: Follow a Blog

    Nahum
    Participant
    #111708
    alanchrishughes
    Participant

    Which is extremely frustrating because buddypress.org itself actually works this way but there is no clear way how to do it for your own sites.

    #111707
    alanchrishughes
    Participant

    It is more like Twitter than anything. I have been trying to figure out a way to just combine all the separate activity streams (just-me, mentions, favorites) into one simple stream

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/querycall-mentions-list-1/

    This use to work for at least combining “just-me” and “mentions” but the last update or two broke it

    Using activity as wire in Buddypress 1.2 themes

    #111706

    In reply to: Follow a Blog

    Nahum
    Participant

    i did something like this in a real round about way using the Buddypress Followers plugin. I was able to modify to only show the Follow Button on profiles if the profile owned a blog — Note* this will only work where members are only able to have 1 blog. It will not work in case of an admin that has various blogs — I was also able to modify the plugin to only show Blog Posts in the Users “Following” tab activity stream. And finally I was able to put the Follow button in the user blog sidebar. I had to disable the Follow/Following buttons everywhere except for the member profile and their blog.

    I like you all have been looking for something like this too. I like the idea of adding notifications for bp and email when someone you follow has added a blog post.

    #111704
    mistercyril
    Participant

    Ok, nevermind. That was a very silly question ;-)

    @r-a-y its true that pagination is all messed up. What is the better way of doing this?

    I would guess this has to be done higher in the loop. I’m using this to get members displayed alphabetically and it works ok. Could this be used to select users based on custom profile field values as well?

    `<?php
    if ( bp_ajax_querystring( ‘members’ ) ==””)
    {
    $queryString = “type=alphabetical&action=alphabetical&per_page=150”;
    }
    else {
    $queryString = bp_ajax_querystring( ‘members’ );
    }
    ?>

    `

    #111701
    Boone Gorges
    Keymaster

    Cool, I’ll close it.

    #111698
    Mutuuj
    Member

    Andrea_r I know we are walking on a fine fine hear – as I told Paul, opening Pandora’s box.

    Boone, apoplogies for not having made that clear – though when you did release your ning to buddypress importer, they where quick to jump and show their faces.

    I have spoken to Paul and respect his comment, along with the others. We will head over to the WordPress forums.

    @DJpual said he will be closing this?

    #111697
    yumatova
    Member

    I had the same problem. After two weeks of finding solutions I decided to reinstall all network and drop the tables of buddypress too.

    #111691
    Paul Wong-Gibbs
    Keymaster

    BuddyPress doesn’t interfere with user registration at that level. I think you’re almost certainly doing something wrong if you are needing to create your own hash for the password, etc. The authentication class is overridable, and most stuff can be done via the ‘authenticate’ action (I think that’s the name). I would rethink the approach you are taking, and do a bit more research — the wordpress.org forums may have had discussion about hooking into the registration process, and certainly the codex does.

    #111689
    LPH2005
    Participant

    OK ! It’s working with the exception of the file attachments (because I removed the do_action lines) but the page now posts to the proper forum. :)

    Here is the code:

    `<?php
    /*
    Template Name: Question
    */
    ?>

    IMPORTANT: This form does not work yet.

    Please do not use this form.

    How To Ask A Great Question And Get It Answered

    Maybe you are stuck on a homework problem or do not understand a particular concept. Don’t panic. TheChemBook.com is a great place to ask your questions.
    First search to see if someone else has asked about the problem. Next, search The Chemistry Text by reading the section on the topic.
    If none of this helps, start a new topic by completing the form below.
    Start with a great headline. Avoid saying, “I’m lost” or “how do I do problem 12?”
    A great headline might be “Determining Significant Figures – Captured Zeros”
    Next, type as much detail as possible, for example, add the exact wording of the problem you are trying to answer.
    Finally, explain the problem and what you have tried.
    The more details you add then the faster someone can help you.
    Teachers are available at irregular intervals, therefore, make sure that you help others with their questions, too.


    —-

    <option value="”>

    <input type="submit" name="submit_topic" id="submit" value="” />
    <input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="” />

    <?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not create a new group? Once you have joined or created the group you can post your topic in that group’s forum.”, ‘buddypress’ ), site_url( BP_GROUPS_SLUG . ‘/create/’ ) ) ?>

    You need to <a href="”>log in or <?php printf( __( ' ‘, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?> to participate in the tutoring area.

    `

    If you see a way to enhance this template then please let me know. The file attachment plugin isn’t working with this page (nor edit a topic) so something obvious is probably missing.

    Hope this helps someone else trying to get a page with a form to post to the forums ….

Viewing 25 results - 57,726 through 57,750 (of 94,540 total)
Skip to toolbar