Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 56,151 through 56,175 (of 69,016 total)
  • Author
    Search Results
  • modemlooper
    Moderator

    Used Andy’s version and it works great.

    test it over here http://tempsg.com/buddypress

    Anointed
    Participant

    Just downloaded and installed the latest version as of today. Like the user above all I can do is report back all the errors. (I have never been able to use this chat program, any version on any of my sites without errors). I have no other issues with any other aspect of the site, just the chat system.

    wp 2.9.1.1 bp 1.2.1

    [18-Mar-2010 14:19:44] PHP Warning:  AJAXChatMySQLiQuery::AJAXChatMySQLiQuery(): Couldn't fetch mysqli in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiQuery.php on line 26
    [18-Mar-2010 14:19:45] PHP Warning: mysqli::mysqli(): (HY000/2005): Unknown MySQL server host '127.0.0.1:5139' (3) in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiDataBase.php on line 29
    [18-Mar-2010 14:19:45] PHP Warning: mysqli::select_db(): Couldn't fetch mysqli in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiDataBase.php on line 40
    [18-Mar-2010 14:19:45] PHP Warning: AJAXChatDataBaseMySQLi::select(): Couldn't fetch mysqli in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiDataBase.php on line 41
    [18-Mar-2010 14:19:45] PHP Warning: AJAXChatDataBaseMySQLi::select(): Couldn't fetch mysqli in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiDataBase.php on line 42
    [18-Mar-2010 14:19:45] PHP Warning: mysqli::query(): Couldn't fetch mysqli in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiQuery.php on line 23
    [18-Mar-2010 14:19:45] PHP Warning: AJAXChatMySQLiQuery::AJAXChatMySQLiQuery(): Couldn't fetch mysqli in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiQuery.php on line 25
    [18-Mar-2010 14:19:45] PHP Warning: AJAXChatMySQLiQuery::AJAXChatMySQLiQuery(): Couldn't fetch mysqli in /wp-content/plugins/buddypress-ajax-chat/bp-chat/chat/lib/class/AJAXChatMySQLiQuery.php on line 26

    One of the errors may provide a clue.. the one mentioning Unknown MySQL server host ‘127.0.0.1:5139

    I run my mysql off a separate port intentionally, not going to go into why i do, but other admins will understand the reasoning behind it…. for obvious reasons I changed the actual port and ip from what the error says..

    JK
    Participant

    All buddypress-specific code goes in Buddypress.php, which gets included if the “Include Buddypress Filters” option is checked.

    As far as what Andy’s specific function does or what you need to do, that’s your job :P The plugin works in WordPress, and I don’t know what specific different criteria BuddyPress introduces, nor do I have a way to test it.

    As far as how the plugin works, it’s documented pretty thoroughly both on http://www.justin-klein.com/projects/wp-fb-autoconnect and in its comments (you can ignore the adminpanel code which is obviously not *functionally* relevant…just for setting settings).

    #69082
    tridian
    Participant

    Agreed. I’m trying to hunt it down in the css so if anyone else has this solved already let me know and I’ll keep crunching away. As always, thanks to all for your help and to the BuddyPress team for such an awesome product.

    #69076
    banfi
    Participant

    or alternatively place support in for https://wordpress.org/extend/plugins/gorzeks-bbcode-plugin/

    as this supports

    /* Supported codes:

    http…

    Quote:

    Code:

    [size=n]…[/size]

    [img]http…[/img]

    [ol]

    [li]…ordered list…

    [/ol]

    [ul]

    [li]…unordered list…

    [/ul]

    */

    I would prefer that as the other bbcode pluging requires some work for lists :)

    #69073
    banfi
    Participant

    If I update the bbcode plugin with these features could I upload it to wordpress? and then you wouldn’t need to modify all the buttons?

    I’m doing it now – got strikethrough working.

    working on list’s now.

    #69071
    banfi
    Participant

    Vipers Plugin has these options….

    add_shortcode( ‘b’ , array(&$this, ‘shortcode_bold’) );

    add_shortcode( ‘i’ , array(&$this, ‘shortcode_italics’) );

    add_shortcode( ‘u’ , array(&$this, ‘shortcode_underline’) );

    add_shortcode( ‘url’ , array(&$this, ‘shortcode_url’) );

    add_shortcode( ‘img’ , array(&$this, ‘shortcode_image’) );

    add_shortcode( ‘quote’ , array(&$this, ‘shortcode_quote’) );

    I added this last night. (messy I know but it works and it was late)

    add_shortcode( 'color' , array(&$this, 'shortcode_color') );

    // bOingball - color shortcode

    function shortcode_color( $atts = array(), $content = NULL ) {

    if ( NULL === $content ) return '';

    //convert color by making the array a string

    $attribs = implode("",$atts);

    //then take the start and start it at the color start.

    $subattribs = substr ( $attribs, 1);

    return '<font color=' . $subattribs . '>' . do_shortcode($content) . '</font>';

    }

    So what do we need in there….

    Strike Through… Underline…. List… Li?… center and code.

    I could update that plugin to do the following I’m sure. – Maybe tonight or tomorrow.

    #69066
    Jens Wedin
    Participant
    #69065

    In reply to: BuddyPress Maps

    Anointed
    Participant

    created user on your test site and filled in the map information. Even after clicking save, I still see your map there from another country. (user name shawn)

    also:

    installed on my system and do not have the location button in my user profile navigation like on your site. Nor is there anywhere in the group admin to add a map.

    I must be missing something really simple here.

    #69064
    rich! @ etiviti
    Participant

    i see the point and since viper’s bbcode shortcode does not include the same set – not all the buttons would work.

    i’ll write a new set of bbcode shortcodes that will work with the buttons and update that subplugin.

    JK
    Participant

    Hmm…yeah this seems to still not work. I don’t have a BP install to debug on, so I’ll leave this one up to Andy – now that there’s a BuddyPress.php file for bp-specific filters, it’ll be easy to stick in whatever filters are needed once someone figures it out :)

    #69062
    banfi
    Participant

    BuddyPress Forums Extras – ShortCodes -> will retain the bbcode style markup when editing. You could use Viper BBCode shortcode set and then modify that to include more bbcodes rules

    I see this, but could it be possible to have the _ck_ buttons enabled on this plugin so that they are above the reply box window. – my members like having the buttons and the bbcode, not buttons + html edit.

    They only seem to be on the plugin (noshortcodes).

    Cheers

    bOing

    #69059

    I had the same issue. Just add <?php wp_footer(); ?> in your code, do not replace your actual <?php get_footer() ?>.

    Nothing changes in your footer, but the bar appears at the top.

    #69058
    r-a-y
    Keymaster

    @mihaimihai

    You might want to post this on Trac:

    https://trac.buddypress.org/newticket

    Login with the same credentials you use here on bp.org.

    #69056

    In bb-core.php -> bp_core_get_site_options()

    if ( bp_core_is_multisite() )
    $meta = $wpdb->get_results( "SELECT meta_key AS name, meta_value
    AS value FROM {$wpdb->sitemeta} WHERE meta_key IN ({$meta_keys})" );...

    buddypress doesn’t seem to be checking for the site id – so if you have multiple sites defined (on different domains) you can get incorrect results.

    Fixed this in my MU install by adding this filter

    add_filter('bp_core_get_site_options', 'bp_tweaks_bp_core_get_site_options');
    function bp_tweaks_bp_core_get_site_options($options){
    global $wpdb;
    $option_names = array_unique(array_keys($options));
    $option_values = $wpdb->get_results("
    SELECT meta_key, meta_value FROM {$wpdb->sitemeta}
    WHERE site_id={$wpdb->siteid}
    AND meta_key IN ('".join("','", $option_names)."');
    ");
    foreach($option_values as $v){
    $options[$v->meta_key] = $v->meta_value;
    }
    return $options;
    }

    #69055
    mrjarbenne
    Participant

    I’ll post the problem here too. Thanks @r-a-y for pointing me in the direction of this forum topic.

    When I try to rate forum posts using this plugin https://wordpress.org/extend/plugins/buddypress-rate-forum-posts/ I get this error message popping up across the forum post.

    <b>Warning</b>: require_once(/usr/home/litcirc/public_html/bb-config.php) [function.require-once]: failed to open stream: No such file or directory in <b>/usr/home/litcirc/public_html/wp-content/plugins/buddypress-rate-forum-posts/rate.php</b> on line <b>5</b>

    Line 5 in rate.php is “require_once ABSPATH . ‘bb-config.php’;”

    I’m out of my element here. Is the plugin looking for bb-config.php and cannot find it? according to the dashboard bbpress is configured correctly.

    Any thoughts?

    JK
    Participant

    You need to delete the buddypress filters you’ve added manually, which are resulting in double-buttons :P

    gregfielding
    Participant

    I’ve got version 1.0.8 with buddypress filters acvitated on my site if you guys want to try it. http://housingstorm.com

    …scratch that…bug…gimme 10 mins :)

    #69046
    zestylemon
    Member

    @foxly

    When you mentioned admin tags you said “For example, on a dating site that charges users to view or upload images”

    I’m interested to find out more about this / what functionality there is in BuddyPress to support payment or subscriptions. I’m looking migrate a site to BuddyPress but I need the option of giving paying members the ability to see user-contributed photos (and those that don’t pay don’t see the images or only a few of the images).

    #69045
    rich! @ etiviti
    Participant

    Problem with quoting when a forum topic is paginated.

    The reply form is only on the last page so you can only quote what page has the form at the bottom

    you’ll need to modify your template to display the reply textarea on each page (simple as removing an if statement on topic.php)

    Just a short program note… :) This plugin causes WP/MU to die when BuddyPress is disabled

    yeah i noticed this yesterday… fix in the development version (if i checked it in otherwise i have it locally for the next update)

    #69044
    r-a-y
    Keymaster
    #69043
    r-a-y
    Keymaster

    @dweanus

    Just checked out the latest update, looks like you’re using ABSPATH for bb-config.php.

    Unless I’m wrong, I don’t think that will fix the problem for external bbPress installs.

    I see you commented out the bb-config-location line, but you didn’t define global $bp.

    Also, mrjarbenne had a problem with the new version:

    https://buddypress.org/forums/topic/rate-forum-posts-plugin-error

    #69042
    mrjarbenne
    Participant

    Can you not just use the “Friends” component built right into BP. In the activity feed you can view all activity, or just that of your friends. If you want to share who your friends are you can use this widget: http://wpmu.org/new-plugin-available-buddypress-my-friends-widgets-download-here/

    #69040
    3sixty
    Participant

    etiviti,

    Just a short program note… :) This plugin causes WP/MU to die when BuddyPress is disabled:

    Fatal error: Call to undefined function bp_is_register_page() in /home/mysite/public_html/beta/wp-content/plugins/buddypress-group-forum-extras/bp-forum-extras.php on line 33

    I think there a way to add something that loads/not loads based on whether bp_is_installed… I think I saw Andy post about this recently. With the right trip wire in place, the error looks like:

    BuddyPress Like requires the BuddyPress plugin to work. Please install BuddyPress first, or deactivate BuddyPress Like.

    #69039

    In reply to: BuddyPress Maps

    Xevo
    Participant

    What do you mean by members map and friends map?

    What could be fun with a plugin like this is make a page in your buddypress and a profile field where a user can enter his/her location and then you can see where everyone is on the buddypress map. :)

Viewing 25 results - 56,151 through 56,175 (of 69,016 total)
Skip to toolbar