Search Results for 'test'
-
Search Results
-
I noticed that BBPress 2 is a WP plugin, where the first was a standalone. Is there documentation for the upgrade process? Can you still have separate themes?
Any documentation or information on the latest would be great but I can’t find anything on the site.
Thank you!
Topic: REGISTRATION: One-stop shop
I have installed the latest 3.2.1 version of WordPress, and it is a private site/blog that requires all users to register before they can access the site. I could desperately use the bbPress forum, but I need the same security features as my site. I’ve installed bbPress 1.0.3 to my WordPress directory, and have enabled this forum to be a Private Forum by using the ‘private forums’ plugin.
All the integration with WP & bbPress works correctly, and the current users that have already registered with my site already have access to the forum. However, any new users need to register through my WP site, NOT the bbPress forum.
In short, how can I redirect the registration link on the forum to that of my WP registration page?
Topic: About the rewrite
I’ve been dealing with Wordperss for the last few months. I liked it and decided to use it as CMS for my web page, as you can see in:
First of all, is in spanish sorry. But as you can see on tests you can search for tests and complete them. Then forum topics(bbPress plugin 2.0) topics are created linked to the question.
Anyway, I would like to find something like a guide with the basic instructions about creating custom posts, and to rewrite the information I need to pass as parameters. Now, as you can see in the website, the test id for example is send to the web as a get parameter without been rewrited(?ID=x). Not pretty at all, and apparently not good for search engines.
Thank you all.
Hi Everyone,
I am newbie in WP, I have just installed and integrate WPMU3.2.1 and BBPress1.0.x. The steps as bellow:
– Install WPMU on vitural host: http://wordpress-mu/
– Install BBPress is subdomian: http://wordpress-mu/forum
– Config bbpress and wp follow guideline.
After install completed I test on FF3, everything works well:
– Login in to wordpress and switch to bbpress: the cookies are sync..
– Logout from bbpress (also clear auth cookies of wp)
– Login from bbpress (also sync cookies of WP)
But I meet one issue on IE(GChrome) brower:
– When I login on WP and Switch to forum then signle-sign-on work ok. When I click logout on BBpress then It does not work.
– And I cannot login on BBpress. (cookie is not set)
After debug I found the cause is the cookies are not set.
function set_auth_cookie( $user_id, $expiration = 0, $expire = 0, $scheme = ‘auth’ ) of Class WP_Auth. (class.wp_auth.php)
At line 273 of file class.wp_auth.php
setcookie( $_cookie, $cookie, $expire, $_cookie, $domain, $secure, true );
Dedault $domain = ‘.wordpress-mu’: with this value the login does not work on IE.
when I set $domain = null then the Login work.
Please help me to solve this issue!
My english is not good, expect everyone to ignore.
Thanks & Best regards,
Pham Tuan Anh
Topic: Category display
Hi,
I am trying to display categories and subcategories in the forum’s front page. But while displaying the categories which has no topic but subcategories displays the topics as ‘0’
Forum / Category Topics Replies
Test cat1 0 0
Test Sub cat 5 8
Like that..How can i remove those ‘0’..I just want to print nothing there, i mean an empty space..
Also is it possible to install the bbpress in root and then wordpress in a foldr below that and integrate both..?
Please help..
Thanks in advance.
Soba.
Topic: Testing how it works
Testing how it works
is_bbpress()function currently doesn’t account for tag pages –http://dev.example.net/forums/topic-tag/testing/Is it by design? I think it should account tag pages as they basically are bbPress pages.
I have a number of local test sites. I have them all accessing the same wp-content folder.
The only one that shows the forum menu options is the main one that has the wp-content folder in it’s normal structure.
The others that have WP_CONTENT.. etc defined in wp-config do not show the forum menu options.
Seems like maybe the wrong constants or functions being used maybe?
