Forum Replies Created
-
In reply to: “New BBPress Site” How to change?
in config.php try find this line “$bb->name = ‘New bbPress Site’;”
In reply to: Load Bbpress into WordPresstry like this
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
require_once(‘path/to/bbpress/config.php’);
?>
In reply to: Load Bbpress into WordPressInside wp-config.php
In reply to: Cannot login, Hide forumI dont know if this gonna fix ur problem.. but it seem u missing http for both “$bb->wp_home” and “$bb->wp_siteurl” Anyway, is it both ur wp db and bb db on the same db name?
In reply to: No search… how to uninstallJust login to your db using phpMyAdmin and delete all bbpress related database
I think it should start with “bb_”
In reply to: Integration with WPActually u can load bbpress into wordpress
I have tried it and it work perfectly. https://bbpress.org/forums/topic/61?replies=3
In reply to: Load Bbpress into WordPressThanks
It work now
In reply to: Integration with WP – no input file specifiedif i not mistake line 20 should be this ..
$bb->name = ‘New bbPress Site’;
Try to make sure u write it correctly without leaving any syntax.
In reply to: Integration with WPWhen u load wordpress function inside bbpress. U already integrate both design point and database point. You only need to add WP template tags inside bbpress template.