Search Results for 'test'
-
Search Results
-
I’m using the latest build of bbPress and Genesis (1.7.1). For the most part things are going smoothly, however there is one thing I have not been able to figure out.
I am using the default setup of bbPress and it’s running off of bbpress/bbp-themes/bbp-twentyten theme (I have not installed or moved a bbpress theme inside my child theme directory).
Here’s what I don’t understand…
When viewing a specfic forum or post, such as http://allaboutdryeye.com/forums/forum/sufferers-corner/ things work fine, as expected.
*However*, when trying to view the forum index (http://allaboutdryeye.com/forums/), user profile (http://allaboutdryeye.com/forums/users/allabout/), and some other sections the page just shows what looks to be a dead loop.
After a little poking around, it almost seems like bbPress isn’t using the template file at all.
For example, on this page http://allaboutdryeye.com/forums/users/allabout/, the corresponding template file would be /bbpress/bbp-themes/bbp-twentyten/single-user.php right?
I’ve tried editing the file (for testing purposes only, of course!) and echoing test lines, however they don’t show. It’s like some of the template files aren’t being picked up at all.
I have no idea what is going on. I’ve been beating my head against the wall on this one. WP_DEBUG turns up clean.
Any clues?
Topic: bbPress Plugin
WP Multisite 3.2.0
Installed BB Press plugin v 2.0-rc2.
Everything went smoothly except that when I try to go to the first forum I created (/forum/test/), only the header is loaded.
Any idea?
I am trying to find out which page gets loaded when trying to view a forum but can’t seem to figure it out…
TIA
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.
