Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 26,851 through 26,875 (of 69,106 total)
  • Author
    Search Results
  • #142791
    @mercime
    Participant

    It works for all we’ve helped out with template pack, some with minor tweaks. Need to see. Site URL? Or just need to clear cache.

    #142790
    Wizza
    Participant

    I can’t work out what to do with the stylesheet. I’ve added the extra bits to style.css in sports mag theme and twenty ten theme and its still the same and messy…

    #142789
    @mercime
    Participant

    Try re-uploading the BuddyPress folder, this time manually via FTP/cpanel/etc

    WP adminbar missing from front end or wp-admin?

    == Am I missing something with Buddypress on Multisite install? ==
    Is BP set up for main site or subsite? If subsite, did you define in which blog_id BP will run in?

    ( ‘BP_ENABLE_MULTIBLOG’, true ); is used only if you want to access the BP components from the other subsites. Also enable_multiblog requires that you activate BP-compatible themes in subsite/s you want it to work.

    #142787
    @mercime
    Participant

    @wizza to make it full width, you just have to change the lower bottom of the files to
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `
    for the registration page and remove the ` … ` for all other templates.

    If that doesn’t work, add another `` just before “

    #142786
    Wizza
    Participant

    It has worked.. wish it could be full width but it’ll do.

    Thank you

    #142785
    Ryan Strandt
    Participant

    I have this same problem.

    I am trying to run buddypress on a site within Multisite. I have define ( ‘BP_ENABLE_MULTIBLOG’, true ); in my bp-custom file and was able to start the Installation setup but, I get to the theme chooser section and the site hangs.

    The page seems to not finish loading. The wp bar is also missing (which is loaded in the footer of the admin pages) which makes me think the page is not loaded completely.

    Is there a way around this? Am I missing something with Buddypress on Multisite install?

    #142784
    trailmix5
    Participant

    Thanks @mercime, but unfortunately I’ve tried all of those things and have googled it numerous times. I’ve been at this for a couple days…ha. I have everything synching to WP in DAP, but one small thing is going wrong…I just can’t figure it out. Anyway, I appreciate your help. If anyone has any knowledge about this specific problem please let me know. Thanks for all of the replies!

    #142783
    @mercime
    Participant

    @trailmix5 per online search, digitalaccesspass with BuddyPress https://www.google.com/search?q=digitalaccesspass+buddypress

    #142781
    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/sportsmag/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    #142780
    @mercime
    Participant

    @wizza Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your sportsmag theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with
    `

    `

    Then, in each of 16 files, you’d like to make sure that the BP Templates’ page title’s header which have`

    .// title

    ` are changed to `

    // Titles Of Respective BP Page Templates //

    ` and move to just above `

    ` Watch out when you do this in the /activity/index.php page.

    Save files.

    #142779
    trailmix5
    Participant

    @mercime,

    Thanks for the reply. Yes, I went through the process and all 6 folders were transferred to my theme’s folder. And oddly enough, all links work when I’m using my admin account. I’m able to edit my profile, change the avatar, etc. I can even see all the members in the activity panel, but when I click on their profile’s, the page is not found. Basically, members seem to be added to BP because they are allowed to post in the groups and forums and everyone is visible by username. The problem is that no profile page (except for admin) works…totally strange.

    I’m testing BP on an active site (I know that this is not recommended), but I’m using digitalaccesspass and an integrated theme so it’s easier for me to troubleshoot with my plugs. So, there are no BP links setup in my menu at the time because I’m beta testing it out. If you go to http://www.mymusicmasterclass.com/members, http://www.mymusicmasterclass.com/groups, http://www.mymusicmasterclass.com/forums, etc. you’ll see what I’m talking about.

    To make it more confusing, if I register a user with WP (bypassing DAP) it works even as a subscriber. So, there must be something going on when DAP syncs to WP. The thing is that it looks fine either way, so I’m not sure what I’m missing. When a user registers thorough DAP they’re automatically added to WP too and I can’t find a difference when comparing the 2. In both instances, the info looks identical. Am I missing something obvious here?

    Thanks…

    #142777
    @mercime
    Participant

    @illutic haven’t encountered the permissions issue in WP 3.4.2 multisite with BP 1.6.1 installs – with BP installed in main site or where BP is installed in subsite (and defined in wp-config.php). What do you mean by “Oh and it’s a subsite of a second network in that installation and I did add the multisite define to wp-config.php.” Did you install the WP MultiNetwork plugin on top of the Multisite installation and added BP MultiNetwork plugin?

    Re Forums: to clarify between group and sitewide forums as well as activation steps https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    #142773
    mgkoller
    Participant

    Thanks @r-a-y
    https://buddypress.trac.wordpress.org/ticket/4573
    Let me know if I need to clear anything up.

    #142766
    Mqlte
    Participant

    Thank you for your reply but a larger image doesn’t solve the problem. The final image has a worse quality than the preview image. I reported this on trac.buddypress.org.

    Example: http://i47.tinypic.com/mavym8.jpg

    (The original image size is 1680×1050)

    Rgds

    #142765
    9087877
    Inactive

    You can download BP Activity Plus plugin here:
    https://wordpress.org/extend/plugins/buddypress-activity-plus/
    It allows easy sharing of photos, youtube videos, and links!

    #142763
    Hiranthi
    Participant

    Oh and if this has been covered in the forums multiple times: search isn’t working for me (I get redirected to the homepage with just ?s added to the URL, adding it manually to the URL results in a search results page with titles only and a search form as the content of every result).

    #142762
    Paul Wong-Gibbs
    Keymaster

    This problem was caused by a change made by Gravatar. We have a bug ticket tracking the issue at https://buddypress.trac.wordpress.org/ticket/4571

    #142761
    modemlooper
    Moderator

    bbPress can be network activated so each subsite can create forums but I’m not sure if the site wide forums option in BuddyPress can be network activated.

    #142758
    SFMichael
    Participant

    Thanks for your reply, As far as this project goes yes, multisite is essential.

    Oh, I assumed buddypress worked across them all as it is network activated. I also thought bbpress worked with buddypress therefore also worked across the network.

    #142757
    modemlooper
    Moderator

    BuddyPress only works on one site in a WPMU install. bbPress might be more flexible with multi-site but I’m not sure. There is a plugin that will allow each site to have its own BuddyPress install but I think that would be problematic to maintain.

    Do you really need multi-site?

    #142755
    Paul Wong-Gibbs
    Keymaster

    Sorry. Gravatar is a service that lets you upload a picture, and it’s used as your avatar across many websites. BuddyPress lets users upload their own picture, of course, but we use Gravatar as a fallback (if you don’t have a gravatar, then we use the uploaded picture).

    Automattic (automattic.com) is the company who owns and runs Gravatar.

    Hugo Ashmore
    Participant

    You’ll need to do something like identify the field in question i.e a check to see if that field is being displayed in the edit loop and then wrap it in a user capability check for admin only, but you’ll need a little php knowledge to do this.

    #142751
    Raetona
    Participant

    Thank you @mercime !!! You are really great! ^_^

    @mercime
    Participant

    == I want to all member only active in one (main) forum. ==

    Then deactivate the Group Forums. Go to dashboard Settings > BuddyPress > Components and uncheck Discussion Forums. https://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-components

    @mercime
    Participant

    1. Sure. If you want the complaints to be private, just set up a contact form. If you want complaints to be public or semi-private set up Group and/or Sitewide forums.

    2. You need the Domain Mapping plugin. Then you need either:
    https://wordpress.org/extend/plugins/bp-multi-network/ OR
    http://buddydev.com/buddypress/introducing-buddypress-multi-network-plugin-create-multiple-separate-social-networks-on-a-single-buddypress-install/
    You’d have to ask plugin devs whether either or both are compatible with Domain Mapping plugin though I haven’t heard issues with either so far.

    3. In either multinetwork plugins above, there are ways and means to do what you need – some coding required.

    4. Yes, using either of the multinetwork plugin above, you do keep those components separate.

    5. Yes, I posted both in #2

    6. No, the networks do not have to use the same theme at all.

    7. No limit to number of networks. One can only be limited by server and coding skills.

Viewing 25 results - 26,851 through 26,875 (of 69,106 total)
Skip to toolbar