Archive for 'Development'
BBPress and Encoded URLs with Uppercase Hex
I recently discovered that the Google crawler was throwing a redirect error on certain pages in our YLF bbPress forum (bbPress 1.0.2 at time of writing). These URLs had one thing in common – the were encoded to handle special characters. Here is an example:
http://youlookfab.com/welookfab/topic/your-favourite-80%E2%80%99s-music-bands
The “%E2” in this URL is an encoded version of the [...]
Posted: December 26th, 2009 under Development.
Tags: Intermediate
Comments: none
Single Sign-on for a Wordpress Blog and BBPress Forum
I recently experimented with single sign-on for an existing Wordpress blog (2.7.1) and BBPress forum (0.9.4). The two sites were already visually integrated, but behind the scenes everything, including user logins, was separate. With some help from BobbyH (webmaster at Weddingbee.com) and a lot of digging into the BBPress forums, things worked out well and [...]
Posted: May 10th, 2009 under Development.
Tags: bbPress, Database, Expert, Wordpress
Comments: none
Reset your Admin Password in the Wordpress Database
Like most systems that require password authentication, Wordpress will help you out if you forget your password. Clicking the “lost your password” link at the login page will take you through a sequence of steps that ultimately sends a new password to the email address associated with your Wordpress account.
But what if your Wordpress installation [...]
Posted: September 23rd, 2008 under Development.
Tags: Database, Intermediate
Comments: none
Replicate your bbPress Forum Locally for Development
One part of setting up the YLF forum development server did not run very smoothly: replicating the database. I wanted to get a full version of the current YLF forum with all 20,272 posts by 1214 users. There is no backup or import/export functionality currently built in to bbPress (or available as a plug-in), so [...]
Posted: August 17th, 2008 under Development.
Tags: bbPress, Database, Intermediate
Comments: none
Database Errors with a Local Install of bbPress 0.8.3
This is filed under the heading “I don’t know why the solution works, but it does, and that’s good enough for me”.
The YLF forum is currently based on bbPress 0.8.3 (great forum system, more on that in future posts). I was setting up a development server to test some new features and hit a strange [...]
Posted: August 17th, 2008 under Development.
Tags: bbPress, Database, Intermediate
Comments: none
Import a Large (>2MB) Wordpress Blog
Today I needed to set up a staging server to do some experiments with our YLF theme. After setting up the database and installing Wordpress, I wanted to import the current contents of YLF to this new site. Since 2.2, Wordpress has had the ability to import and export the contents of the blog database [...]
Posted: August 9th, 2008 under Development.
Tags: Intermediate, Wordpress
Comments: 1