Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 33,826 through 33,850 (of 69,119 total)
  • Author
    Search Results
  • @mercime
    Participant

    Customizations in one theme will not work in another theme, whether it be a WordPress theme or a BuddyPress one. It’s not chaos, it’s just a part of reality that anyone who has installed a basic WP site without BP would know.

    If you’re going to develop a community with BP, you’d have to learn how to cope with the changes in code. Not to put you off BP or anything, but have you tried https://wordpress.org/extend/plugins/wp-symposium/ ?

    I thought that this was likely the answer:
    http://www.studiopress.com/plugins/genesis-connect

    Special plugin from StudioPress ($50) to run with BuddyPress if you’re running the Genesis Framework.

    Still have the same problem.
    Have posted prob to StudioPress forum and they are currently responding.

    #127939
    @mercime
    Participant

    What’s in your .htaccess file? Please post here.

    Hi Mercime.

    Genesis is the theme I’ve had running for six months since I first launched kairoscanada.org.
    I’ll check in at StudioPress (who make Genesis) re. problems installing BuddyPress.
    They’ve been good in providing support.
    Will let forum know if they have any answers.

    Thanks for the tips.

    NIk

    #127934

    In reply to: Permalink Problem?

    geogruven
    Member

    Thanks for your help Paul and Brian… here’s my htaccess:

    #


    # Server root folder www .htaccess
    # This file provides server security limiting access to the localhost only.
    # Comment next four lines to deactivate. (Allows external access)
    #



    #Order Deny,Allow
    #Deny from all
    #Allow from 127.0.0.1
    #Allow from ::1

    #


    # To allow execution of cgi scripts in this directory uncomment next two lines.
    #



    AddHandler cgi-script .pl .cgi
    Options +ExecCGI +FollowSymLinks

    #


    # Activate this section to use the Private Server Feature!
    # Defaults: Username – root; Password – root
    # Note AuthUserFile: File path is relative to server root
    # To lock server, uncomment the next 4 lines. (A name and password is required)
    #



    #AuthName “Uniform Server – Server Access”
    #AuthType Basic
    #AuthUserFile ../../../htpasswd/www/.htpasswd
    #Require valid-user

    # BEGIN WordPress

    # END WordPress

    Wordpress is 3.3.1, BuddyPress is 1.5.3.1 and Dynamic Widgets is 1.4.2 which is out of date (latest is 1.5) however the list of fixes doesn’t include anything that seems to be related to this problem.

    TIA,
    George

    #127933

    In reply to: Conditional Avatars

    InHouse
    Member

    @r-a-y thanks for the advice. This works but unfortunately the image size is still in place. I now have a 1 pixel x 1 pixel image stretched to 650px by 250px when a user doesn’t upload an avtar. This is still further than I was but not a very elegant solution.

    Seems like there should be a way to write it so the avatar is only displayed if there was one uploaded. If not, nothing is displayed just like the extended profile field data “if bp_field_has_data”. Again, thanks for the help!

    Minh Tran
    Participant

    I have the same problem, that is the member registered and the display name (Full name) is overwritten by username. And also I cannot change it using edit profiles (I typed the new one but it is still overwritten. @r-a-y do you have any other solution? and for edit profile?

    #127929
    ewhisper
    Member

    Wordpress is installed at the root domain.
    I went through the upgrade process.
    It’s a multi-site install.

    It’s not the default theme; although the default theme has the same problems.

    The /membership-information/ URLs are all pages.

    I’ve tried changing the members page, slug, resaving permalinks, and so far nothing has worked. This only affects the members page. The activity, forums, and other buddypress features don’t show content on inappropriate pages.

    The URLs load fine; but the content is always the buddypress membership information.

    #127928
    username_
    Member

    Hey @r-a-y , Thanks! I’ll look into that. Very helpful info!

    I had a quick question…
    I am on the newest upgrade of buddypress and like I mentioned above, I am trying to customize the registration page to have more like a 123 step process. In that I am trying to bring back the avatar upload on the third step. I got some code to get the user to select an avatar and then crop it correctly ( im using the code from the profile avatar page) . But I can not seem to bind the newly uploaded avatar to the user. Once I log in with the newly registered user he does not have the new avatar. Do I need to log the user in or something in order for this to work properly? But if I log him in it redirects me away from the register page, which makes sense but not what I want.

    Thanks again.

    Aaron

    #127927
    dnxpert
    Member

    @r-a-y thanks very much!

    #127926

    In reply to: Conditional Avatars

    r-a-y
    Keymaster

    Since you’re using:
    `add_filter( ‘bp_core_fetch_avatar_no_grav’, ‘__return_true’ );`

    You can also define your mystery man image with:
    http://pastebin.com/AST92STz

    For LINKTOYOURIMAGE.gif, try making it a transparent GIF. That’s probably the best you can do at the moment.

    Also, a ticket was just brought up to add CSS classes to avatars:
    https://buddypress.trac.wordpress.org/ticket/3922

    Keep an eye on that one.

    #127925
    r-a-y
    Keymaster

    If you’re having trouble with autocomplete even with the friends component enabled, then there’s something wrong. I’m guessing you’re not using the bp-default theme?

    Regarding the old snippet I posted, you don’t need that any more to get autocomplete working without the friends component.

    Just add the following to your theme’s functions.php or /wp-content/plugins/bp-custom.php:

    `define( ‘BP_MESSAGES_AUTOCOMPLETE_ALL’, true );`

    #127924
    Paul Wong-Gibbs
    Keymaster

    > I have a site that has an entire section where the URLs are /membership-information/

    I had a quick go at recreating, but couldn’t. What type of content is membership-information, and the URLs underneath? Are they all pages?

    r-a-y
    Keymaster
    #127922
    r-a-y
    Keymaster

    It’s doable, @dnxpert and @djpaul.

    When there’s an oEmbed item in the activity stream, there’s usually some accompanying meta saved in the activity meta table.

    You’ll want to hook into the filters available in BP_Activity_Activity::get() (located in /bp-activitiy/bp-activity-classes.php)

    Specifically, you’ll want to do a LEFT JOIN with the activity meta table (wp_bp_activity_meta) and do a search for “meta_key” that beings with “_oembed_”.

    If I can get myself around to it, it will be in my oft-delayed oEmbed plugin update.

    #127921
    r-a-y
    Keymaster

    Also check out /plugins/buddypress/bp-members/bp-members-signup.php.

    That’s where most of the refactored code is.

    #127917
    @mercime
    Participant

    @davidveldt updating DB info in bb-config.php along with wp-config.php is definitely something to remember when you migrate site from localhost.

    @kingary – do you mean you also migrated from localhost and/or that you can’t get Group Forums going?

    #127912
    kingary
    Member

    I’m having the same problem with a brand new install. All my config settings are correct, and I’ve activated forums.

    I’m thinking about using it for instructional purposes, but until I can get the forums working, it’s relatively useless for that.

    #127911
    David Veldt
    Participant

    Okay well its the darndest thing…

    I created a brand new group (the first I’ve created since updating bb-config.php) and successfully posted a topic. Everything appears to be working fine!

    Osha, all of the above is my way of saying – check your bb-config.php file, located in your root folder. Make sure you have the correct `BBDB_NAME`, `BBDB_USER`, `BBDB_PASSWORD` and `BBDB_HOST` filled in. At least that’s where the solution was for me.

    #127910
    David Veldt
    Participant

    Okay, I solved half of the equation. I checked bb-config.php and realized I had never updated my database name, username, password or MySQL hostname, like I did for wp-config.php (funny, nobody ever mentioned that file for every migration tutorial I’ve seen).

    I also made sure that the line `$bb->uri = ‘http://www.yoursite.com/wp-content/plugins/buddypress/bp-forums/bbpress/’;` was correct.

    Doing these, I can now post topics to groups that were existing before. I still can’t post to a brand new group. I still receive the “This group does not have a forum setup yet” error.

    #127908

    In reply to: Layout Issues

    rkwendling
    Member

    Hi,

    I am currently using the striking theme with all updates and wp current etc. It seems that when i was replacing some of the buddypress template files (the ones that bp 3 step was referring for me to change) with the ‘page.php’ code, then replacing the page.php content with the buddypress templates content, some of the pages work and others don’t. i have currently reverted the .php files back to the regular buddypress template coding so that the buddypress plugins will work.

    When i change all the required files to match the content from buddypress templates within my striking theme’s page,php content, some of the pages, for example the create group, just shows up blank – but within my template lol – just blank. It’s like the plugin pages don’t like me replacing the code. please help
    website is: http://www.naturallyyouskincare.com
    look under social media for the buddypress content.

    #127907
    David Veldt
    Participant

    I’m having this same problem and I have disabled all plugins and reverted to the bp-default theme – no luck. I also can’t find a solution to this anywhere.

    Everything works fine on my localhost version, but things went haywire when I transferred the site and my database to the server. All my bugs up until now have been database-related, and considering my admin panel no longer had Forums for Groups activated at first (even though it was prior to transfer, and all my other settings were saved just fine), I think this might be as well.

    Also, I only receive the “This group does not have a forum” error when I try to post a new topic to a new group I create, post-migration. If I try to post a new topic to an existing group, that I previously set up while on my localhost, I receive the error “There was an error when creating the topic.”

    @mercime
    Participant

    Deactivate the genesis plugins, change theme to Twenty Eleven, then activate BuddyPress, and change theme to bp-default theme. And if everything’s working well, activate your new theme (genesis i presume) and the other genesis plugins.

    #127905
    ceeeeg
    Participant

    I did install into the root, not the folder members.

    I did go through the install process.

    I did not change the page slug for members.

    Yes I am using the default buddypress theme.

    #127904
    @mercime
    Participant

    Just to clarify, where did you install WordPress, at domain root http://yoursite.com/ or elsewhere?
    If you did not install in root, did you install in subdirectory named members?
    Did you go through the installation process?
    Did you change the page slug for members?
    Are you using the bp-default theme?

Viewing 25 results - 33,826 through 33,850 (of 69,119 total)
Skip to toolbar