Search Results for '"wordpress'
-
Search Results
-
Topic: changing database hosts
I recently changed the database host names across several sites. Nothing else changed except that.
I changed the database host names for all my wordpress installs in the config files, and they all work now.
However, simply changing the database host names in the config files for my bbpress installs did not work. I have 2 bbpress installs, and they both say “Error: Could not establish a database connection.” I then tried to edit the host name where I found it in the database, and it still does not work.
My question is what have I done wrong? Why would changing the database host name make it not work when every other database connection works?
In case this may help you guys. Here is a video tutorial of how it is done quick and easy.
http://designintheraw.com/2010/tutorials/bbpress-wordpress-integration/
I’m hoping I did this correctly…
I think it was step 2 of the install where you enter in your database details..
I entered in my wordpress database details so that they share the same user database.
This was the correct thing to do?
Also, it seems to work, my admin account worked for both the site and on the forum so it looks like my account is shared.
One problem though, when I login on the site and then go to the forums sometimes it is still logged out on the forums.
Hey guys,
In case anyone finds this useful; we’ve put together a video tutorial on how to install bbPress:
http://www.pagelines.com/posts/how-to-install-bbpress/
we will also be following it up with one on how to “deep integrate” with a WordPress theme
Topic: Login Problem
Hi Experts,
I need single signin plugin for intergration with bbpress. i done my website using codeignitor , i installed bbpress seprately. i need single signon plugin with other than wordpress.
I find most of saying for cookie and HTTP authentication problem
Please help find out my problem.
Some time it logged in partially. But i cant able to add new topic or reply the forum.
i call this code outside of my site.
$user = bb_login($useremail,$useremail,”);
bb_safe_redirect( “/gbbpress/” );
but it logged and i cant able reply or add new topic.
Thank
web
Topic: Username
Hello,
I want to know the name of the User that is logged in (the name that he is registered, so not viewed on the forum. Most of the time, people change there name to look it better for forum post’s and comments. But i want the real name.)
So not bb_get_current_user_info(‘name’); because then i get the name dat is displayed on the site.
Another thing is: Is there a plugin, or trick to let WordPress and BBPress more cooperate between them? Because, if i know logged in on wordpress, is must do exactly the same thing on bbpress. But i want logged in on wordpress and in the same time logged in in bbpress too. So then i don’t need to login twice on the same website.
Thanks,
Leander
Hi, I’m trying to list topics from the forum in a WP post. I’m wanting to just show the topics that have the same tags as the particular post that is being viewed.
This is basically a display relevant posts. How can this be done? I’ve tried a bunch of PHP, but I’m not having luck navigating the codex between the two databases. I’ve mucked around alot, but I can’t get beyond the basic display the last 10 posts functionality.
Here’s where I’m at: HELP?
<?php
global $wpdb;
$query=”SELECT * FROM bb_topics WHERE topic_status=0 ORDER BY topic_time DESC LIMIT 10″;
$results=$wpdb->get_results($query);
foreach ($results as $result) {echo “
- topic_id.”‘>”.$result->topic_title.”
“;}
?>
Hey all, I am trying to install some themes for my bbpress/wordpress site and when I go and install the theme files to my-themes all I get in the “available themes” page are blank themes with just the names showing, and if I try and activate it, the site is just blank. I have attached a shot, or a link to a screen shot of what I am seeing. Any help would be greatly appreciated! And by the way, thanks for all the help all ready, this site has helped me get my bbpres site running on the same DB as my wordpress!
Topic: bbPress Installation
Well, I’ve been using phpbb for some time, and as WordPress is so good, I’ve decided to give bbPress a try. And as phpbb is full of spams I just can’t handle… well…
I’ve read the installation instruction, and check if it has the requirements… and it has. So uploaded the bbPress to my directory and when try to run the installer:
“An old config.php file has been detected in your installation. You should remove it and run the installer again. You can use the same database connection details if you do.”
What I’ve tried to to:
Delete the “bb-config-sample.php”
Rename the “bb-config-sampl.phpe” to “bb-config.php”
Nothing happens. Still the same message. Does anyone know how to help me?
Thank you,
Newton Uzeda