Forum Replies Created
-
In reply to: New update made my forum disappear
Go to your Permalinks page to rebuild your permalinks and everything will be back to normal.
In reply to: bbPress 2.0 – UpdatesThe email notification reply link is fixed in Beta 3. Thanks. A new bug though: that link only works if the reply is on the first of many pages.
For example, the latest reply was emailed to me with this link: http://devpress.com/forums/topics/new-design/#post-2119
Pagination puts that reply on page 2 which means that link doesn’t actually take me to the reply and I have to go to the next page manually.
This is the working link: http://devpress.com/forums/topics/new-design/page/2/#post-2119
Also, that link actually has another bug report
In reply to: bbPress 2.0 – UpdatesIs
<?php do_action( 'bbp_template_after_forums_index' ); ?>
working for everyone else. I can’t find any other complaints about it.The action is being called in
archive-forum.php
and should output the latest topic replies in chronological order of freshness.http://devpress.com/forums/ <– no forum index appearing.
In reply to: Slash text issue in 1.0-alpha-6, have searchedI’m having the same issue. Any other suggestions?
My setup:
Integrated:
WP 2.7.1
bbPress 1.0-alpha-6
Using the default bb-config charset & collation:
define(‘BBDB_CHARSET’, ‘utf8’);
define(‘BBDB_COLLATE’, ”);
Using the defauly wp-config charset & collation:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
Using the default language file. In other words, I haven’t changed anything and it should be using the English.
Database is:
UTF-8 Unicode (utf8)
utf8_unicode_ci