Search Results for 'test'
-
Search Results
-
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?
I’ve been attempting to import an existing standalone bbPress install into the plugin version without success. The existing forum is integrated with WordPress. According to the dashboard, it has 31 forums, 6,693 topics, 42,525 posts, 2,545 tags, and 2,711 users.
I set up a test install on my local computer with MAMP Pro, and brought the database and files over. All bbPress plugins and all plugins in WordPress except bbPress are disabled. I bumped up the memory and time limits for PHP.
It chugged through about half of the forums and their topics then just stopped without any error message. I thought this might be PHP timing out or running out of memory so I bumped max_execution_time and max_input_time to several hours and memory_limit to 2048M and tried again. It stopped at the same place with these settings.
There are no relevant messages in my php, mysql, or apache error logs.
I did a repair and optimize on the database tables then did a re-count of all items in the old bbPress forum and tried again. It was very close to the same result with only stopping a few posts sooner.
I looked in the database and checked the message it stopped on and the next numerical topic id messages and didn’t see any odd characters in the post content or title.
One other thing I noticed is that when I went back to the import screen it recognized that I had a partial import with the message “It looks like you attempted to convert your bbPress standalone previously and got interrupted.” I used the “Continue previous import” button but it started back at the beginning again. I’ve also tried the “Cancel & start a new import” button with not change in the results.
Any ideas where else to look, things to try, or additional information I can supply? Thanks.