Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,426 through 17,450 (of 32,678 total)
  • Author
    Search Results
  • #138089

    In reply to: Download 1.5.6

    modemlooper
    Moderator
    modemlooper
    Moderator

    Did you upgrade on your live site? Never do this. Always have a testing setup so you avoid these situations.

    Revert back to 1.5.6 https://wordpress.org/extend/plugins/buddypress/developers

    #30766
    newpress
    Participant

    I set the number of topics and replies that should be shown in a single page as 2, 5, 6 and 10. But It doesnt work that way. The rest is paginated and indicated in the page, but not navigatable. I am disappointed. Is there any work around?

    (since buddypress has some options that let users erase there content, bbpress for buddypress groups is my only hope. Yes I started a thread at bbpress.org too)

    #30757
    Gerard
    Member

    I would like to use BuddyPress as a private community/forum- not published on the internet, for registered users on a website I am setting up. That is why I logged in and went on this forum.
    I made the mistake of making my WordPress/BuddyPress username the same as the WordPress website I am setting up. Now, when the website name is put in a Google search I get two buddypress,org search results:
    buddypress.org/community/member/jerrypages/
    buddypress.org/community/member/jerrypages/groups/
    Is there anything that can be done to have the results dropped from Google search.
    Thank you for your help

    r-a-y
    Keymaster

    BuddyPress does not come with an “Add New User” admin page. You are probably referring to WordPress’ User admin page.

    I just took a look at your StackExchange thread and it appears you’re using WordPress Multisite:

    This is very important to know because you’ll need to run your script on the site that has BuddyPress installed.

    Because of using WP Multisite, you’ll also have to change your hook to ‘wpmu_signup_user_notification‘.

    The BuddyPress signup hooks I mention above only take effect on frontend registration (eg. testbp.org/register). Since you’re not using frontend registration, those hooks won’t work for you.

    Is there any reason why you need multisite?

    That will probably give you enough to go on.

    #138060

    In reply to: Tagging Members

    r-a-y
    Keymaster

    Like Juan mentioned, XProfile already autolinks various profile fields.
    eg. http://testbp.org/members/johnjamesjacoby/profile/

    Check out the links in the profile page. They will automatically redirect to the members directory with the search term.

    It might not fit your spec exactly, but maybe it can give you some pointers.

    The BP Profile Search plugin also enhances the xprofile search a bit as well.

    I have some screen shots over here –> http://wordpress.stackexchange.com/questions/59649/how-to-hook-into-add-new-member-in-buddypress/59937#59937

    They might help trigger something you have done or seen in your BP implementation process…

    Thanks !!!

    #138054
    juanmaguerrero
    Participant
    #138051
    gswaim
    Participant

    I am building a fresh BuddyPress site and am still at the testing phase. I have the luxury of blowing it out and starting all over. I have tried probably 20+ combinations of BuddyPress 1.5.6, BuddyPress 1.6 RC-1, “BuddyPress Ready” themes, standard themes + template pack, bbPress lite set up via BP install as group forums, bbPress 2.1 set up as sitewide forums during the BuddyPress install, and bbPress 2.1 set up as BP group forums but not through the BP setup.. Whew… This makes my head hurt :)

    My current, and I hope final combination:

    WordPress 3.4.1
    BuddyPress 1.6 RC-1
    Genesis Framework + BuddyPress Theme Pack *
    bbPress 2.1 Installed after the BuddyPress Install and set up to support BP group forums

    *(I tried their GenesisConnect plugin, but get closer to right by using the BuddyPress Theme Pack

    All is well except I need the group forums to go full width (no sidebar). If I could tweak some code and make the sidebar for group forums go away I would be a happy camper.

    Thanks in advance for any help on this!

    Link to Site: http://184.175.77.145/~digitall/wp4

    Mainly to help anyone that looks here and tries to take away that `bp_core_signup_user` is the solution…well, it isn’t.

    In my plugin I simply replaced:
    `add_action(‘user_register’, ‘rebuildAuthUsers’); // rebuild the authorized user list anytime a new user is created through WordPress`

    with:
    `add_action(‘bp_core_signup_user’, ‘rebuildAuthUsers’); // rebuild the authorized user list anytime a new user is created through BuddyPress`

    It did not intercept the registration process and launch my function.

    Still digging…

    #138042

    Can’t be done (http://wordpress.stackexchange.com/questions/59656/how-to-make-a-discussion-group-sticky-in-buddypress).

    Have posted this as a Trac entrancement request. Hopefully it will get attention there…

    Awesome @aces…I think we are getting closer…Do you know where I insert <img src="http://my.BuddyPress_site.com/wp-content/themes/my-theme/images/mystery-man.jpg" /> ?

    Do I place it all by itself in my functions.php file? If I do (being a PHP coder) I know a stray html tag will show that image on every page. I need to somehow wrap it around a do_action() or and add-action() or an add-filter() or an add_filters() — I believe, as I learn more about hooking in WordPress/BuddyPress.

    Thanks for guiding me on what to most out there is such a simple replacement to the out-of-the-box Mystery Man image graphic.

    neocreo
    Member

    I am a new user of buddypress, and really loving it.
    I am building a social network for a client using latest stable versions of wordpress, buddypress and bbpress and of course on a linux server.
    I have built a custom child-theme that I based on bp-default.
    BBPress run as a separate entity, so no group forums.
    Is that enough background? I hope so. Anyway, to my problem:
    I am hammering out bugs at the moment and noticed that the member profile page for forums does not display any replies for the user – it just comes up blank. Started threads, favourites and subscribed threads show up just fine, but the replies submenu is just empty. I have tried running debug, and even switching themes, but that tab is suspiciously empty and throws no php-error.
    whether it is threads that I reply to or replies I have received – I have tried with all kinds of posts and replies to other posts.

    the code run I have tracked to the filewp-content/themes/themedir/members/forums.php
    `<?php

    if ( bp_is_current_action( ‘favorites’ ) ) :
    locate_template( array( ‘members/single/forums/topics.php’ ), true );

    else :
    do_action( ‘bp_before_member_forums_content’ ); ?>

    `
    I have compared the forums-loop.php file with that of bp-default, but they are the same.

    Could someone shed a light on this? I am stumped.

    EDIT: looks like it doesn’t use those files at all but instead uses plugins.php instead of the forums files.

    #30742

    Topic: How safe?

    in forum Miscellaneous
    newpress
    Participant

    I am a very conventional idiot. I seriously doubt I will ever be in a position to afford a custom code.

    What are the perils of choosing open source scripts for main projects?

    How long these projects like wordpress will be in good shape with continuous updates?

    I heard Automattic is profitable. But what if the leading developers loose interest and leave?
    (Tumblr has overtaken WordPress for having more blogs on the web)

    How safe will we be then?

    Is it wise to choose such a plug in like buddypress for a bread and butter project?

    For the second question, you can use the custom menus:
    https://codex.wordpress.org/Appearance_Menus_Screen

    alc7258
    Participant

    so I have a clean install of wordpress with multi site enabled. when I network activated buddypress this white gap which I would say is around an inch keeps appearing on my dashboard between the wordpress bar like you see at the top and the rest of the dashboard content below like the sidebar and wordpress news. so does anyone know what can be causing this?

    #138023
    shanebp
    Moderator

    You’re trying to do this in a file in theme/members… ?

    Try this:
    `
    if ( bp_displayed_user_id() == 28 ) {
    ?>

    Content only to display on member/user ID 28’s profile page.

    <?php
    }
    `

    btw
    -bp_is_user_profile() does not accept variables, it just checks to see if the viewer is on a profile page and returns a boolean.
    – add_action doesn’t work like that – read https://codex.wordpress.org/Function_Reference/add_action

    What about by changing your WP site to the multisite and activate BuddyPress on a sub site? In order to not appear as a separate site, you can set it as a sub directory rather than a subdomain.

    WP Multisite:
    https://codex.wordpress.org/Create_A_Network

    Changing BP Internal Configuration Settings:
    https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/, especially on the “Set the which blog ID BuddyPress will run on:”

    q5sys
    Member

    I’ve spent about an hour now googling and reading on the buddypress site, and scouring other sites online for information about this, but i havent found anything that quite addresses my issue. I am certain this has had to be asked before, so if thats the case, can someone point me into the right direction?

    I already have an established wordpress site which I have been using for releasing news information about a sport. I also have a phpbb3 forum that is on site but obviously is not synced with wordpress. It exists on a subdir on the domain.
    Right now I have a menu item that brings up a page on wordpress with forum registration info and then forwards you to the site.com/forums/index.php

    Ive been watching buddypress for a while, and I want to try it out and completely replace my existing forum. bbpress can handle the forum stuff within buddypress, and all the social networking bits of buddypress can take things to the next level.

    My problem is when I install buddypress it pretty much takes over the entire site. (or at least I havent figured out how to not make it do so).
    Id like to have my site exist as normal, and then be able to have a menu item that when clicked opens a page (or whatever else) and buddypress and all its menus can then exist within that…

    So in a sense the buddypress install becomes a feature of the wordpress news site and not the entire site. Is this possible, and if so is there any documentation on it?

    #138008
    @mercime
    Participant

    I would suggest posting at WP support forums https://wordpress.org/support/plugin/buddypress-activity-plus

    #138004
    @mercime
    Participant

    @beggers best place to ask is at the WordPress.org forums and to search plugins there. There was a plugin that “bridged” the two (WP/phpBB) way back.

    Right now I see the following
    https://wordpress.org/extend/plugins/phpbb-single-sign-on/
    https://wordpress.org/extend/plugins/phpbb-recent-topics/
    https://wordpress.org/extend/plugins/tags/phpbb

    #137998
    @mercime
    Participant

    @12sp This is an issue you should bring to your theme developer’s forums. As far as I know, if you’re using Suffusion theme with BuddyPress, you also need to install a plugin https://wordpress.org/extend/plugins/suffusion-buddypress-pack/

    DaveE
    Member

    We have several instances of a BuddyPress site (LIVE, DEV & LOCAL). The DEV & LOCAL sites are exact duplicates of the LIVE site from about a week ago. (We occasionally sync the LIVE site to our DEV & LOCAL sites to make development & testing easier.)

    Currently, LIVE is running WordPress v3.3.2 and BuddyPress v1.5.6. We performed auto-updates on DEV & LOCAL after the sync we performed last week; so DEV & LOCAL are running WordPress 3.4.1 while LIVE is still running 3.3.2.

    Anyway, we’re having trouble with our DEV site “forgetting” that the forums component is installed/activated. Every 12 hours or so, visiting the forums section of the DEV site (any group’s ~/forum/* address) returns a WordPress 404, Page Not Found. To reactivate the forums, all we have to do is login to WP Admin, and visit the BuddyPress -> Forums settings page. Just viewing the forum settings page fixes whatever issue is causing the 404; no re-saving or updating of the settings is necessary.

    I’ve verified that the following rewrite settings are correct and the same between the three sites:
    `$wp_rewrite->wp_rewrite_rules()`
    `$wp_rewrite->permalink_structure`
    `$wp_rewrite->get_page_permastruct()`
    `$wp->matched_rule`
    `$wp->request`

    But, when we get to the actual query (`$wp_the_query`) the `query_vars` are correctly asking for a `pagename` of `forum`, but the query var `is_page` is FALSE, `is_404` is TRUE and there is no `queried_object` returned.

    I’m stumped. I’m sure that somewhere there is a filter or option that is getting dropped somehow, but I have no idea where it might be. This issues does not affect LIVE or LOCAL, only DEV so we’ve ruled out a difference in the version of WordPress.

    Any ideas, or even a bit of a walk through for how the forums are activated would be much appreciated.

    Thanks!

Viewing 25 results - 17,426 through 17,450 (of 32,678 total)
Skip to toolbar