Search Results for 'wordpress'
-
AuthorSearch Results
-
April 9, 2009 at 9:42 pm #42210
In reply to: r1324 with 2.7.1 wp-admin HTTP 500
John James Jacoby
KeymasterGood info.
Post this in the WordPress MU Trac.
April 9, 2009 at 8:11 pm #42201In reply to: How to generate .pot files for translation?
takuya
Participantthanks a lot! that page didn’t show up when I googled wordpress and pot …
April 9, 2009 at 7:58 pm #42196In reply to: Buddypress Total-Black-Out :(
John James Jacoby
KeymasterSounds to me like a PHP error or a memory error.
make a file called php.ini, put it in your wp-admin directory, and inside that file it put…
memory=40MB
upload_max_filesize=10M;
post_max_size=20M;This will take care of any memory issues your host may be having…
In the .htaccess file at your root directory of your WordPressMU install, put this somewhere near the top…
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .phpThis will take care of PHP issues and make sure your host is giving you PHP5.
Try these out and report back.
April 9, 2009 at 3:48 pm #42185Lance Willett
ParticipantKenneth,
Make sure you are putting the MO language file in the right place — it goes in “{your-buddypress-install}/bp-languages”. Also make sure it’s named correctly with “buddypress-” and the WPLANG locale definition (like “fr_FR” for French).
Then make sure you have defined your language in “wp-config.php”.
You can see all the details at Translating WordPress.
That page explains:
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');April 9, 2009 at 2:24 pm #42174In reply to: Recommended Hosting for BuddyPress site?
2387538
InactiveHello,
Unfortunately, most hosting companies do not support wildcards due to some configuration settings that should be applied both in the DNS and Apache virtual host. Still, in a properly configured hosting enviropment this can be easily achieved and these requirements can be met without any additional charges.
You may review the following hosting provider which fully support wildcards and has a BuddyPress and WordPress MU hosting packages:
http://www.tmdhosting.com/buddypress-hosting.html
You may also check the following blog on the test platform of BuddyPress at:
A step by step tutorial on how to install BuddyPress on your hosting is available on:
http://www.tmdhosting.com/tutorials/buddypress/buddypress-tutorial.html
I hope this information will be useful due to the fact that it is not an advertisement — you are free to choose the best hosting provider for your needs. Good luck
. TMDHosting Team
April 9, 2009 at 10:28 am #42165In reply to: bbPress – BuddyPress theme integration
felix2009
ParticipantI’am currently working on a matching bbPress theme for BuddyPress … But, it only fit my (tweaked) theme for BuddyPress

The forum is up and running, but the theme is still in development

The color scheme i use can be seen over here:
April 9, 2009 at 9:45 am #42160In reply to: How to generate .pot files for translation?
net3s
ParticipantWith poedit.
See https://codex.wordpress.org/User:Skippy/Creating_POT_Files
April 9, 2009 at 7:44 am #42149In reply to: bbPress – BuddyPress theme integration
jodyw1
ParticipantThe bbPress template is PAINFUL to modify. Doesn’t work the same was as WordPresss.
I’ve found though that the blank theme available from
http://www.refueled.net/blank-themes/
make creating a matching theme so much easier.
Check them out.
April 9, 2009 at 7:14 am #42147In reply to: Buddypress Total-Black-Out :(
Burt Adsit
ParticipantUpgrade to the latest svn mu 2.7.1 branch: http://svn.automattic.com/wordpress-mu/branches/2.7
There was a bug in mu that tried to load plugins that don’t exist. Since you don’t have the individual bp plugins anymore, they don’t exist. That might be the problem. This was fixed in rev 1720.
April 9, 2009 at 1:42 am #42136Jeff Sayre
ParticipantHally-
wp-signup.php is a WordPress Mu file, not a BuddyPress file. Look within the directory you’ve installed WPMU.
April 8, 2009 at 9:48 pm #42127In reply to: I want to speak Spotlish
Lance Willett
ParticipantAh — you mentioned RC1. Then yes, the BuddyPress plugins would be in “mu-plugins” still.
Write in new language to msgstr within buddypress.pot and save as buddypress-spots.mo
Make sure you are creating the MO file from a PO file, which is in turn a copy of the POT that is bundled with BuddyPress.
Your “bp-languages” directory should look something like this:
buddypress.pot
buddypress-mysite.po
buddypress-mysite.moIf you have trouble editing the POT or PO in a text editor, you can use special software also — see https://codex.wordpress.org/Translating_WordPress and look for “Translation Tools.” In my opinion those are overkill for this type of thing, though.
April 8, 2009 at 8:24 pm #42123evilchicken
ParticipantI currently use vbulletin and a regular wordpress blog and find that the bridge is so nice. I agree that an MU/VB bridge would set things perfect for me. However, seeing that we can’t have the bets of both worlds just yet, can anyone give me a good reason why I should more to bbPress? I understand that it is a young forum but does anyone really see it getting better? And if so, soon?
April 8, 2009 at 6:48 pm #42114In reply to: Group bug in the latest version?
Jeff Sayre
ParticipantLooks like this was fixed in Changeset 1157. Therefore, the bug still exists if you’re using RC1.
You have two choices:
1. Either upgrade to the latest trunk (as Burt says) following these instructions: https://buddypress.org/forums/topic.php?id=1994
2. Or, wait until WordPress MU 2.7.1 is officially released and an official BuddyPress RC2 zip is available.
April 8, 2009 at 2:39 pm #42089In reply to: Announcing: Events component
Erwin Gerrits
ParticipantJust released version .55 of bp-Events plugin on my website (see first post in this thread for the address). If it tests positively (ie. it DOES work with latest trunk properly) I will upload it to WordPress plugins (and BuddyPress’s) later today.
Version .55 has some bug fixes, some CSS fixes and profile birthday event integration as well as group events, which was a popular request.
April 8, 2009 at 1:33 pm #42084In reply to: How to change links in wp-admin
Lance Willett
ParticipantHi Tutsie,
This type of change would typically be done with a plugin. Keep in mind that this isn’t a BuddyPress customization as much as it is a WordPress MU one.
I did a quick Google search for “change wordpress admin profile link” and found a few places you could start.
In this WordPress forum topic is some code that would change the behavior of the profile link (albeit for a different reason); this method of changing the admin behavior isn’t recommended, however, since it requires hacking a core file. A plugin would be much better since it doesn’t require changing the core file (and having to stress about updating your WordPress MU code later).
Depending on how much you want to work on this, you could download these two plugins: WP Hide Dashboard and Admin Menu Management, open them up in a text editor, and look at how they change the menus in the WordPress admin area.
Plugins do two things: (1) they provide a new functionality and (2) they hijack the normal WordPress behavior and perform the functionality described in the plugin instead.
Hope that helps…
April 8, 2009 at 11:51 am #42080In reply to: BuddyPress For WordPress (Not MU) Coming
nepf
Participant“It is coming”
GREAT!
April 8, 2009 at 6:15 am #42068In reply to: Group bug in the latest version?
Burt Adsit
ParticipantIf you just downloaded it from bp.org then it’s RC1. If you are not using svn then you can by getting a client app like TortiseSVN for Windows. http://tortoisesvn.net/
The url to get the latest source is: https://svn.buddypress.org/trunk
Running the trunk version of bp requires you to be running wpmu 2.7.1 which is only available by svn at: http://svn.automattic.com/wordpress-mu/branches/2.7
There have been changes in the member theme directory and bp’s move from the /mu-plugins dir to the /plugins dir in wpmu.
Not a stupid question at all.
April 7, 2009 at 2:55 pm #41996In reply to: Forums Not Being Created
mypop
Participant@ Lance, thx, I will do. I have raised a support ticket with them and will get back to you.
– they are generally ‘friendly’ to WordPress hosting.
April 7, 2009 at 2:28 pm #41995takuya
Participantbtw, when I enabled openid plugin from wordpress.org, the version 3.2.2 (the latest you can get from wporg), all active accounts of my install got locked out. Of course RPX was already inactive…
FYI.
April 7, 2009 at 12:34 pm #41981In reply to: Twitter Plugin
takuya
ParticipantYou can use Twitter Tools to creat tweets of your new blog post, and it also allows you to tweet from wordpress.
What exactly do you want to be tweeted (tweet? tweeted?)?
April 6, 2009 at 9:20 pm #41945In reply to: Forums Not Being Created
mesgains
Participanthi Mypop,
Do you add this line into your bbPress bb-config.php to enable user switching ? $bb->bb_xmlrpc_allow_user_switching = true;
i followed those advices below to install my forum. I hope it can help you
here is a video :
http://wordpress.tv/2009/01/23/integrating-a-bbpress-forum-with-your-self-installed-wordpress/
and there some good tips :
http://trentadams.com/2009/04/01/buddypress-forums-tutorial/
I notice that the twitter plugin makes some conflits with the bb_press install. I deleted it.
April 6, 2009 at 6:37 pm #419322336115
InactiveYou could try using https://wordpress.org/extend/plugins/remove-buddypress-admin-bar/ and then create a little plugin that copies the parts of the bar you want and hooks into wp_head.
(Heads up: check the source of the remove-buddypress-admin-bar plugin: there is a parameter you may need to set based on what version of BP you’re running.)
April 6, 2009 at 1:04 pm #41916In reply to: Help in hosting buddypress on Amazon EC2
Jeff Sayre
ParticipantWe have two social network sites (one with a semantic web component) that we\’ll be hosting on slicehost. We plan to utilize Amazon\’s S3 for storage of all user uploaded media content.
As the sites grow, we may also use Amazon\’s CloudFront for a more robust content delivery network. I do not see us using Amazon\’s EC2. Slicehost combined with S3 will give us more than enough control over our costs, bandwidth utilization, and server load.
For one of these sites, we are also experimenting with HyperDB, the replacement database class to the standard WPDB.
April 6, 2009 at 3:04 am #41897In reply to: header.php buttons – selected class
modemlooper
Moderatorwould the fix be to change the ‘budypress’ to ‘wordpress’
April 5, 2009 at 2:10 pm #41863Jeff Sayre
ParticipantGpo1-
You may want to also contact Joe Tan ( http://tantannoodles.com/ ). He is the one who made the Amazon S3 WordPress plugin I linked to in your other thread on this topic.
He already knows the technology and may be able to more easily adapt and expand his S3 plugin.
-
AuthorSearch Results