Search Results for 'wordpress'
-
AuthorSearch Results
-
May 4, 2009 at 3:09 pm #44347
In reply to: I want to translate BuddyPress to Arabic :)
Paul Wong-Gibbs
KeymasterCheck out https://codex.buddypress.org/translations/ for starters – there’s a link taking you over to the main WordPress site with further details.
May 4, 2009 at 2:41 pm #44343In reply to: multiply buddypress installs
bercy
Participant@freaking wildchild, so is it possible to use a form to do this, ie when people sign up it makes a new sub-directory with buddypress and wordpress installed, and it uses the username to make the sub link, are you able to point me in the direction to do a form like this, dont have a clue where to start, thanks
May 4, 2009 at 12:47 pm #44332In reply to: 404 errors – fresh install
wildchild
Participant@JohnJamesJacoby: I’ve tested this with the bphome theme, visible on beta.artistplug.me ; I’ve also tested with a standard install, copying over the database data … since then things got wicked… — also tested copying over the functions.
I’m very sure you are on to something ; how can we verify everything gets passed well through these functions ?
I also wonder for how far and reliable the WordPress XML export/import functions work towards a succesfull migration for 10 RC1 blogs towards BP v1.0 ..
May 4, 2009 at 7:50 am #44319Wythagy
ParticipantBuddyPress requires a WordPress Mu install, so no matter what, it can’t be a 1 step process (thus ruling out the 1-click install). Even if they could do it, BuddyPress lacks the history of successful version releases, support networks, and popularity that WordPress, Drupal, and ZenCart offer.
May 4, 2009 at 6:46 am #44314In reply to: WPMU Enable bbPress Cabpabilities plugin
Phlux0r
ParticipantI’ve just done an integration and there was no mention of this plugin. bbPress has a WordPress Integration section in the admin where you can map the WP user roles to the bbPress user roles.
One thing I noticed though is that if you copy the
define(‘COOKIE_DOMAIN’, ”);
line to wp-config.php as the guides suggest, you loose the single sign-on between the site and your WPMu created blogs. I also saw the need to hack bb-settings.php as outlined in the comments to this blog post: http://theeasybutton.com/blog/2009/04/25/integrate-bp-bbpress-wpmu/
What are your findings?
May 4, 2009 at 1:54 am #44304In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participantupdate: with wp-hooks-filters-flow.php I get the following errormessage:
82. comment_post
* Priority 10 :
1. bp_blogs_record_comment()
2. SearchUnleashedPlugin->comment_post()
Catchable fatal error: Object of class SearchUnleashed_Widget could not be converted to string in /webserver/wordpress/wp-admin/wp-hooks-filters-flow.php on line 62
Maybe anything related with the problem, breaking off the database upgrade process of buddypress?? I’m wildly guessing now since I’ve been debugging like crazy…
May 4, 2009 at 1:31 am #44303In reply to: multiply buddypress installs
wildchild
Participant@Bercy Just install your WordPress MU in a different directory; create a new database, preferably with a new user for security and you\’ve got it working …
With a fresh user and database you won\’t be overwriting your existing bp\’s.
If you want to use the same userdatabase and share it serverwide, use the same database but change the prefix per buddypress installation.
Hope that has answered your question with virtual hosting & wordpress ..
I wish it was as easy to migrate existing data towards upgraded BP\’s
May 3, 2009 at 9:30 pm #44284In reply to: Images in wire
John James Jacoby
KeymasterIn the realm that anything is possible, yes.

But currently the activity feed strips out any html and anything it thinks is an image. Mostly to avoid mucking up the feed with huge images, etc…
The best answer I have for this for now, is that BP1.0 is the jumping off point without too many bells and whistles. It shows how to intertwine WordPress MU installs together to become a basic social networking structure. In theory you could certainly add all sorts of activity feed filters and ajax and images and fancy things to it, but there is no on/off option for images.
May 3, 2009 at 9:13 pm #44282In reply to: Add Friend – not adding
nwalters
ParticipantSame problem – spinning icon when I try to add a friend.
PHP Version=5.2.9. Just installed BuddyPress and MU for first time today (May 3, so I think I have BuddyPress 1.0). Hosting at HostNine.com with typical CPanel.
Website with issue: http://3wcloud.com/wordpressmu. I have turned on the ability to add new users if you want to see what is happening.
Thanks,
Neal Walters
May 3, 2009 at 7:25 pm #44280In reply to: multiply buddypress installs
bercy
ParticipantFYI, it would be similar to the service offerd by wordpress.com, thanks again
May 3, 2009 at 5:21 pm #44269Firemaker
ParticipantHello Andrea_r
I just installed BuddyPress v 1.0 2 days ago to a new WordPress MU install. Got it running fine except for the member blog theme thing where members have the default WordPress MU theme. I followed your instructions above and copied the bphome theme, changed the theme name, changed the style.css file header name from home to blogs and deleated the home.php file. I moved this new theme to /wp-content/themes folder and activated the theme. But when I go to a members dashboard and click on the theme to activate it, it comes up blank in the preview window.
Any ideas what went wrong?
Thanks Mark
May 3, 2009 at 1:06 pm #44259In reply to: Not Found error since upgrading from RC-2
wildchild
Participant@Sgrunt: I’m not completely convinced my problem is an exclusive Buddypress problem either ; since I’ve tried to upgrade the site and no slugs worked anymore.
The basic WordPress MU blogs -DO- work perfect though, after database migration; Buddypress seems to be giving a lot more problems with all of them 404 errors..
With exception the normal WordPress MU functions which seem to continue working..
May 3, 2009 at 12:31 pm #44256In reply to: Language translation problems
Arturo
Participantfrom the WP org codex:
Using Localizations
In order to localize your installation of wordpress, create a directory named languages inside of wp-includes, if it does not already exist. Then grab the appropriate localization files from the Subversion Repository as described above. The main .mo file for the language should go inside the languages directory. Set WPLANG inside of wp-config.php to your chosen language. For example, if you wanted to use french, you would have:
define (‘WPLANG’, ‘fr_FR’);
i’ve this configuration on my MU+BP and all works fine.
May 3, 2009 at 12:25 pm #44254In reply to: Language translation problems
Bloggsbe
ParticipantThe WordPress MU language file should be in
/wp-includes/languages/and you can change the language in your admin section of your wpmu install.The BuddyPress language file (buddypress-xx_XX.mo) should be in
/wp-content/plugins/buddypress/bb-languages/the xx_XX should be the same as on the file in/wp-includes/languages/since BP gets the language setting from WPMU…You don\’t have to edit anything in your wp-config.php file!
All of this is for WordPress MU 2.7.1 and BuddyPress 1.0. I don’t know how it is with older versions…
HTH
Regards,
RuneG
May 3, 2009 at 12:12 pm #44252In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participantupdate: Tried too with BuddyPress v1.0 with the same results… 404 errors on the social slugs…
Anyone around knowing a good tool to export/import the database of WordPress MU/Buddypress so I’d not need to do all this manually? I know I’ll be making errors because there are minimally 10 blogs to move.
May 3, 2009 at 11:54 am #44247In reply to: Language translation problems
Bloggsbe
ParticipantAFAIK, you have to use the same language in WPMU as in BuddyPress. BuddyPress gets the language setting from WPMU. There is some info about the greek WPMU translation here, but I don’t read greek, so it’s not necessarily the info you need

But you’ve named the file(s) right, you only need the .mo file in your
bp-languagesfolder.So basically you need to use the same language in WPMU that you want to use in BP. So get the greek WPMU translation, upload it to you WPMU install, and change the language in you admin section…
HTH
Regards,
RuneG
May 3, 2009 at 11:30 am #44241In reply to: Skeleton Theme help
Ezd
ParticipantThanks for helping jeff.
Say I have a site containing some of the same sections as on this site and the standard buddypress theme:
Home | About | Blog | Members | Groups | Blogs | Profile (users profile)
The BP-home theme (regular wordpress theme) would that be controlling the ‘Home’, ‘About’ and ‘Blog’ sections?
While Bp-member theme would be controlling sections like ‘Members’, ‘Groups, ‘Blogs’ and the ‘Profile’ section for each user?
Or is it the bp-home theme that controls all the sections. Meaning ill just have to integrate buddypress tags/loops to the different pages that I create on my bp-home theme?
May 3, 2009 at 9:40 am #44235In reply to: Removing span from Activity List
Andy Peatling
KeymasterThe span is used to inject the actual time-since, as this is not stored in the database. If you remove the span it’s going to break the output (which is why you won’t find it in any template files).
Is there another way you can do this? There is a filter on the output if you know how to use WordPress filters.
May 2, 2009 at 8:55 pm #44185In reply to: Language translation problems
kogigr
ParticipantNo, wpmu is in english.. I renamed the files to buddypress-el_GR.po and buddypress-el_GR.mo but still no change. The country code and language code are correct, because I found them in wordpress documentation.
I still don’t know what’s wrong, though..
May 2, 2009 at 8:53 pm #44183In reply to: [Adjust Time Zone]
atothek
ParticipantI figured out that if you set the time settings in Settings / General and you have another language installed, it is getting resetted. When its default its fine by me, as soon as I adjust WPLANG into nl_NL the notice is back again.
edit: I uploaded the dutch pack to wordpress MU and got all fixed, only the Members widget (New tab) is showing [Adjust Time Zone]
May 2, 2009 at 7:45 pm #44174inkey-Russia
ParticipantThank you for quick reply!
I’ll be waiting
Hope it will be soon.
May 2, 2009 at 7:42 pm #44172Paul Wong-Gibbs
KeymasterNo, not yet. Future versions you would be able to, but I’m not aware of any timescale for this yet.
May 2, 2009 at 6:37 pm #44161In reply to: Antispam plugin
Paul Wong-Gibbs
KeymasterPossible user error.
@Arturo – check this from the readme. You might have missed it to.To install in WordPress MU (Forced Activation/Site-Wide):
1. Upload the
wp-recaptchafolder to the/wp-content/mu-pluginsdirectory1. **Move** the
wp-recaptcha.phpfile out of thewp-recaptchafolder so that it is in/wp-content/mu-plugins1. Now you should have
/wp-content/mu-plugins/wp-recaptcha.phpand/wp-content/mu-plugins/wp-recaptcha/1. Go to the administrator menu and then go to **Site Admin > reCAPTCHA**
1. Get the reCAPTCHA keys [here](http://recaptcha.net/api/getkey?domain=www.blaenkdenum.com&app=wordpress \”reCAPTCHA API keys\”) and/or the MailHide keys [here](http://mailhide.recaptcha.net/apikey \”MailHide keys\”)
May 2, 2009 at 5:23 pm #44141In reply to: BBPress Integration Finalise Error
Paul Wong-Gibbs
KeymasterYour not trying this with WordPress are you? (as opposed to WordPress MU)
May 2, 2009 at 5:02 pm #44131In reply to: get_site_option() not found, fatal error triggered
Paul Wong-Gibbs
KeymasterYou are trying to use BuddyPress with WordPress. BuddyPress needs WordPress MU which you can get from https://mu.wordpress.org/download/. In future versions, BuddyPress will work with regular WordPress but at the moment it doesn’t.
And before you ask ‘how long’, I suspect it will be quite a while before BuddyPress supports WordPress.
-
AuthorSearch Results