Search Results for 'bbpress'
-
Search Results
-
I have a WP blog that I am adding BBPress to, it loads correctly I have it integrated with WP. When I try to add a custom theme to my-templates, it loads but when I look at the source code the file path for the style sheet, for the custom theme is going to bb-templates not my-templates.
I have checked the permissions for both my-templates and bb-templates and it is 755.
This is the source code:
<link rel=”stylesheet” href=”http://www.troubledteenblog.com/forum/bb-templates/Crystal/style.css” type=”text/css” />
<link rel=”stylesheet” href=”http://www.troubledteenblog.com/forum/bb-templates/Crystal/layout.css” type=”text/css” />
<script type=”text/javascript” src=”http://www.troubledteenblog.com/forum/bb-templates/Crystal/js/tabber.js”></script>
I even put the style sheet in the bb-templates/Crystal and it still does not work.
Help would really be appreciated.
Topic: Thoughts On New Theme
So far we’ve released three forum themes to match our WP themes.
If you haven’t seen them they are: StationProForum, WhiteHouseProForum, & iBlogProForum
We are considering developing a free theme for BBpress, so here’s the question…
what would a great free forum theme for BBpress look like (based on what we’ve done so far)?
Keep in mind there must be a ‘pro’ version of whatever we do to support this type of development…
When I integrate bbpress with wordpress, all users in bbpress became anonimus. How can I fix this?
Hi,
I’m trying to use an external database to connect users in bbpress…
1. The user fill in the form to connect.
2. The form check login + password in other database
3. If login/pass are good I check in bbpress to know if login exists :
if exists : connect
if doesn’t exist : create account + connect
Any ideas ??
If someone can help me it will be sympatic

thx.
ps : sorry for my bad english
Hi,
So far from browsing the forums, there is a somewhat minor issue regarding WordPress and bbPress when it comes to shared cookies and logins. Here is what happens:
WordPress Login = WordPress Dashboard
bbPress Login = WordPress Dashboard
Wordpress Login != bbPress Dashboard <– Problem
bbPress Login = bbPress Dashboard
So basically whenever I login via WordPress (there is a main site login form in the header), I can access the forums and it even shows I am logged in however when I click “Admin”, I am redirected to the forum index.
Other forum posts which didn’t have a solution (in my case atleast):
http://bbpress.org/forums/topic/cant-access-admin-dashboard
http://bbpress.org/forums/topic/forumbb-admin-redirects-me-to-forum
http://bbpress.org/forums/topic/forumsbb-admin-just-redirects-me-to-forums
http://bbpress.org/forums/topic/admin-link-redirects-to-front-page
http://bbpress.org/forums/topic/admin-link-doesnt-take-me-to-dashboard
Things I’ve tried:
Going directly to the mysite.com/forums/bb-admin/index.php
Checked all hash keys and other wp/bb-config.php stuff
Updated to the latest WordPress and bbPress
Deactivated all plugins (I only had Akismet and reCAPTCHA bbPress anyway)
Clearing cache (Firefox)
Trying in another browser (Internet Explorer)
Does anyone have a clear cut solution? Most people are happy with just using bbPress to get to the admin panel but it would be nice if it worked.
In the current version of bbPress, anyone can change the display_name.
I really think this is a stupid “feature”, anyone can make a joke (good or bad) taking the name of “admin” or anyonelse. That a primitive type of spoofing.
Before all my forum member discover this “feature”, I would love to forbid it.
I could easily say that displayed name is the login, but then, I can’t change the display name for the admin.
Which is stupid : “admin” is the default login for the administrator, but I don’t know any admin whose name is “admin” …
I searched on how could I disable that myself “nicely”: no plugin, this is not in my theme (a bad solution would have been to suppress the form input).
Someone has another idea ?