Published on February 20th, 2007 by M
1. Under the “Installation” header: “ugrading instructions” – it should be “upgrading.”
2. Under the “Development” header, second paragraph: “bbPress Trac enviroment” – it should be “environment.”
I know to some of you it isn’t a big deal, but there’s nothing worse than having a professional, well-built application being represented by misspellings.
Published on February 19th, 2007 by
Hi,
Mod rewrite rules set up for bbPress are OK and are better then the ones WordPress uses. However some tweaking can be done to make things better.
I’ve tried to put up together a permalinks plugin. I think that I am half way done but I need some help finishing things up.
The plugin can be downloaded from:
http://www.phpdigest.net/
You can take a look to my test site:
http://www.dfur.com (the template is not finished)
The forum link was changed from:
http://www.example.com/forum/forum_id
to
http://www.example.com/forum_name
The topic link was changed from:
http://www.example.com/topic/topic_id
to
http://www.example.com/forum/topic_id
I need help with creating the pagination mod_rewrite rules (page_2 ). Please let me know if anyone can help with setting up new pagination mod_rewrite rules for this page:
http://www.dfur.com/designer_furniture/topic5
Thank you,
Mircea Piturca and Paun Narcis Iulian.
Published on February 19th, 2007 by intellivision
In the course of testing I logged out. Whoops, need to log back in but don’t have the PW. Check email to look for original welcome email… nothing: never got one.
So I can retrieve it, right? Nope, it’s not getting to me. Must be my email address, right? I change it to another one (via database email field change), no dice. Create a new user, no email still.
So I can just look in the db for the pw, right? Nope, that’s encrypted. (Good, I’m not complaining, just saying what I’ve tried.)
Any hints on where to go from here?
Published on February 19th, 2007 by
i am trying to get the LDAP plugin to work however I get the following error when using the LDAP Plugin with BBPress,
Warning: ldap_bind(): Unable to bind to server: No such object in /srv/www/htdocs/forum/my-plugins/ldap-authentication.php on line 322
any ideas on howto fix?
Published on February 18th, 2007 by
I uploaded everything then went to install, just to be faced by “Cannot select DB.”
I had a look around these forums but can’t seem to find anything to get it working. WordPress is working fine from the same database.
Thanks in advance for any help
Published on February 18th, 2007 by chrishajer
When registering on a bbPress forum, this is displayed after you submit your registration:
Make sure to whitelist our domain (http://www.mywebsite.com) so the confirmation email doesn’t get caught by any filters.
That’s not really how whitelists work. Normally, you whitelist a domain or an email address, so wouldn’t it be better to say this in register.php on line 11:
<?php printf(__("A password will be mailed to the email address you provide. Make sure to whitelist our email address (%s) so the confirmation email doesn't get caught by any filters."), bb_get_option( 'admin_email' )) ?>
Make sense?
Published on February 18th, 2007 by
Hi,
I wanted to have tags separated by commas instead of spaces, to allow users to write tags with more than word.
I did two very small changes to the function add_topic_tags() in the file functions.php and it works, here it goes in case someone is interested:
function add_topic_tags( $topic_id, $tags ) {
global $bbdb;
$tags = trim( $tags );
$words = preg_split(“/[,]+/”, $tags); // removed s
if ( !is_array( $words ) )
return false;
foreach ( $words as $tag ) :
add_topic_tag( $topic_id, trim($tag) ); // added trim()
endforeach;
return true;
}
Published on February 18th, 2007 by
Alright I’m wondering if someone is willing to do me an extra-special favor and write a plugin that puts a little drop-down box at the top of your bbPress installation allowing people to choose a different theme. I’m interested in allowing people to demo out all the themes available for bbPress over at Pro Forums.
Accidentally put this in install, can someone move it to plugins?
Published on February 18th, 2007 by Null
Well do we? We bbPress users? Do we all have a key hidden in our forum installation? If not, why not? Why not bake this with the bread?
And if not? Do we get an admin option to insert one, nice and izi?
Thx
Published on February 17th, 2007 by
Hi,
at first sorry for my bad english.
I found this software today and i will come a big fan of this! Its a great Board!
But now I have some questions:
– Where I can change the Language? because my Board is a German One and I dont found a german file.
Thanks!
Oscar