Search Results for 'wordpress'
-
AuthorSearch Results
-
February 24, 2011 at 1:09 am #106102
In reply to: WordPress 3.1
Virtuali
ParticipantI just upgraded my wordpress site, and my site turned up no problems so far ya-hoo!
February 23, 2011 at 11:03 pm #106094In reply to: bbPress files were not found
Boone Gorges
KeymasterThanks for the step by step, albill. We’re still trying to straighten out the problems with the wordpress.org repository, and we’ll have a real fix soon. Sorry for the inconvenience, all.
February 23, 2011 at 10:48 pm #106093In reply to: bbPress files were not found
albill
MemberSo, the fix that worked for me was:
1. Go to https://bbpress.org/download/ and download current bbpress zip or tar file.
2. Unzip or untar it, which will give you a “bbpress” directory
3. Ftp to your site. Rename bb-config.php to something else in your root directory.
4. go to “wp-content/plugins/buddypress/bp-forums/
5. In that directory, upload the bbpress directory (not the contents of it but the actual bbpress directory including its contents)
6. Rename bb-config.php back to bb-config.php in your root directory for your wordpress site
7. Go to *yoursite*/wp-admin/admin.php?page=bb-forums-setup
8. Tell it to reinstall bbpress using the existing file (and make sure it is pointing to the right path to find bb-config.php)This fixed my site and everything is working again.
February 23, 2011 at 8:12 pm #106065In reply to: bbPress files were not found
Boone Gorges
KeymasterThere is a problem with the way that wordpress.org created the zip file. We’re looking into it.
February 23, 2011 at 7:45 pm #106064In reply to: OK, 3.1 anyone?
Erlend
ParticipantNo, don’t do that. The developers are aware of this and the 1.2.8 fix is out.
February 23, 2011 at 6:19 pm #106062In reply to: WordPress 3.1
Boone Gorges
KeymasterI got 99 problems.
February 23, 2011 at 6:16 pm #106061In reply to: WordPress 3.1
josh101
ParticipantI got 106 plugins.
February 23, 2011 at 5:56 pm #106060In reply to: WordPress 3.1
Boone Gorges
KeymasterYou should always test *any* upgrade of *any* type in a development or test environment. Never, ever, ever, ever, ever put untested code into production! A word to the wise
February 23, 2011 at 5:55 pm #106059In reply to: WordPress 3.1
justbishop
MemberThis just terrifies me.
February 23, 2011 at 5:48 pm #106058In reply to: WordPress 3.1
modemlooper
ModeratorJust warning as people use WP plugins on BP sites and there are a ton of outdated plugins in the repo. I had a couple plugins break in 3.1.
You should always re-test plugins before upgrading BP or WP on a live site.
February 23, 2011 at 5:39 pm #106057In reply to: WordPress 3.1
Boone Gorges
KeymasterThe changes that have been made in BP 1.2.8 are very, very unlikely to break any plugins. It’s possible that some of the changes in WP 3.1 will break some BP plugins, though I don’t know of any plugins where that is the case (and I have been running 3.1 in my test installs for quite some time).
February 23, 2011 at 5:35 pm #106056In reply to: WordPress 3.1
modemlooper
ModeratorI warn that BP may get upgraded but all those extra plugins may break.
February 23, 2011 at 5:02 pm #106054In reply to: WordPress 3.1
ewebber
Participant@boonebgorges great, thanks, I look forward to it
February 23, 2011 at 4:54 pm #106052In reply to: WordPress 3.1
Boone Gorges
KeymasterBuddyPress will be updated later today to account for changes in WP 3.1.
In the meantime, if you have upgraded your live site and are unexpectedly missing the BP admin bar, use the code provided by aces above.
February 23, 2011 at 4:52 pm #106051In reply to: WordPress 3.1
aces
Participant`
/* Disable the WP 3.1 Admin Bar. ( http://yoast.com/disable-wp-admin-bar/ ) */
add_filter( ‘show_admin_bar’, ‘__return_false’ );
`
in functions.phpFebruary 23, 2011 at 4:44 pm #106049In reply to: WordPress 3.1
paragate
ParticipantCan you share the work arounds for getting rid of the admin bar? It is covering my buddypress bar. Ugh!
February 23, 2011 at 4:32 pm #106048In reply to: WordPress 3.1
gregfielding
ParticipantThis isn’t going to be a simple upgrade…not just for us BP users. Reading through the list of changes, there are a lot of potential plugin conflicts. Probably best a wait a couple of weeks.
February 23, 2011 at 4:29 pm #106047In reply to: WordPress 3.1
ewebber
Participant@modemlooper most definitely not – although I did hit upgrade on a dev site and unsurprisingly it broke it, I can’t see the new sparkly dashboard – but I can see the admin bar!
February 23, 2011 at 4:25 pm #106046In reply to: WordPress 3.1
modemlooper
ModeratorI would not upgrade on a live site until you get an official statement from the BP dev team.
February 22, 2011 at 1:53 pm #104804Bowe
Participant@oneearth.. Sure I can give you what i have so far. Here it is:
Series: Setting up W3TotalCache with BuddyPress – Part One
W3Total Cache has taken the WordPress world by storm this year. In my opinion it is by far the greatest performance tool for WordPress, and some of it’s features can be used to speed up BuddyPress as well. It has taken me some time to figure out the best settings, and with something as complicated as this, the results may vary. In this (lengty) trick I’m going to take you through the process of setting up W3Total Cache in the following order;
1: About W3 Total Cache and Installation
2: Server setup
2: Setting up the options that play nice with BuddyPress and your hosting setup
3: Using a CDN with MaxCDN
4: Hosting your Theme files and (group)avatars with the CDN
6: A word from the plugin author Frederick Townes
7: ConclusionAs you’ve probably seen, this is quite an extensive guide, and so I decided to split this post into 2 parts.
About W3 Total Cache and Installation
Plugin author Frederick Townes described W3 Total Cache as follows:
The fastest and most complete WordPress performance optimization plugin. Trusted by many popular blogs like: mashable.com, pearsonified.com, noupe.com, webdesignerdepot.com, freelanceswitch.com, briansolis.com, tutsplus.com, yoast.com, css3.info and others — W3 Total Cache improves the user experience of your blog by improving your server performance, caching every aspect of your site, reducing the download time of your theme and providing transparent content delivery network (CDN) integration.
Sounds impressive? Well it is impressive! So let’s install this plugin by going to your plugin browser and searching for W3 Total Cache. When you’ve found it, click on “Install” and that’s all you need to do install it.
Server Setup
Before we start with setting up the plugin, it’s important to tell you something about the general hosting of BuddyPress sites. Depending on the size of your community
Selecting the options that play nice with BuddyPress and your hosting setup
The hardest thing about using W3 Total Cache are the options that you cannot use in combination with BuddyPress. Because of the way that BuddyPress works and meant to be used (as a social networking tool), page caching and database caching causes trouble with the highly dynamic content that is being added to your site. Things like the activity stream will stop to function correctly if you simple enable all these features. I’ve read many times that the plugin “does not work” or “breaks” BuddyPress, but this is simply not the case. It only “breaks” if you try to use it for things that simply are not meant to be used with BuddyPress.
What caching basically does is taking a snaphot of a page at certain time intervals and serving that to the visitor when he visits that page (it’s more complicated then this, but this works to explain it easily). Now this works great if it takes a snapshot of a blogpost, because the content of a blogpost does not change every couple of minutes. But what happens when this concept is applied to your Activity Stream, Profile pages and Groups? You’ll see outdated data on the page, because in the meantime new content like status updates or group updates have been posted by your community. This explains why you can not use these features with BuddyPress.
But not to worry, there are plenty of feature you can use, and thus allow you to drastically speed up your site (just not as much as on a regular old -boring- WordPress site.
Here’s a screenshot of what you can enable:
[screenshot]
Minify:Minification can decrease file size of HTML, CSS, JS and feeds respectively by ~10% on average.
You can enable minification and configure it by visiting the Minify settings in W3TC it’s admin settings. Here’s how I’ve set it up on BP-Tricks:
[screenshot[
Depending on your hosting configuration you can choose which Minify Cache Method you want to use. If you have a dedicated server or VPS server and have something like APC, XCache or eAccelarator installed then use one of those tools. Or else you can just use the Disk method.
If you have a shared server your only option is the disk method.
Object caching: Object caching greatly increases performance for highly dynamic sites (that use the Object Cache API).
This feature so far has proven to work great with BuddyPress, altough it should be used with caution if you’re on a Shared server because sometimes it can actually decrease pageload times on your site. If that stuff happens it might be best to look into a cheap VPS or dedicated server. A little bit of information about the setup being used on BP-Tricks will be given in part two.
Content Delivery Network: Host static files with your content delivery network provider to reduce page load time.
This feature is probably the most useful for us BuddyPress users. In part two there will be a detailed step-by-step guide in setting up your CDN, so serve not only your theme files, but only your avatars, BP-Default Theme files and your essential plugin files!
Browser Cache: Reduce server load and decrease response time by using the cache available in site visitor’s web browser.
Gzip compression of your pages can also help speeding up your load times. Here’s what I have enabled for all sections on the page, and seems to do it’s job perfectly:
Set expires header
Set cache control header
Set entity tag (eTag)
Enable HTTP (gzip) compression
Here’s a screenshot with all my settings:[screenshot]
To check if gzip compression works, you can go to http://www.gidnetwork.com/tools/gzip-test.php and check your domain and see Gzip is working.
Still working on the rest, this is all pretty general info.. But maybe it does help some of you
February 22, 2011 at 8:44 am #105953In reply to: Cannot post new topic on forum
neopeacock
MemberDaily Tip: Fix for BuddyPress Group Forums Error When Creating a New Topic
check here,it works for me
http://pressography.com/wordpress/daily-tip-fix-for-buddypress-group-forums-error-when-creating-a-new-topic/February 22, 2011 at 3:07 am #105945aces
ParticipantMaybe go into the site by ftp and disable buddypress links plugin
To disable, rename the folder `/buddypress-links/`
That should cause wordpress to de-activate the plugin.
Once you get back into wp, you can change the directory/folder back again!
February 21, 2011 at 8:39 pm #105928In reply to: Problems setting up Buddypress
@mercime
Participant@Maichomper – “I just installed WP today and it is working fine”
How did you install WP, via script like Fantastico/Simplescript or via manual upload (FTP or cPanel)? If you installed via script, start from scratch — drop DB tables and delete wp-config.php and .htaccess file in server — download fresh WP https://wordpress.org/download/and upload WP files manually@chipy you should start a new topic instead. In the meantime, click on the link to update permalinks. If that doesn’t work, go to menu Settings > Permalinks and choose permalink to other than default permalink and save. Mod_rewrite must be enabled in your server.
February 21, 2011 at 8:12 pm #105926In reply to: displaying “Site not found”; wrong site_url ?
s.a.991
Membersolved the problem. i moved all the wordpress data from “www.biggaa.de/wordpress” to “www.biggaa.de/”.
February 21, 2011 at 6:13 pm #105917In reply to: Problems setting up Buddypress
chipy
Participanthello, i am new in the wordpress/buddypress world, i installed a wordpress and it works, but i have problem with the buddypres when i activat that plugin i must go to permalink options to do something, but there is nothing i can change or something else here is a printscreen
http://img202.imageshack.us/i/buddyg.jpg/
What should i do?
Thanks for your support
-
AuthorSearch Results