Search Results for '\"wordpress\'
-
Search Results
-
I want to change the slug of a topic. I.e. change the URL http://www.seanbluestone.com/forums/topic/wordpress-link-directory-pro to http://www.seanbluestone.com/forums/topic/wordpress-link-directory.
I read a couple of other topics on the forums here that seem to suggest that this is already possible, though perhaps I’m reading more into it than is the case. If so, how is this possible? It should be known that I’m using the pretty permalinks via the alternative /bb-admin/rewrite-rules.php option.
P.S. I’m aware that you can alter the slug via phpMyAdmin and failing a resolution here I’ll do that, but I’m wondering if there’s a method to do so without logging into phpMyAdmin?
Cheers – Sean
P.S. I seem to have posted this in the installation forum rather than the Troubleshooting forum where it would be better placed. To any admins – feel free to move it there.
I built this site using BB Press and WordPress… enjoy!
I currently have wordpress installed in my root directory, but would like to have bbPress installed into a /forum directory and linked from my main homepage.
I already have the link to a “forums page” set up at http://www.beardownarizona.com, however I’m not sure how to implement bbPress so when the link is clicked the user is taken to the forums. I don’t think I can install bbPress on a WordPress page…so I’m trying to figure out the easiest way to have the forums installed an a directory, and then linked from my WordPress menu.
Also, do bbPress users on my site still use the WordPress “register” link?
Thanks in advance for your help!
Topic: upgrade 1.0 alpha 3 not work
When I upgrade 1.0 alpha 3 from alpha 2. Integrate wordpress not work now. (I am using wordpress 2.6.5)
A first attempt at getting WordPress 2.7 and bbPress 1.0 to play nice again is now in trunk [1862].
I’m specifically talking about “deep” integration, i.e. when you include WordPress inside bbPress to gain access to WordPress’ functions.
This will need a lot of testing, so please post any issues you have on the relevant Trac ticket, #972 (which will stay open until some more testing has occurred).
I recommend using the following code at the top of your bbPress bb-config.php file to include WordPress inside bbPress:
if ( !defined( 'ABSPATH' ) ) {
include_once( '/Full/Path/To/wp-load.php' );
}Note that this includes “wp-load.php” not “wp-config.php” or “wp-blog-header.php”. This avoids running WordPress’ template loader which presumably isn’t needed inside bbPress. Some implementations may want it though, so if you find you need it then give it a go and let us know how that goes.
Also note that all filters and actions set in WordPress whether default or added by plugins or themes are cleared out completely. That means that plugins and themes installed in WordPress cannot add filters or actions to bbPress at all. This may have some implications I’m not aware of yet.
Go nuts!
Topic: bbPress Admin
Now that WordPress 2.7 has revamped the admin panel, is bbPress going to follow suit with a matching one? I came along after it had been made to match 2.6, so I never got to see what it used to look like.