Search Results for '\"wordpress\'
-
Search Results
-
Hello.
Installed wp2.7 in root dir, and bbpress alpha 6 in sub-dir. Enabled permalinks, added code to htaccess in sub-dir.
Test 1. Logging in to wordpress admin.
Navigate to comments: shows logged in as admin user
Navigate to forum: not logged in
Navigate to forum admin: not logged in
Test 2. Logging in to bbpress admin.
Navigate to comments: does not show as logged in as admin user
Navigate to wp admin: logged in as admin
Is this how it’s supposed to work?
More info:
After adding the following lines of code to the wp-config file:
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/’);
This does not change anything except, if I am logged in to the WP Admin, I can not log out. Clicking Log Out presents:
“You are attempting to log out of The Site
Please try again.”
Am I missing something with the code above? Should I be adding the domain name somewhere?
I appreciate your help.
Woah! Total newbie. Have wordpress installed on my host at http://englishforuniversity.com I have installed various plugins. But it looks like bbPress is NOT a plugin. I cannot understand any of the install instructions. I need to upload it to my host, but where do I put it? All the other things I have put into my wp/plugins. I have been looking but the instructions are way over my head. Any tips?
Pat
In my WordPress functions.php file, I am queuing up jQuery for some interface objects I’m using.
wp_enqueue_script('jquery');It seems this messes with bbPress’s javascript inclusion, causing none of the JS from bbPress ever to get loaded.
Because I am using jQuery also in bbPress, is there a way around this that anyone can think of?
Can anyone explain me what does the statement mentioned in bbsync plugin means –
“This plugin will disable bbPress Post. It can clean up bbPress Post, use the data itself and get rid of the old tables. This plugin does not add tables.”
Actually, I want two functionality after installing bbsync in my forum
http://www.aboutonlinetips.com/forum
1) Whenever I create a post then a new topic with same name should be created in forum. The comments on both (forum and wordpress blog) will be in sync. If anybody comment on forum then it should be visible to wordpress blog and vice versa.
2) Users should directly add or create a new or different topic in bbpress forum.
Should I Install it?
In my WordPress site, I’m using a plugin called “Register Plus” that permits me to define which fields are required for registration. (I’m only requiring first and last name in addition to email address.) Is there some way to enforce this on the BB end? I’m trying to use a single user DB, but I’m concerned about what will happen if people register on BB and don’t put in the fields I want.
As a fallback, can I disable registrations on BB and just force them to go to WP?
I’m working with bbPress in some languages with special characters, but I think that the way those are being handled when making for instance topic_slug isn’t the best way. Is it something which might be changes in the core, or which function should I “change” to add the nicer translation. The following three examples are handled the same way in both bbPress and WordPress.
Some examples from the Danish alphabet:
– æ/Æ > ae (not changed at all)
– ø/Ø > oe (not changed at all)
– å/Å > aa (changed to a at the moment)