Search Results for '\"wordpress\'
-
Search Results
-
Im going to intergrate my WordPress Theme into my bbPress forum, so I need to make sure that functions like Header and Sidebar can be used in bbPress. So I’ve been reading up and found out that you need to place this code in the bb-config.php:
require_once(‘path/to/wp-blog-header.php’);
However when I place the code. I suddenly can’t log into the bbPress forum anymore. When I click login nothing happens the page will load but not display links like Username –> Admin —> Log out just the normal page as if a guest was browsing the forum.
I am placing the code below the first <php line? Am I doing something wrong?
Additional Info:
WordPress Version: 2.6.2
bbPress Version: 0.9.2
Recently I have installed bbPress 0.9.2 and intergrated it with my WordPress blog (Version 2.6.2) the intergration has been a success and all users registered to the blog also have access to the forum without re-creating a user.
Anyway, now im interested in intergrating my bbPress forum within my blogs layout (E.g on a page called forum there would simply be my usual blog layout and then the forum appearing within the content area of my blog but I don’t have any idea how to do this. For a visual reference here is a example of what I want to achieve:
http://www.f1fanatic.co.uk/forum/
Does anyone know the process of how to this and how it can be done?
Thanks!
James
Hello,
I have a WordPress installation with BBpress and I would like to use an external WordPress Authentication to use username and password from another Mysql DB.
Do you know any easy way to do it that will be compatible with bbPress???
Thanks!
James
In send message form. I want to display the WordPress Display name not the login user name. How to do this?
I’m using WordPress 2.6 and I was trying to install bbPress 0.9.0.2 and integrate it and it came up with this error at the end of the installation:
“Duplicate key name ‘user_nicename’
>>> User tables will already exist when performing a database integrated installation.”
My forum got installed, however when I try to click on the topics or the forums or tag, it doesn’t open anything, I can’t get to read any of those. It just stays on the same page.
The only function I am able to use is the add topic, but I can’t get to read anything I click.
What should I do? Any advice is greatly appreciated
I’m working on a site for creatives (photographers, models, make up artists, film makers) to develop their craft and offer advice to those considering entrting an educational route, setting up a business or freelancing.
Its still under heavy development and most of the content is yet to be uploaded, but I’d love to hear any feedback or suggestions to make the site better… Particularly the wordpress & bbpress funtions as I’m hoping the community aspect to be rather strong.
Topic: Persistent Login Session
I’m attempting to upgrade a website I run for a group to both WordPress and BBPress. I have integrated the two and the user accounts are in sync. Everything is working fine, except…
When a user logs in from the WordPress index page, it doesn’t log them in for BBPress. This is a problem, because I want to have administration links for accounts on the homepage of my website. I want a user to login and be able to click on ‘Settings’ and go to their BBPress settings page. Also, I want them to be able to click on “Messages” and go to their BBPress messages.
So, my question is – when a user logs in to the WordPress homepage, how can I make sure they are logged into the BBPress forums as well, without requiring them to log in a second time when they go to the forums?
Thanks for your help!