Search Results for 'buddypress'
-
AuthorSearch Results
-
March 18, 2010 at 9:51 pm #69096
modemlooper
ModeratorUsed Andy’s version and it works great.
test it over here http://tempsg.com/buddypress
March 18, 2010 at 9:32 pm #69088Anointed
ParticipantJust 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 26One 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..
March 18, 2010 at 9:27 pm #69084JK
ParticipantAll 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
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).
March 18, 2010 at 8:56 pm #69082In reply to: Nested Comments are not indenting
tridian
ParticipantAgreed. 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.
March 18, 2010 at 8:16 pm #69076In reply to: [New Plugin] BuddyPress Group Forum Extras
banfi
Participantor alternatively place support in for https://wordpress.org/extend/plugins/gorzeks-bbcode-plugin/
as this supports
/* Supported codes:
…
…
…
…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
March 18, 2010 at 8:04 pm #69073In reply to: [New Plugin] BuddyPress Group Forum Extras
banfi
ParticipantIf 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.
March 18, 2010 at 7:55 pm #69071In reply to: [New Plugin] BuddyPress Group Forum Extras
banfi
ParticipantVipers 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.
March 18, 2010 at 7:48 pm #69066In reply to: Customize admin bar & bp-custom.php
Jens Wedin
ParticipantMarch 18, 2010 at 7:48 pm #69065In reply to: BuddyPress Maps
Anointed
Participantcreated 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.
March 18, 2010 at 7:47 pm #69064In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participanti 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.
March 18, 2010 at 7:44 pm #69063JK
ParticipantHmm…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
March 18, 2010 at 7:44 pm #69062In reply to: [New Plugin] BuddyPress Group Forum Extras
banfi
ParticipantBuddyPress 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
March 18, 2010 at 7:40 pm #69059In reply to: Buddypress bar not showing up in top of header
9pieceluggageset
MemberI 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.
March 18, 2010 at 7:38 pm #69058In reply to: Registration link redirects to home page
r-a-y
KeymasterYou might want to post this on Trac:
https://trac.buddypress.org/newticket
Login with the same credentials you use here on bp.org.
March 18, 2010 at 7:36 pm #69056In reply to: Registration link redirects to home page
Mihai Grigori
MemberIn 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;
}March 18, 2010 at 7:33 pm #69055In reply to: new version of BuddyPress Rate Forum Posts
mrjarbenne
ParticipantI’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?
March 18, 2010 at 7:31 pm #69053JK
ParticipantYou need to delete the buddypress filters you’ve added manually, which are resulting in double-buttons
March 18, 2010 at 7:30 pm #69051gregfielding
ParticipantI’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
March 18, 2010 at 7:17 pm #69046In reply to: BP Album+ || New Features Requests and Discussion
zestylemon
MemberWhen 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).
March 18, 2010 at 7:11 pm #69045In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
ParticipantProblem 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)
March 18, 2010 at 7:11 pm #69044In reply to: Rate Forum Posts Plugin error
r-a-y
KeymasterClosing thread, please post here:
https://buddypress.org/forums/topic/new-version-of-buddypress-rate-forum-posts
March 18, 2010 at 7:10 pm #69043In reply to: new version of BuddyPress Rate Forum Posts
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
March 18, 2010 at 7:10 pm #69042In reply to: twitter-like follow user PLEASE HELP
mrjarbenne
ParticipantCan 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/
March 18, 2010 at 6:55 pm #69040In reply to: [New Plugin] BuddyPress Group Forum Extras
3sixty
Participantetiviti,
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 33I 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.March 18, 2010 at 6:45 pm #69039In reply to: BuddyPress Maps
Xevo
ParticipantWhat 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.
-
AuthorSearch Results