Search Results for '\"wordpress\"'
-
Search Results
-
Topic: WordPress Integration
I know there’s a few threads on WordPress integration, whereby WP and bbPress share users in the database. But I was thinking of doing it another way, prior to launching my site, and wondered if others had done it.
Basically, I would turn off registration for WordPress. No users can register using WordPress, ever. Instead, the registration process is just handled by bbPress.
What I would then need to do, is have a bbPress login in the header of my WP blog. The comments for a post in WP would be handled by bbPress. I would probably have to create a bbPress thread manually, then link to it from the WP post, or somehow integrate it into the WP post.
Is it possible to include a bbPress thread in a WP post, if you know the thread id? I would probably tie the thread id to the relevant post using a custom field in WP, then grab it in my WP template.
Does this make sense? I hope so.
Hi,
I hope you can help. I’m not great with bbPress
I have bbPress integrated with WP. I’m running WP 3.01 and bbPress 9.04. I’m using the “Root Cookie” plugin (from what I remember) to make them integrate.
I set this up a year ago so I don’t really remember what I did completely to start with.
I’m trying to pull posts out into a widget with a WP plugin but it’s not working which is why I want to upgrade.
I first of all I tried a straight upgrade to 1.0.2. The forum was accessible, but you couldn’t log in. If I visited /bb-admin I got a 404.
So I tried going from 9.0.4 to 9.0.6 to see if an incremental upgrade would work. This just completely broke and I was getting a function error.
Can anyone help me with a method to upgrade to 1.0.2 without breaking integration with WordPress?
Would appreciate any help.
Thanks,
Greg
Hi
I love this forum and easy to use with WordPress but I like to give feature of signatures to my forum visitors.
Is there any plugin or guide for how to add signature feature for bbpress
Please Advise.
Topic: Buddypress: 0 posts in topic
I have been having trouble with the buddypress forums. Basically, everything on the wordpress side of things works, and everything else BP wise works too. However, when I post a topic, the topic get’s posted, but the post doesn’t. So it says that there are 0 posts in the topic.
I am running wordpress 3.0.1 (not on multisite mode) and buddypress 1.2.5.2 in a root install. I have made one code change: before this I was getting an error because of mysql_get_server_info on wp-db.com, so I changed line 1589 (or somewhere around there from return
preg_replace( '/[^0-9.].*/', '', mysql_get_server_info( $this->dbh ));toreturn preg_replace( '/[^0-9.].*/', '', mysql_query("select version() as $this->dbh") );, and that error stopped.This is not because of any plugins or themes that I have installed: I have tried deactivating all of them to no result. I can not find any solution in any other topics.
And the problem is because of buddypress, not bbpress. I tried installing bbpress separately and integrating it with buddypress, and the same problem occurred when I posted on the buddypress end, but it didn’t when I posted on the bbpress side.
xmlrpc is enabled.
Thank you for your help.
If someone could help me out on an issue that I have been trying to resolve. I am trying to integrate bbpress into wordpress as many others have in the past. I have successfully kept the header and footer of wordpress as well as kept all css information from wordpress. However, I have lost all formatting of BBpress and well you just have to take a look at it.
click on the forums tab in the header and you will see. Any ideas of how I can get the formatting back or at least columns and the forum feel would be greatly appreciated.
In function definition that param is instead named
Hi,
Sometimes, i need to move a comment posted on my wordpress blog to make with-it a new topic on my bbpress forum, is there a plugin how can do it ?