Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 36,426 through 36,450 (of 68,918 total)
  • Author
    Search Results
  • #120612
    Boone Gorges
    Keymaster

    There was no BuddyPress 1.3. See https://buddypress.org/2011/07/buddypress-1-5-beta-1/

    You can download earlier versions of BuddyPress at https://wordpress.org/extend/plugins/buddypress/download/

    #120611
    goldmember
    Member

    @andrewteg, thanks but no dice. I only have the bp-custom.php file in there. nothing in functions.php about it. but still no change. i viewed the groups when logged out, and when logged in and the Home tab is still the default.

    please advise. thanks.

    echoman
    Participant

    Bump
    It would be nice to get a response please.

    #120609

    In reply to: Frisco Child Theme

    angslycke
    Participant

    Wow, just discovered this theme and it looks GREAT! Definitely something I’ll be checking out once it’s in the repository. Are you releasing it for free? What about commercial projects, will you consider a paid version with support and updates so that it’s attractive as a long term solution for BuddyPress projects?

    @nicholmikey – Did you figure this out? I am having the same issue.

    #120604
    Boone Gorges
    Keymaster

    You’ll have to provide more details. Child themes work in all my tests, and in all the tests that have been run by those participating in development on Trac.

    For instance, this minimal child theme works as expected:
    `/*
    Theme Name: BP Child
    Tags: buddypress
    Template: bp-default
    */

    body {
    font-size: 30pt;
    }`

    That’s the content of wp-content/themes/style.css.

    I’m also not exactly sure what you mean by the last part, about the template pack. The plugin itself really doesn’t contain much “theme” at all. It copies templates, and loads javascript, directly from bp-default.

    #120603
    Di_Skyer
    Member

    @Manu-PB for correct result you mast add in code symbol ‘&’
    For exaple: if you edit file In the file Themes / Your_Theme / Members / members-loop.php near the begin of it:
    to this:

    if ( bp_has_members( bp_ajax_querystring( ‘members’ ).’&per_page=XX’ ) ) : ?>

    where XX – is number

    tested on my own BP – it work

    #120602
    DarrenMooney
    Participant

    Group forums are separated by groups. Group forums require users to be part of the group in order to use the forum. This method can be good if you want to restrict usage of specific forums to specific groups of people.

    Site wide forums is one centralised forum where users do not have to be part of a group in order to use it. This method is more like a regular forum.

    When installing buddypress you can enable the forum component (doing so will give you the built in function for installing bbpress in either form), and later remove it in order to use site wide forums with the /forums slug.

    Once its installed, delete the page “forums”, ensure its removed from the page trash.

    Go to Buddypress > Components, and uncheck “Discussion Forums” and click save in order to disable to buddypress (group) forum component.

    Double check that bbpress is using “forums” as the Forums base.

    Go to permalinks and save to update.

    Navigate to /forums on your site and you should be able to see the site wide forums. You will have to manually add forums to the main menu.

    Its unfortunate that BuddyPress was set up this way, I can see users wanting to have site wide forums more so than group forums, and will want them to be on the slug /forums. A better way would have been for them to use /group-forums or /user-forums for group forums, and /forums for site wide forums. Lets hope an update will rectify this.

    #120597
    Strongfist
    Member

    I just updated to it. So what you are telling me is that I should go into notepad, create these files with the proper coding and then add them to the root of my theme?

    #120594
    Flora1234
    Member

    I think we are all suffering from the change of version even the buddypress website.

    #120593
    Flora1234
    Member

    Buddypress 1.5 new patch is a nightmare. I cannot see my activity, members or groups. I feel so low. I think we might need to revert to the previous version. I cannot access even my dashboard. They changed the colour of the header to lighter blue after many people might have customised the rest of the pages to match. What they should have done is put in another section for lighter blue so that you have the choice to change it. It is very stressful after putting in a lot of work and hours. They really need to investigate Buddypress thoroughly before releasing the patch

    #120588
    Paul Wong-Gibbs
    Keymaster

    We all develop locally, so it’s nothing to do with that. WAMP is also a fairly common environment, I was just trying to discount possible problems with IIS or less common server configurations.

    It could be a memory issue. What messages do you get in your web server’s error log (for the 500)? I’m wondering if, because Template Pack appears to have crashed, the BuddyPress installer never finished properly(??).

    #120587
    Paul Wong-Gibbs
    Keymaster

    Which theme were you using? Was it BP-Default 1.5? If it was, that’s a bug.

    #120586
    Paul Wong-Gibbs
    Keymaster
    #120583
    MajinSaha
    Member

    @Paul Gibbs
    Thanks for your answer!
    1) I did complete the install Wizard ( the one consisting of 6 steps, right? ).
    2) I am on my own machine running Wamp ( Windows + AMP ). My site has a URL in a form http://localhost/wordpress in a web browser.
    As for permalinks, I’m not quite sure what you mean. When I was asked for permalinks in the install Wizard, I checked “Year and month” option: year/month/sample-post. In the permalinks section of the Settings in the Dashboard I checked “Year and month” as well.
    So what do you think? Maybe the fact I’m running BuddyPress locally causes such results?

    #120582

    In reply to: Featured images

    Erlend
    Participant

    Sorry I failed to specify. The new default theme for BuddyPress supports featured images, but I can’t get them working.

    #120580
    ericdano
    Member

    The component for activity stream wasn’t activated. It works fine now. Thanks

    #120575

    In reply to: Buddypress 1.5 bugs

    RobotFX
    Participant

    Thanks Ray, I’ve already started the modifications. Actually, I’ve switched to the default (new) Bp theme and none of the problems seem to occur; I suppose is just another day of editing the template’s file and after that it will all be fine again.
    Again, the new-default theme is working fine.
    Cheers!

    #120573
    Paul Wong-Gibbs
    Keymaster

    Also: which theme are you using?

    r-a-y
    Keymaster
    #120569
    r-a-y
    Keymaster

    Do you have access to your server’s error log? If so, can you post the errors?

    Do you have BP_ENABLE_MULTIBLOG defined?
    https://buddypress.org/community/groups/installing-buddypress/forum/topic/upgrading-buddypress-wizard-problem/

    What happens when you activate a default theme like TwentyEleven or TwentyTen and then activate BuddyPress?

    #120567
    r-a-y
    Keymaster

    Did you disable the Activity Stream component? If so, try enabling it under “BuddyPress > Components” in the WP admin area.

    #120565

    In reply to: Buddypress 1.5 bugs

    r-a-y
    Keymaster

    1) Copy over /plugins/buddypress/bp-themes/bp-default/members/single/settings/ to your theme’s directory
    3) Copy over plugins/buddypress/bp-themes/bp-default/members/single/forums/ to your theme’s directory
    4) Your theme is using an older version of the bp-default JS. You’ll probably have to merge your changes with BP 1.5’s version – /bp-themes/bp-default/_inc/global.js

    #120564

    In reply to: Featured images

    r-a-y
    Keymaster

    Definitely not related to BuddyPress.

    #120563

    In reply to: Featured images

    takuya
    Participant

    How is this related to BuddyPress? It seems, it’s supposed to be posted on wordpress.org forums.

    BTW, do we have featured image on BuddyPress? Am I missing something on 1.5 new features?

Viewing 25 results - 36,426 through 36,450 (of 68,918 total)
Skip to toolbar