Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 570 total)

  • Xevo
    Participant

    @xevo

    Fixed it, seems like BuddyPress had a conflict with me turning ?s= into /search/.

    Anyone got an idea how I can make this work?


    Xevo
    Participant

    @xevo

    Before any loops take place, do a check if there are any featured members (probably through a metakey check). If so, show them. After that let the loop run as usual.

    [Just a raw sketch]


    Xevo
    Participant

    @xevo

    It’s probably the server that your WordPress is running on which is causing this problem. The time on the server is probably 2 hours ahead. Just a guess though.


    Xevo
    Participant

    @xevo

    Had the same question a couple of days ago.

    Here’s the answer.


    Xevo
    Participant

    @xevo

    Do you by any chance have BP Wall installed?

    Since I had the same problem with the plugin causing this problem.


    Xevo
    Participant

    @xevo

    Personally I would recommend a host close to where your community is located. This helps a lot with speed already. Since most of the “recommended” hosts are located in US, which will make your site load slow if your for example located in Europe.


    Xevo
    Participant

    @xevo

    This worked great, thanks guys!


    Xevo
    Participant

    @xevo

    Just put the actual code on the registration page?
    You can edit register.php in the theme.

    You could also take a look at bp_get_current_signup_step(), if you want to make it an actual step in the registration process.


    Xevo
    Participant

    @xevo

    Make sure to put http:// in front of them, otherwise it will just think you mean a directory or file on your server.


    Xevo
    Participant

    @xevo

    Maybe you could add a form that shows when a users tries accessing the register page that would require them to enter a security code first before seeing the actual register page.

    Something like

    if(!is_user_logged_in()) {
       if(!$_POST["access"]) {
         -show access form-
       } else {
         -show register page-
       }
    } else {
      -redirect user since he's already logged in-
    }

    (Just a raw sketch)


    Xevo
    Participant

    @xevo

    Just redirect any url towards the register/login page if the user isn’t logged in?


    Xevo
    Participant

    @xevo

    This can probably help you out.


    Xevo
    Participant

    @xevo

    Just make the image width: 100%?

    #activity-stream .activity-inner img { width: 100% }


    Xevo
    Participant

    @xevo

    Because the forums inside buddypress only work for buddypress groups. If you want a global forum, you will have to install bbPress as well.


    Xevo
    Participant

    @xevo

    You mean the settings page?

    Thats mysite/directory(members)/%username%/settings/

    Or do you mean the wordpress backend profile page?


    Xevo
    Participant

    @xevo

    Have you checked where the broken image links too?

    Might be that it tries to get the image from a wrong directory.


    Xevo
    Participant

    @xevo

    I personally think a media option should’ve been in the core since the start. All the plugins that have been made are cool and all, but most of them are really big and bloaty or are premium.

    A simple media option in buddypress which can be added upon by plugins would be a much better way to go in my personal opinion.


    Xevo
    Participant

    @xevo

    Create a radio button through your profile fields, and once logged in let your theme get the profile fields data and let it decide what template parts to load.

    Thats pretty much it.


    Xevo
    Participant

    @xevo

    I recall this problem popping up a lot when having the stand-alone version of bbpress working with WordPress which was always a pain. Maybe this is the same problem?

    Always fixed the problem by fixing the permissions between bbpress and wordpress.


    Xevo
    Participant

    @xevo

    Should be in your buddypress plugin’s folder.


    Xevo
    Participant

    @xevo

    style.css in your themes root folder.


    Xevo
    Participant

    @xevo

    Add float:left; to #column-wrap.


    Xevo
    Participant

    @xevo

    Thats what I thought! :)


    Xevo
    Participant

    @xevo

    1. As far as I know, there’s nothing like this yet. Users can only add data through xprofile at the moment.

    2. Activate multisite on your wordpress install.


    Xevo
    Participant

    @xevo

    https://github.com/sbrajesh/bp-global-unified-search

    Global Unified Search plugin by Brajesh does this for you.

Viewing 25 replies - 1 through 25 (of 570 total)
Skip to toolbar