Published on July 7th, 2009 by
I was wondering if anyone encountered my same problem and was able to find a workaround fix.
Currently on bbPress 1.0+wp 2.8, I like to use the Post Meta plugin to create the custom fields for name, and email address for anonymous posters. The plugin combo works fine, except that when the Post Meta plugin is active, the front page (an only that one) shows the username instead of the display name. I’d like to keep it active, because without it, all the guest posters are reverted to “Anonymous”.
In prior versions of bbPress, one could use the Display Name plugin, which no longer works. Now the feature is native.
I understand that _ck_ won’t be supporting the old plugins until December. It’s understandable. I was just hoping that someone else using the plugin combo could tell me if they were able to have the display name feature functioning on the front page.
Published on July 7th, 2009 by jasonbyer
Where do I change the SMPT server… my host has given me the server info, but where do I change it in the bbpress code?
Published on July 7th, 2009 by JD Hartley
So I was wondering with the release of bbPress 1.0 and all if there were plans to redo bbpress.org to match the same look and feel as wordpress.org or even buddypress.org.I would be willing to work on a WordPress and bbPress theme with Sam, or if Sam or no one else wants to spend the time I could by myself.
Is this a reasonable idea?
-JD
Published on July 7th, 2009 by intimez
Where can I find the following in wpmu?
WordPress Integration Settings:
auth_salt
secure_auth_salt
logged_in_salt
I don’t see it anywhere.
bbpress 1.0 final and wordpress mu 2.7.1
Published on July 7th, 2009 by deadlyhifi
I’ve set up WPMU with subdirectories, rather than subdomains. I was having issues logging into multiple blogs e.g. www.blog.com/blog2
I found that removing the following from the wp-config.php file
define('SITECOOKIEPATH', '/wp-admin');
define('COOKIEPATH', '/');
sorted the issue and hasn’t broken sitewide login and cookie support.
Thought it may help someone
Published on July 7th, 2009 by deadlyhifi
Just testing version 1.0 before my big upgrade and notice that duplicate user email addresses are allowed to be used with no error or warning. Therefore allowing more than one account with the same email address.
Is this the default or have I done something wrong?
Published on July 7th, 2009 by toomasr
I installed the 1.0 release today and my custom theme stopped working. It worked with the previous releases.
I tracked this down to: bb-includes/functions.bb-core.php:1783 to the line if ( preg_match( ‘/^([a-z0-9_-]+)#([a-z0-9_-]+)$/i’, $theme, $_matches ) ) {
My theme name was zt2.0 meaning that the user#zt2.0 did not match and the directory BB_DEFAULT_THEME_DIR was used instead of the theme’s directory.
I just renamed my theme not to include the dot in it. I guess it would be more friendly with theme names when just to check the user# or core# prefix without limiting the chars available
Published on July 7th, 2009 by ovizii
check it out here: http://zice.ro/forum/ whether loggin in or logged out, I always see topics and psots twice, if I refresh, one set disappears.
Can someone check this for me? visit the link above and let me know here if you see topics and/or psots twice.
Thanks
Published on July 7th, 2009 by toomasr
I installed the 1.0 release today and when browsing to Admin -> Settings I got the following exception:
Fatal error: Uncaught exception ‘Exception’ with message ‘DateTimeZone::__construct() [function.DateTimeZone—construct]: Unknown or bad timezone (Etc/UTC)’ in /zeroturnaround.com/public_html/forum/bb-admin/options-general.php:180 Stack trace: # 0 /zeroturnaround.com/public_html/forum/bb-admin/options-general.php(180): DateTimeZone->__construct(‘Etc/UTC’) #1 {main} thrown in /zeroturnaround.com/public_html/forum/bb-admin/options-general.php on line 180
I tried different stuff to get it working until I just changed the line to:
$timezone_object = new DateTimeZone(date_create(‘+01:00’)->getTimeZone()->getName());
Is there an actual solution?
Published on July 7th, 2009 by ovizii
I integrated bbpress 1.0 with wpmu 2.7.1 and all is well, except that existing users haven’t been assigned the memebr role as I set up in the role mapping options.
New users registering on wpmu are automatically getting the memebr role, that is ok so far.
What would I need to mass convert all existing users into memebrs? using phpmyadmin or similar tools, not sure where this option is set…