Search Results for '\"wordpress\'
-
Search Results
-
My forums have been installed and seem to be working fine but could anyone explain to me how I would make a link to the forums from wordpress? I would like to make a link if possible that will wrap inside of wordpress so people will not have to leave my site to go to the forums. They would simply click the Forums link and it would load in the same place that the blog posts were before.
I’m not sure if this is possible if not, could anyone could tell me how to create a simple link to just point people towards the forums that would be great. I attempted to make a page called Forums but when I add the link to the forums in the permalink it removes all the slashes “/” taking me no where when I click it.
I’m wondering if this is possible-
We have our wordpress blog Feast of Fools tied together with bbPress forums, and I was wondering if there was a way for bbPress to treat the comments on a blog entry as a topic in the forums.
This way, popular blog entries would “float” to the top in the same way that bbpress forum entries do.
Any ideas? It this already a function we don’t know about?
This is the installation procedure right?
Quick Instructions
1. Download bbPress from the download page
2. Upload the uncompressed files your server
3. Optionally upload language files to bb-includes/languages/ – You will have to create this directory
4. Visit the intended URL of the bbPress site
5. You will be greeted with the bbPress installer
6. Follow the instructions in the installer
7. Visit “Settings” in the admin area to customise your installation
8. If you have any questions, ask in the forums
In procedure number 3, i cant understand this step. I don’t know where i would got to, to initialize this step. And where is the language files? And where I can find the URL you talking about in Step no. 4? Sorry for too many questions, I’m a newbie here in wordpress. Waiting for a immediate reply.
Here’s a quick tip for anyone running an integrated WP+BB setup…
Sometimes you’ll find users who haven’t been properly mapped into bbPress roles, so here is a quick MySQL statement to make them all members:
insert into wp_usermeta (user_id, meta_key, meta_value) select user_id, 'bb_capabilities' as meta_key, 'a:1:{s:6:"member";b:1;}' as meta_value from wp_usermeta where user_id not in (select user_id from wp_usermeta where meta_key = 'bb_capabilities') group by user_id;(It adds a bb_capabilities record to the wp_usermeta table for each user who doesn’t have one. Thus, broken accounts become members. Yay!)
Have fun.
I’d like my forum address to be my root domain URL: zarathud.org/
So long as bbpress’ “subdirectories” such as “zarathud.org/topic/” don’t conflict with other, real directories (such as “zarathud.org/blogs/”), I figure that should work alright.
However, I don’t want to dump all the bbpress files in my root directory. I’d rather keep them in a resource folder. I can do this with wordpress by putting an edited wordpress index.php file in the home dir. (I just edit the page’s require function to point to the correct location) Unfortunately, this didn’t work for bbpress.
I imagine I’m not the only one doing this; what’s the working solution, please?
(bbpress 0.9.0.2 )
[^>]+http
//))(?!([^>]+'.$domain.'))(.+)>|iU', '<a $3 rel="nofollow" target="_blank">', $text); // add back in when needed
Hey,
I have tried bbSync to replace my wordpress comment system with forum posts, but it doesn`t seem to work with wp 2.6.3 + bbpress 1.0a2.
I wanna redirect my users to my forum instead of the comments section
Is there any other way to do it ?