Search Results for 'buddypress'
-
AuthorSearch Results
-
November 10, 2009 at 6:26 pm #56384
In reply to: BuddyPress Privacy Component: An Update
egturbo
Participantthanks for your work. yeah for progress.
November 10, 2009 at 5:30 pm #56379In reply to: Comment authors are not linked to their profile
Lriggle
ParticipantTo get my blog comments to link to their Buddypress Member profiles, I had to create a custom comment function (explained here: https://codex.wordpress.org/Template_Tags/wp_list_comments ) and then create a link around the avatar. In the link I used
<?php echo bp_core_get_userlink( $comment->user_id, false, true ) ?>as the href value.November 10, 2009 at 5:27 pm #56378In reply to: 500 Error when Activating
chrisk2020
ParticipantSorry, still trying to figure this out:
Don’t know if I’m barking up the wrong tree with the cookies, but I’ve noticed something:
Without buddypress activated on (successful) log in to the admin I get 6 cookies:
wp-settings-time-1 (domain = mydomain)
wp-settings (domain = mydomain)
wordpress_logged_in_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_test_cookie (domain = .mydomain) NOTE THE DOT
Activate buddypress plugin = 500 error
Clear cookies wpmu site comes back
Log in to wp-admin and get 500 error, but now the cookies are only:
wordpress_logged_in_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_test_cookie (domain = .mydomain) NOTE THE DOT
the two settings cookies without the dot before the domain are missing.
Could this be causing/ or symptomatic of some kind of path problem?
November 10, 2009 at 5:23 pm #56377In reply to: Buddypress on all but Root Blog
Scotm
ParticipantAndy et al
It appears this issue has been resolved here: https://buddypress.org/forums/topic/can-i-run-non-bp-theme-on-tld-and-bp-theme-on-subdomain-all-on-same-wpmu-install
The code must be dropped at or near the top of your wp-config file.
Thx
November 10, 2009 at 4:50 pm #56374In reply to: WordCamp NY BP get together – Who's In?
Mike Pratt
ParticipantOK. New development. Join this BP.org group -> https://buddypress.org/groups/wordcamp-ny if you are attending or care about WCNY. I will coordinate stuff from there to the extent I can. Bummer i couldn’t upload a nifty WCNY avatar (Andy – feel free
November 10, 2009 at 3:52 pm #56372In reply to: surprising avatar behavior
5283373
InactiveI digged a little and I found this:
When a new user try to upload an avatar, the file goes in:
/www/wp-content/blogs.dir/1/avatars (the root blog)
But the profile page displays avatars from:
/www/wp-content/blogs.dir/3/files/avatars (the sub-second we use for all buddypress pages)
I’m wondering if it’s not a buddypress bug when there is an hybrid use of themes.
November 10, 2009 at 3:48 pm #56371In reply to: Showing buddypress avatar on member blog themes?
Bowe
ParticipantWooow this makes me really happy! Thanks
November 10, 2009 at 3:04 pm #56369In reply to: New Plugin – BuddyPress Links – Beta Support
MrMaz
ParticipantI have been receiving a lot of bug reports and comments on l10n issues that have already been fixed. Please make sure you are looking at the code for the latest version before sending me a bug, and also double check the trunk to see if it has been patched already.
Trunk source
https://plugins.trac.wordpress.org/browser/buddypress-links/trunk
Revision log
https://plugins.trac.wordpress.org/log/buddypress-links
Also, I am working hard on making l10n work properly. The goal is to be 100% compliant, and I think we are close, but its not going to happen overnight, so please be patient

A lot of people seem anxious to use this plugin in production. Please keep in mind that its still just a baby and it may be a while before it works perfectly for everybody.
Thank you!
November 10, 2009 at 2:35 pm #56367In reply to: Deprecated theme – group avatar fix
Jeff Sayre
Participantr-a-y
I suggest pasting your solution into this thread for the time being. Otherwise, it will get pushed down into the the large, deep-thread morass.

https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions
A few months from now after all BP installs have hopefully switched to the parent/child theme architecture, it can then be removed.
November 10, 2009 at 2:29 pm #56365In reply to: Help, I\'ve installed the latest Buddypress…
Jeff Sayre
ParticipantI have not seen this particular issue reported.
Above you state that:
I’ve attempted to one by one remove plugins and add them back I’ve even tried deactivating bp and reuploading it…
It’s not clear whether you actually had all 3rd-party plugins deactivated when you were attempting to troubleshoot this issue. Just to be clear, you need to switch to the BP default theme and deactivate ALL plugins (other than BuddyPress). This means all WPMU plugins and any BP-dependent 3rd-party plugins should be deactivated.
You want to distill your install environment down to the lowest common denominator. If your setup then works without issue, you add back one plugin at a time, test, and continue that process until the issue occurs again.
Sometimes this is not sufficient, though, and you may actually have to remove all the deactivated plugins from your install. You can back them up into a temporary folder and then delete them from the /plugins/ directory (and /mu-plugins/ if you have any there).
Finally, check your server’s error logs to see if there are ANY errors being reported.
November 10, 2009 at 2:16 pm #56364In reply to: Showing buddypress avatar on member blog themes?
November 10, 2009 at 12:30 pm #56357In reply to: Help, I\'ve installed the latest Buddypress…
Twittrblog
Participantok… no one has had this same issue?
November 10, 2009 at 11:27 am #56356In reply to: fullname vs username vs first + last name…
grosbouff
ParticipantHi JJJ, thanks for your explantions.
I think this is something you could put it the documentation…
And for you guys, you can check the plugin I wrote.
My BuddyPress installation will be only for french people so i don’t need “international names”…
November 10, 2009 at 8:30 am #56348In reply to: Simple question on minutes ago?
danbpfr
ParticipantA good tip to localize words or expression used in the output is to open the buddypress.pot file in the language folder with a text editor like Notepad++
Then a single text search finds you the searched word and also the file name AND the line where the word is.
Look in bp-status.php to change the HTML order of what you want
November 10, 2009 at 5:16 am #56341In reply to: Blank page after install Buddypress 1.1.2
kkemenczy
ParticipantAfter an apanche and php update at my ISP, the problem still exists. Any idea?
November 10, 2009 at 5:14 am #56340In reply to: Buddypress on all but Root Blog
elemsee
ParticipantI’m keeping my eye on this, as I’m having a similar problem. We’re using BP as a member directory/community for our website. Now with http://mydomain.com/members gone, I attempted to activate BP on a user blog — as example, http://someblog.mydomain.com.
Buddy bar links look for the syntax http://mydomain.com/members/admin etc., which do not exist.
Items on the BP-activated blog are looking for links such as http://someblog.mydomain.com/blog etc., which also does not exist.
November 10, 2009 at 4:21 am #563395069396
InactiveThanks for the help, Ray.
Adding the tables from my forum to my wp db shouldn’t be too hard. It seems to be a prerequisite for integration in bp 1.1
But i really want my old forum users to be buddypress users, seeing how they have years of forum posts in there. I’d hate to cut them off and make them start all over again.
November 10, 2009 at 3:55 am #56336In reply to: Friends Function Has Disappeared…
r-a-y
KeymasterLogin to the WPMU admin area, navigate to BuddyPress > Component Setup.
Start enabling/disabling and see what happens.
November 10, 2009 at 3:13 am #56334r-a-y
KeymasterIs your WP+bb already integrated? If it is, you can probably easily migrate to BP!
I’d probably upgrade your bbPress install to 1.0.2.
Then convert the WP site to WPMU. Here’s a guide I’ve used in the past that might help:
http://welcome.totheinter.net/2008/10/04/how-to-migrate-from-wordpress-to-wordpress-mu/
At this point, I’d make sure to see if bbPress integration is properly integrated with your new WPMU setup. The bbPress integration plugin will help here.
I’d then install BuddyPress and try to use your existing bbPress setup.
—
EDIT: Just read this:
but my bbpress and my wp are 2 different databases, so with bp 1.1 if I combine these, it sounds like it will be easier to integrate these?
Since your bbPress db does not use the same database as your WP install, I don’t think this is going to work.
More info here:
https://codex.buddypress.org/developer-discussions/buddypress-forum/
You could probably use BuddyPress’ internal bbPress setup, but then your original bbPress will be separate from BP.
Hopefully someone else can jump in with more info.
November 10, 2009 at 12:36 am #56330In reply to: External Group Blogs
jamesyeah
ParticipantHi,
I’m currently running on WordPress MU 2.8.5.2 with BuddyPress 1.1.2.
James
November 10, 2009 at 12:06 am #56329In reply to: External Group Blogs
Jeff Sayre
ParticipantWhich version of WPMU and BuddyPress are you running?
November 9, 2009 at 11:59 pm #56327arghagain
ParticipantAfter looking through global db, I saw the buddypress did not installed any bbpress table at all. After looking into defaults.bb-schema.php, I recreated the bbpress tables as follow:
CREATE TABLE mydb_global.wp_bb_forums (
forum_id int(10) NOT NULL auto_increment,
forum_name varchar(150) NOT NULL default ”,
forum_slug varchar(255) NOT NULL default ”,
forum_desc text NOT NULL,
forum_parent int(10) NOT NULL default 0,
forum_order int(10) NOT NULL default 0,
topics bigint(20) NOT NULL default 0,
posts bigint(20) NOT NULL default 0,
PRIMARY KEY (forum_id),
KEY forum_slug (forum_slug)
);
CREATE TABLE mydb_global.wp_bb_meta (
meta_id bigint(20) NOT NULL auto_increment,
object_type varchar(16) NOT NULL default ‘bb_option’,
object_id bigint(20) NOT NULL default 0,
meta_key varchar(255) default NULL,
meta_value longtext default NULL,
PRIMARY KEY (meta_id),
KEY object_type__meta_key (object_type, meta_key),
KEY object_type__object_id__meta_key (object_type, object_id, meta_key)
);
CREATE TABLE mydb_global.wp_bb_posts (
post_id bigint(20) NOT NULL auto_increment,
forum_id int(10) NOT NULL default 1,
topic_id bigint(20) NOT NULL default 1,
poster_id int(10) NOT NULL default 0,
post_text text NOT NULL,
post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,
poster_ip varchar(15) NOT NULL default ”,
post_status tinyint(1) NOT NULL default 0,
post_position bigint(20) NOT NULL default 0,
PRIMARY KEY (post_id),
KEY topic_time (topic_id, post_time),
KEY poster_time (poster_id, post_time),
KEY post_time (post_time),
FULLTEXT KEY post_text (post_text)
) TYPE = MYISAM;
CREATE TABLE mydb_global.wp_bb_terms (
term_id bigint(20) NOT NULL auto_increment,
name varchar(55) NOT NULL default ”,
slug varchar(200) NOT NULL default ”,
term_group bigint(10) NOT NULL default 0,
PRIMARY KEY (term_id),
UNIQUE KEY slug (slug),
KEY name (name)
);
CREATE TABLE mydb_global.wp_bb_term_relationships (
object_id bigint(20) NOT NULL default 0,
term_taxonomy_id bigint(20) NOT NULL default 0,
user_id bigint(20) NOT NULL default 0,
term_order int(11) NOT NULL default 0,
PRIMARY KEY (object_id, term_taxonomy_id),
KEY term_taxonomy_id (term_taxonomy_id)
);
CREATE TABLE mydb_global.wp_bb_term_taxonomy (
term_taxonomy_id bigint(20) NOT NULL auto_increment,
term_id bigint(20) NOT NULL default 0,
taxonomy varchar(32) NOT NULL default ”,
description longtext NOT NULL,
parent bigint(20) NOT NULL default 0,
count bigint(20) NOT NULL default 0,
PRIMARY KEY (term_taxonomy_id),
UNIQUE KEY term_id_taxonomy (term_id, taxonomy),
KEY taxonomy (taxonomy)
);
CREATE TABLE mydb_global.wp_bb_topics (
topic_id bigint(20) NOT NULL auto_increment,
topic_title varchar(100) NOT NULL default ”,
topic_slug varchar(255) NOT NULL default ”,
topic_poster bigint(20) NOT NULL default 0,
topic_poster_name varchar(40) NOT NULL default ‘Anonymous’,
topic_last_poster bigint(20) NOT NULL default 0,
topic_last_poster_name varchar(40) NOT NULL default ”,
topic_start_time datetime NOT NULL default ‘0000-00-00 00:00:00’,
topic_time datetime NOT NULL default ‘0000-00-00 00:00:00’,
forum_id int(10) NOT NULL default 1,
topic_status tinyint(1) NOT NULL default 0,
topic_open tinyint(1) NOT NULL default 1,
topic_last_post_id bigint(20) NOT NULL default 1,
topic_sticky tinyint(1) NOT NULL default 0,
topic_posts bigint(20) NOT NULL default 0,
tag_count bigint(20) NOT NULL default 0,
PRIMARY KEY (topic_id),
KEY topic_slug (topic_slug),
KEY forum_time (forum_id, topic_time),
KEY user_start_time (topic_poster, topic_start_time),
KEY stickies (topic_status, topic_sticky, topic_time)
);
CREATE TABLE mydb_global.wp_bb_users (
ID bigint(20) unsigned NOT NULL auto_increment,
user_login varchar(60) NOT NULL default ”,
user_pass varchar(64) NOT NULL default ”,
user_nicename varchar(50) NOT NULL default ”,
user_email varchar(100) NOT NULL default ”,
user_url varchar(100) NOT NULL default ”,
user_registered datetime NOT NULL default ‘0000-00-00 00:00:00’,
user_status int(11) NOT NULL default 0,
display_name varchar(250) NOT NULL default ”,
PRIMARY KEY (ID),
UNIQUE KEY user_login (user_login),
UNIQUE KEY user_nicename (user_nicename),
KEY user_registered (user_registered)
);
CREATE TABLE mydb_global.wp_bb_usermeta (
umeta_id bigint(20) NOT NULL auto_increment,
user_id bigint(20) NOT NULL default 0,
meta_key varchar(255),
meta_value longtext,
PRIMARY KEY (umeta_id),
KEY user_id (user_id),
KEY meta_key (meta_key)
);
Unfortunately, test user is still cannot create topic. BBpress forum is essentially broken.
November 9, 2009 at 11:51 pm #56326In reply to: Theme reference guide for 1.1?
Jeff Sayre
Participantnightlyfe-
Have you seen these codex articles?
- https://codex.buddypress.org/developer-docs/conditional-template-tags/
- https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
- https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
As for a listing of deprecated theme functions, your best bet is to look in the BuddyPress codebase, specifically in bp-core-deprecated.php (search for the string “/*** BEGIN DEPRECATED OLD BUDDYPRESS THEME SUPPORT ************/” and then also in bp-core-templatetags.php (search for the word “deprecated” and you will find a number of references).
November 9, 2009 at 11:45 pm #56324In reply to: Theme reference guide for 1.1?
Xevo
ParticipantSee the codex, https://codex.buddypress.org/.
Best way to learn theme tags right now is just downloading a few buddypress themes and look at the source. Those on member blogs (if thats what you mean) applies to wpmu and has nothing to do with buddypress.
Use this site (http://wpseek.com/browse/) to look at all wordpress and wpmu functions.
November 9, 2009 at 11:31 pm #56322In reply to: New Plugin – BuddyPress Links – Beta Support
danbpfr
Participantfrench version is now integrated in the plugin, so the above download link is closed.
-
AuthorSearch Results