Search Results for 'code'
-
AuthorSearch Results
-
October 14, 2006 at 8:07 am #49439
In reply to: Are there any localization files?
Elad Salomons
MemberJust one more quick one: how many strings are still hard coded into bbPress?
October 14, 2006 at 7:02 am #49433In reply to: *sigh* installation error
shinka
MemberThanks guys.
October 14, 2006 at 6:54 am #49397In reply to: New bbPress Forums
winnopeg
MemberPlugins? Awesome, now I really, really want to get using this.
October 14, 2006 at 6:09 am #49432In reply to: *sigh* installation error
Michael Adams (mdawaffe)
MemberIf you
define('WP_BB', true);, you still have to call the WordPress script yourself.put
require_once('../wp-config.php');(or whatever the right path is) in bbPress’ config.php.October 14, 2006 at 6:06 am #49428In reply to: Login Errors
Michael Adams (mdawaffe)
Memberklasen,
Users with spaces:
You way be able to get away with creating a plugin that overrides
bb_check_loginandbb_set_current_userwith your own functions of the same name. If not, you’ll probablp have to edit theuser_sanitizefunction. That function should probably be made pluggable.I’ll try to get more details about this soon.
Fatal Error:
I assume you are talking about defining the constant
WP_BB. All this does is tell bbPress not to load certain functions. It does not include the wp-config file for you (haw would it know where to look?). You need to do that yourself. I’d suggestrequire_once('../wp-config.php');(or where ever it is) in bbPress’config.phpfile.mod_rewrite:
bbPress can generate a sample .htaccess file for you if you log in and browse to bb-admin/rewrite-rules.php. Copy the output and save it into your .htaccess file. Alternatively, you might be able to forgo the rewrite rules and instead set
Options +MultiViewsOctober 14, 2006 at 2:52 am #49393In reply to: New bbPress Forums
potter_system
MemberNice!
October 14, 2006 at 2:31 am #49392In reply to: New bbPress Forums
spencerp
MemberAwesome! Now, I’ll start working on making awesome themes for bbpress..
spencerp
October 14, 2006 at 1:20 am #49391In reply to: New bbPress Forums
bryanveloso
MemberSo awesome to finally see this up.
-
AuthorSearch Results