Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 42,701 through 42,725 (of 68,948 total)
  • Author
    Search Results
  • #103880
    ericreynolds007
    Participant

    Great. Thank you. I was hoping to use the placeholder theme though as it has a great counter and email form on it. If I can’t make it happen, then I will go with the maintenance mode plugin. :)

    cnatural
    Member

    hey guys sorry im so late on responding back, i started to lose hope on getting feedback since everywhere else i went for help (suffusion support forum never respond to any of my help post, wordpress.org at least someone was nice enough to direct me here) was pretty much pointless. but anyway i decided to dump the suffusion theme because i figured there wasnt any point in using a theme that didnt have much of dependable support forum and bought the platform pro theme and so far not only am i impressed but i realize u get what you pay for (free has its limits).
    i looked into what @youlichika said and http://site/groups/create/ takes you directly to the create page that i thought no longer existed. so i went thru my cpanel file manager and edited bp-groups.php and at line 155 i added this:

    bp_core_new_subnav_item( array( ‘name’ => __( ‘Create’, ‘buddypress’ ), ‘slug’ => ‘create’, ‘parent_url’ => $groups_link, ‘parent_slug’ => $bp->groups->slug, ‘screen_function’ => ‘groups_screen_group_create’, ‘position’ => 50, ‘user_has_access’ => ‘groups-create’ ) );

    and i got the create a group tab added next to invites, its not perfect but it gets the job done. im going to do the same thing for events and let you guys know how it turns out. thanks again everybody for replying to my post i found exactly what i was looking for and im more than happy to share what ive learnd hoping to help the next person being ignored from other forums lol

    @mercime
    Participant

    @johnjamesjacoby @boonebgorges @DJPaul @hnla @r-a-y
    I swear, I only posted once :-) seriously.

    #103871
    @mercime
    Participant

    == Is there a simple way to do this? ===

    Yes. Just install the Maintenance Mode plugin and you’re good to go developing BP in main site. No need to develop BP in secondary blog. You can even add some styling or image/s to Maintenance Mode page while you’re at it.

    #103870
    @mercime
    Participant

    ahhh … why was my post duplicated? :-)

    #103869
    @mercime
    Participant

    +1 Privacy into core.

    #103868
    xspringe
    Participant

    I’m also experiencing issues with both login and logout not showing the user being logged in in the top bar (even thouch caching for logged in users has been disabled). Has anyone been able to determine the optimal settings for buddypress + w3 total cache yet?

    #103865
    Boone Gorges
    Keymaster

    I had a very brief look. It has the very big advantages of being easy to set up and integrate with one’s theme. It’ll be a nice choice for people who need something very quick and easy.

    From a brief look, the code is written in such a way that doesn’t even make an attempt to be extensible for developers. In that sense it’s not even in the same league as BuddyPress.

    I’m very glad to see that the market is fleshing out with fundamentally different kinds of solutions!

    #103864
    joshua_d
    Member

    thanks, @DJPaul from what you’ve seen, is it likely to make core any time soon?

    #103863
    Anonymous User 96400
    Inactive

    Just had a look. Seems to make it easy for users who have no programming skills. I wonder how easy it would be for a developer to bend it to ones will? I guess it can’t match BP in that area and for me that’s what counts, really.

    #103860
    @mercime
    Participant

    @Svenl77 Tested it late last month. Aside from the similarity with Mingle plugin and with upcoming BP version 1.3 of rendering components as pages, WP Symposium still has some way to go before it can become a serious contender of BuddyPress which handles a full grown network of users and sites.

    Having said that, the development of WP Symposium is coming along fast and looks like Simon Goodchild is meeting deadlines, so big kudos to him. Also, initial testing shows I can activate WP Symposium in each subsite (though a bit buggy in my install) so that’s a big plus for those who are looking for a social engine for each subsite. I can only surmise that if there were more devs helping Simon, it’ll be really cool plugin to use.

    I added the line to my functions.php as suggested. The login link (wp-login.php?action=register) redirects to the home page now. The WP login works fine, though.
    I’ve deactivated all plugins except the BP core. Made sure I’m not logged in, and cache/cookies have been cleared out.
    Anything else I should check?
    Greatly appreciate the assistance…

    #103856
    @mercime
    Participant

    Look over “Configuring BuddyPress Components” https://codex.buddypress.org/getting-started/configure-buddypress-components/
    In dashboard menu BuddyPress > Components, do not enable private messaging. Other than that, anyone can request for and possibly get a response for contact information whether they post in forums or blog posts.

    Thank you, I will try that. Should I expect to encounter any problems with account creation? When I was searching I found a post that indicated there might be such issues, but it was from several months ago.

    Or, as an alternative, I want a Register page that does the following:

    – Option to use Janrain Engage
    – uses reCAPTCHA or an arithmetic challenge
    – forces minimum password length and displays password strength/match
    – Shows disclaimer text, with option to require users check box to Accept Agreement
    – Shows privacy policy text, with option to require users check box to Accept Agreement
    – sends customized activation email to non-Janrain registrations
    – sends customized username/password email to non-Janrain registrations

    I have all of this capability now, just not with BuddyPress.
    If anyone knows of an existing solution for doing this with the BP login and registrations, that is fine, too.

    Thanks

    Paul Wong-Gibbs
    Keymaster

    If you want to disable BP’s registration and user account activation pages: In your functions.php or in a custom plugin:

    `remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 );`

    Virtuali
    Participant

    @hnla, and @xberserker, I figured out the culprit to this, but I am not sure why it does not take until 1.2.6 to happen.

    The double button is because you have called 2 stylesheets from the same buddypress default.css. The most common mistake is the css from the bp template pack being applied, and than calling the same css from the bp-themes/bp-default/css/default.css. You need to remove one, and it should solve the double button issue.

    #103845
    BOW
    Participant

    @modemlooper

    oops!!! nice spot that worked mostly, i changed to

    But pagination still doesn’t seem to work, am i missing somthing?

    #103842
    bkneppers
    Member

    Thanks guys, thanks to @Travel-Junkie ‘s code, I am now able to make an exception for the Links Directory, based on the ‘links’ slug.

    However, I’ve now also been asked if we can’t get the individual link page (www.website.tld/links/…) to be an exception too… Can I count on you again?

    #103840
    David Carson
    Participant

    There are lots of CSS hooks so you can customize the look of your messages pages. It would be easiest to just use some creative theming and create the effect. You could hide most profile information/avatar using CSS.

    Or you could also try creating a custom page template using the private messages loop and adjust the parameters to suit your needs.

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-private-messages-loop-bp_has_message_threads/

    #103829
    chluper
    Member

    If you go to /buddypress/bp-blogs/bp-blogs-classess.php and along line 80 you’ll see:

    `if ( !is_user_logged_in() || ( !is_super_admin() && ( $user_id != $bp->loggedin_user->id ) ) )
    $hidden_sql = “AND wb.public = 1”;`

    If you change it to:
    `if ( !is_user_logged_in() || ( !is_super_admin() && ( $user_id != $bp->loggedin_user->id ) ) )
    /****Adjusted value to display any blogs that do not require logging in to view. (Original value = 1)****/
    $hidden_sql = “AND wb.public > -1”;`

    It will show any blog that doesn’t require a login. You can change the -1 to what every level of privacy you want.

    Hope that helps.

    Andy

    #103827

    In reply to: Cant create groups???

    @mercime
    Participant

    @tubruk to troubleshoot why you can’t create groups, you will need to strip down to default BuddyPress installation because a custom theme or a plugin may be interfering with what can easily be done – creating groups – with a clean BuddyPress installation.

    That’s why I suggest that you change your theme to default theme and deactivate all plugins except BuddyPress. Clear cache. Then see if you can create groups.
    – If you can create groups, then change theme back to your custom theme and check if you can create groups. If not, then the problem is your custom theme. Contact theme author.
    – If you can create groups, then activate BP plugins one by one to see which one is interfering with your group creation. If a plugin interferes with your group creation, contact plugin author.

    Hugo Ashmore
    Participant

    Sounds like a transition from 1.2.5 to 1.2.6 and custom theme pages not updated .

    `do_action( ‘bp_directory_members_actions’ )`

    Is where the buttons in question are called from now

    Do you still have “?

    This lists the changes between 1.2.5 and 1.2.6:
    `https://trac.buddypress.org/changeset?old_path=%2Ftags%2F1.2.5%2Fbp-themes%2Fbp-default%2Fmembers&old=&new_path=%2Ftags%2F1.2.6%2Fbp-themes%2Fbp-default%2Fmembers&new=3916`

    #103823
    modemlooper
    Moderator

    Do you mean a different home page when logged in or you just want activity on home page? That’s easily done by going to settings > reading in admin and then choosing activity stream as the static front page.

    #103817
    BOW
    Participant

    This has already been built (we paid for it).

    Works really well, dwenaus did a superb job on it, maybe dwenaus would like to package it into the official plugin?

Viewing 25 results - 42,701 through 42,725 (of 68,948 total)
Skip to toolbar