Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,576 through 57,600 (of 69,016 total)
  • Author
    Search Results
  • #65195
    modemlooper
    Moderator

    Yup its there

    http://tempsg.com/buddypress/wp-content/plugins/tweetstream/js/tweetstream.js

    it may be a file location problem because I have test site in a sub folder and the T icon is not showing because its coded to use the base url

    these need a location set that allows sub folders. I added it hard coded and it works now

    echo'<link rel=”stylesheet” href=”/buddypress/wp-content/plugins/tweetstream/css/style.css” type=”text/css” media=”screen” />’;

    echo'<script type=”text/javascript” src=”/buddypress/wp-content/plugins/tweetstream/js/tweetstream.js”></script>’;

    Forum posting still does not work

    #65193
    Mike Pratt
    Participant

    @finni3 Until Andy trumps all of our work and goes deep core, Boone’s & D Cartwright’s excellent merged plugin will fit your needs https://wordpress.org/extend/plugins/buddypress-group-activity-stream-subscription/

    #65192
    dwdutch
    Participant

    well, I admit that I’m new at both WP & BP so, i upgraded without first deactivating scripts. (in my defense, however, i did go tothe upgrades page but there were no instructions on how to go from 1.2 -> 1.2.1 and i assumed a minor upgrade might have only limited/isolated changes — ok, i was lazy. fortunately, i was on my practice site.

    right off the bat, i see that one of my plugins in the practice area is broken (“Group Documents”) . As buddypress tries to restart, the error reported is “Call to undefined function is_site_admin()”. obviously, this worked before the upgrade so, i’m wondering…

    1) has this function been deprecated and, if so, is there a replacement function?

    2) where do i find what changes were included in 1.2.1?

    #65180

    In reply to: Like it? Vote it!

    D Cartwright
    Participant

    Voted :)

    People should feel free to do the same with buddypress extensions :p

    #65170
    PJ
    Participant

    I learned from Andy that it’s helpful to:

    1. Deactivate the buddypress plugin.

    2. Backup your content (I didn’t need to, but better safe than sorry)

    3. Purge the buddypress folder and its contents from the plugins folder.

    4. Download the latest version. Upload the “buddypress” folder back into the plugins folder

    5. Activate the plugin. Done.

    It may seem like an extra step, but I’ve found it was most effective.

    #65169

    In reply to: fatal error on line 34

    Andy Peatling
    Keymaster

    This is caused when you have BuddyPress turned off. Make sure it is activated, it’s also as a result of the plugin not doing this:

    https://buddypress.org/forums/topic/plugin-devs-please-read

    #65167
    edelwater
    Participant

    did you actually ran ALTER TABLE users ADD lastactivity INTEGER DEFAULT 0; to add an extra field to the users table?

    #65165
    paulhastings0
    Participant

    @Andy Peatling: I assume you’re talking about the codex page here. Now what if I’ve made some custom hacks to the core installation of BP 1.1.3 but now I want to install BP 1.2.1 fresh?

    Will following the update instructions on the codex page truly give me a “pure” install of BP 1.2 (i.e. erasing all my custom BP 1.1.3 hacks)? Or is the real solution in deleting the BP 1.1.3 plugin from the plugins folder and installing BP 1.2.1 through the “Install New” option?

    -Paul

    #65162
    edelwater
    Participant

    just an update on bowob: it did work completely after I deinstalled the achievement plugin ……

    It is $40 for 150.000 loads / meaning: ad free which was my primary motive to move to a more cost effective solution. If you do have that many pageloads a day then its a good and fast solution imho (no ties at all to this product or the creator)

    #65154
    Jean-Pierre Michaud
    Participant

    now the french translation works well, no more bug with it… *(thanks Chouf1)

    #65152
    Boone Gorges
    Keymaster

    Hi everyone. I think this is an issue with the JS in the new bp-default theme. I’ll have a look at it in the next week or so and post an update to the plugin.

    #65151
    modemlooper
    Moderator

    No, it doesn’t send the tweet to twitter from a forum post. Let me test on another install as this one is a child theme and the test site is not.

    Ok tested on test install now its not working at all on WP single 2.9.2 BP 1.2.1

    I have test site in a folder though not sure if thats messing it up or not. On other site I have not upgraded BP still at 1.2

    http://tempsg.com/buddypress/

    #65150
    Anton
    Participant

    Found a bug on 0.3.1. Running single wp and when viewing a profile/links it shows all the links on the members profile on the site. Not just the links that specific user has created.

    #65145
    5808125
    Inactive
    <br />
    /* Inherit the default theme styles */<br />
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );</p>
    <p>/* Inherit the default theme adminbar styles */<br />
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );</p>
    <p>#sidebar {<br />
    width: 310px;<br />
    }<br />

    Made child and activated it – all looks good except the sidebar has not extended itself to the left.

    #65143
    schwooba
    Participant

    Did anyone get this to work? I get an error “Please enter some content to post.” Using WPMU 2.9.1 and BP1.2 final.

    #65142
    Leia Scofield
    Participant

    Thanks Andy. Enjoy this lovely ticket.

    #65134
    modemlooper
    Moderator

    If you want to change the default css you need to create a child theme and add the css code there to over ride the default. Otherwise each time BP updates you will loose your changes.

    https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    #sidebar {

    width: 310px;

    }

    #65133

    A few other actions were added in 1.2 to help plugin authors hook into the correct places within BuddyPress.

    bp_setup_globals
    bp_setup_nav
    bp_setup_root_components
    bp_setup_widgets

    The intent of those hooks for plugin authors, is to not load your code before BuddyPress does, potentially putting your navigation menus or global component setups out of alignment with BuddyPress. Typical WordPress priority rules apply, so it is still possible to bump your plugin ahead of BuddyPress if you need to.

    #65124
    Andy Peatling
    Keymaster

    @Boone Gorges if you want to be backwards compatible then you could also check for if ( is_defined( ‘BP_VERSION’ ) )

    The bp_init action is new in 1.2 and will fire once all of BuddyPress is loaded. It’s called in bp-loader.php if you want to check it out.

    Andy Peatling
    Keymaster

    Deactivate BuddyPress and perhaps try manually clearing your user blogs table. Then reactivate.

    #65109
    Andrea Rennick
    Participant

    You have to adapt the theme to work with BP. And last I looked at the theme, it was a nightmare to work with.

    (tables? really?)

    #65107
    Craig
    Participant

    OK! That helps. Thanks Andrea. I’ll give it another shot.

    #65105
    Andrea Rennick
    Participant

    Are you using a BuddyPress theme?

    #65104

    In reply to: Request: Badge Maker

    gregfielding
    Participant

    Gotcha…except I’m seeing “userbar” referring to different things as well.

    https://buddypress.org/forums/topic/horizontal-userbar

    Whatever it’s called, it seems like a critical piece to creating a self-perpetuating network. Anything we can do to make it easier for members to promote the network helps.

    WPMU Dev Premium has an affiliate plugin that creates member-specific code tied to images.

    http://premium.wpmudev.org/project/wordpress-mu-affiliate

    A basic badge that links back to the member’s profile should be much simpler. To me, this should be a core function…

    #65103
    Paul Wong-Gibbs
    Keymaster

    Did you set permalinks as per the message after installing BuddyPress?

Viewing 25 results - 57,576 through 57,600 (of 69,016 total)
Skip to toolbar