Search Results for 'wordpress'
-
AuthorSearch Results
-
March 27, 2009 at 7:39 pm #41177
In reply to: uninstall bbpress
felix2009
ParticipantNext time .. Install bbPress in his own database, that also works just fine in combination with wordpress (MU) …
And, a deinstallation is then just a click of the mouse
March 27, 2009 at 10:15 am #41134In reply to: Project ideas for Google Summer of Code
gpo1
Participant@Jtbailey,There is a wp classifieds – https://wordpress.org/extend/plugins/wp-classified/
Liaise with this developer and get him to integrate it with your mock-up. & twitter posting.
Maybe entice him with donation ?
March 27, 2009 at 8:39 am #41130In reply to: uninstall bbpress
felix2009
ParticipantIf you just delete the bb_ tables, and remove the files who belong to bbPress, then you are just fine. There are no specific tables (as far i can see) who are used by buddypress in combination with bbPress. If you ever plan to install bbPress again, just install it in a seperate database, that also just works fine in combination with WordPress <> bbPress

So:
1: Delete bb_ tables
2: Delete the bbPress files.
And youre actually done with the uninstall
March 27, 2009 at 3:52 am #41117In reply to: Plugin: PmWiki in Buddypress.
Farms
ParticipantBy the way, if you\\\’re a premium member we\\\’ve released our Communities plugin, including wiki functionality, here: http://wpmu.org/an-alternative-to-buddypress-three-new-wordpress-mu-plugins-communities-messaging-and-friends/
March 27, 2009 at 1:18 am #41113In reply to: Project ideas for Google Summer of Code
zenseeker
ParticipantThere is a wp classifieds – https://wordpress.org/extend/plugins/wp-classified/
I think he\’s adapted it for wpmu. He\’s very responsive. Your mock ups are sweet, though. Maybe you could twist his arm to devote some time specifically to bp to get that tight integration look.
Also, I second Photo Galleries. Why are there no photo galleries???? Wish I could code.
March 26, 2009 at 6:19 pm #41087In reply to: Twitter to Wire
2217625
InactiveDavid just posted this on my wire:
Hello:) Hey, I updated twitter to wire. I am sorry you had such a hard time with it. Please let me know if you need more help or if you want more features.
Thanks,
Dave
Thanks alot David!
March 26, 2009 at 12:37 pm #41034gpo1
ParticipantDoes it work on wordpress MU? If so maybe a global function is needed to add as widget on the home theme…
March 26, 2009 at 12:11 pm #41028In reply to: Avatars / profile-pictures
Ezd
ParticipantHi Burtadsit,
Your right, on the RC-1 I can upload an avatar during signup, I can also change it afterwards with a new image in my profile… Funny I didnt see that!
I guess it confused me a little that I was unable to change my avatar on the new buddypress.org layout without going to gravatar.com. (Not like RC-1)
It says:
Your avatar will be used on your profile and throughout the site.
Avatars on BuddyPress are controlled by the globally recognized avatar system (Gravatar). To change or create a new avatar for your account, please login or signup at: http://gravatar.com.
If you are signing up for a new Gravatar account, make sure you use the same email address that is registered with your WordPress.org account.
—
So I would have to goto gravatar.com and upload a new avatar instead of just uploading it on the buddypress site. I guess the avatars on the new layout is all controlled by gravatar.com.
March 26, 2009 at 12:06 pm #41024In reply to: Project ideas for Google Summer of Code
21green
ParticipantI would like to see something like the “tag surfing” feature on http://en.wordpress.com/tags/
If u run a large community it is essential to “categorize” ur posts in some way to make them accessable. I think the tag surfing idea is a pretty simple and good solution!
A tag cloud on the frontpage and a feature like “Browse by recent Tags” would be great!
March 26, 2009 at 11:50 am #41021In reply to: BuddyPress For WordPress (Not MU) Coming
Indojepang
ParticipantOMG!!! CAN’T WAIT!!
March 25, 2009 at 8:06 pm #40952In reply to: Latest Members pages getting 404
Maxaud
ParticipantThanks for the compliments guys. Glad to have a platforms like WordPress and BuddyPress to work off of. Thanks for the showcase Andy.
http://wannanetwork.com/members/dakota/ gets a 404
while
http://wannanetwork.com/members/markmadsen/ works
I don’t have the error logs on hand but I will post them later.
Thanks!
March 25, 2009 at 6:47 pm #40933In reply to: please help: Choosing a Host
Sgrunt
Participanti’m using hostgator and it’s fine for wordpressmu (and obviously buddypress too)
March 25, 2009 at 6:26 pm #40923In reply to: New Plugin Idea: MySQL Report
fishbowl81
Participant1. congrats on the members
2. I don’t believe it has been done yet.
Depending on your mysql abilities, you may find it easier to just write a quick and dirty php file with a mysql connect to show members. The overhead that wordpress and buddypress would add to this process wouldn’t be worth the minimal gains of the buddypress functions.
But if you don’t know much mysql, then you may be forced to do it inside of an admin plugin.
Here are a few quick and dirty sql lines to get you started:
find all users:
SELECT user_nicename FROM wp_users;
find all users, and show full name (from profile fields)
SELECT users.user_nicename , profile.value FROM wp_users users, wp_bp_xprofile_data profile WHERE users.ID = profile.user_id AND profile.field_id =1
March 25, 2009 at 4:35 pm #40921In reply to: Large (character count) forum posts fail to show
westpointer
ParticipantIf by “deep integration” you mean loading wordpress at the top of bb-config.php, no, we don’t do that. But, if the tables share the same database, that’s not needed.
If the xmlrpc method WILL break when retrieving large topics, then I don’t see a choice but to directly query the bb tables. Otherwise, using bbpress for the group topics is fatally flawed.
March 25, 2009 at 2:17 pm #40889Burt Adsit
ParticipantTry the bp job board Kathleen. https://buddypress.org/groups/buddypress-job-board Gotta close this topic.
March 24, 2009 at 11:54 pm #40856In reply to: Latest Members pages getting 404
Tyna
ParticipantHey Maxaud, Off topic but nice job on becoming a Showcase Site at wordpress.org!
I just gave you five stars. Go BuddyPress!
March 24, 2009 at 9:56 pm #40845In reply to: Anything for SEO
bbrian017
ParticipantWhy fix something when it’s not broke!
You should keep the same practices as wordpress!
Is this a buddy press issues or wordpress mu issue?
Even blog titles,
http://yaksocial.com/blog/2009/03/24/yak-social/
The title is non existent! It’s simply displaying the website name omg!
March 24, 2009 at 5:18 pm #40811In reply to: Weird BBPress forum issue
kennibc
ParticipantOK. I did a fresh install and only added Database Integration. Actually I did it both ways with cookies as well as with only database integration. On both I get this setup errors…
>>> WordPress “auth” cookie salt not set.
>>>>>> Could not fetch “auth” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “auth” cookie salt in your database.
>>> WordPress “logged in” cookie salt not set.
>>>>>> Could not fetch “logged in” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “logged in” cookie salt in your database.
The problem is that these are not defined in the database to my knowledge. I think the ldap plugin takes these out? Any suggestions on how I could integrate the forums with the LDAP WPMU Plugin??
March 24, 2009 at 3:37 pm #40800In reply to: Who wants a media plugin for BP
gpo1
ParticipantWhat’s the max size can one upload in wordpress MU/BP for a blog because I get an error msg when uploading 50mb (size to big) ! maybe in future there’s going to be a bottleneck on video media uploads on servers?
March 24, 2009 at 3:09 pm #40799Kelly L Lockwood
ParticipantBeing a nub at anything PHP, is there an example of this somewhere?
Kel
March 24, 2009 at 1:20 pm #40789In reply to: Importing data from existing database to buddypress
thebigk
Participant@Manoj: I think your plugin imports existing wordpress users. In my case, the existing database is not wordpress.
March 24, 2009 at 9:48 am #40759In reply to: Detect if this is the main blog
talk2manoj
ParticipantYou can make use of widgets available in BuddyPress and WordPress.
March 24, 2009 at 8:35 am #40752In reply to: Importing data from existing database to buddypress
talk2manoj
ParticipantHi,
We had same problem when we moved our installation to WordPress MU + BuddyPress
So, I have developed a plugin for importing members to WordPress MU + BuddyPress installation.
It might be useful for you as well, please check it in https://buddypress.org/extend/plugins/
March 24, 2009 at 12:21 am #40732In reply to: new buddypress site looks great
Farms
ParticipantYeh, it’s rocking out, nice work.
BTW, you missed out out installing wordpress mu video on the https://codex.buddypress.org/page – it’s been watched a few thousand times and we’re getting plenty of positive feedback so I hope its useful.
March 23, 2009 at 8:39 pm #40715In reply to: Importing data from existing database to buddypress
neuromancer2701
ParticipantHere are some directions for backing up and restoring your wordpress db.
https://codex.wordpress.org/Backing_Up_Your_Database
I used it to convert my beta site to RC1. Pretty straight forward.
-
AuthorSearch Results