Search Results for 'test'
-
Search Results
-
Topic: nothing work after upgrade
i’ve upgraded my trunk version with the latest rc-2 version and after this step nothing works on my forum deep-integrated with MU, when i try to post a topic a reply or update the option in admin backand i see this message or a message like this:
Your attempt to create this topic has failed.
Try again.
Back to Demo Forum.
any idea about this and how resolve? thanks.
See the blog post.
Lots of testing would be greatly appreciated.
A note for anyone integrating cookies with WordPress less than version 2.8, you need to add this to your bb-config.php file…
define('WP_AUTH_COOKIE_VERSION', 1);
When you upgrade WordPress to 2.8 that line will have to be removed.
When you’re creating a new topic, the Tags edit field drops down a list of previously used tags if double-clicked. On one of my forums I tested the Censor plugin (which didn’t work for unknown reasons). I’d put in a couple of swear words as tags, and now they’re showing up all the time.
I’ve searched through the DB manually with my ISP control panel, but can’t find it. Does anyone know where the list is populated from? This could turn out somewhat embarrassing if I don’t remove the offending words!
Hi,
I have searched on the internet and here. I have been unable to find a script/code which can display latest discussions on my homepage which is not wordpress a wordpress site.
help much appreciated.
dave
Is there a way of remembering the last visited categories?
For example if I clicked on my music category to display all the latest music topics, and then i leave the entire forum (site), and than i come back to the site, can it remember to display the latest music posts, as it was the last category i chose.
i’ve integrated the latest trunk of bbPress with my installation of MU 2.7.1 but if I try to login in MU i’m not logged in in bbPress and i have to re-insert my accout username and password.
i’ve used sam’s plugin but nothing change. I’ve seen the cookie name and are the same, but the problem don’t change…
anyone can help me? thanks for all.
I would like to put up a bounty for anyone who can make me a converter for my Xoops 2.0.14 (CBB 3.05) forums to bbPress. If anyone is interested in doing it I will reimburse them with the stipulation that I must test it to ensure it works and it must be freely available after the bounty is closed.
Send me an email if you are interested.
dark [at] evilrpg.com
Thank you.
has anyone tested bbpress scalability in terms of no users,topics and comments
I’m running WP 2.7.1 and bbPress Version 1.0-rc-1 on
localhost
. WP has been installed to/3dd/
and I installed bbPress to/3dd/bbpress/
today and have done all the proper steps for syncing in the bbPress admin.I have added the following code to
bb-config.php
:require(BB_PATH . '../wp-blog-header.php');<br />
define('WP_AUTH_COOKIE_VERSION', 1);<br />
$bb->bb_xmlrpc_allow_user_switching = true;I can login to both WP and bbPress with my WP user account (yay!), but <b>the problem is that WP doesn’t know when I logged in to bbPress and vice versa</b> (i.e. when I am logged into WP, bbPress still shows the login form). In addition, <b>when I login to bbPress, WP logs me out; and when I login to WP, I am no longer logged in on bbPress</b>. I have cleared my cookies many times and tried it in both IE and Firefox, same result.
Together, WP and bbPress create the following cookies (aside from the wp-settings and test cookies):
Domain Cookie name<br />
/3dd/ wordpress_logged_in_*<br />
/3dd/wp-admin wordpress_*<br />
/3dd/wp-content/plugins wordpress_*<br />
/3dd/bbpress/bb-admin wordpress_*<br />
/3dd/bbpress/bb-plugins wordpress_*<br />
/3dd/bbpress/my-plugins wordpress_*<br />
/3dd wordpress_logged_in_*<br />I believe the last 4 are created by bbPress and it should be noted that there is no trailing slash on the wordpress_logged_in_* cookie path.
Does anyone know what the problem might be?