Search Results for '"wordpress'
-
Search Results
-
Since I installed bbpress I’m having problems with posting in WordPress.
I can post but afterwards am taken to a blank page. Eg instead of returning to /wp-admin/edit.php I’m taken to /wp-admin/post.php which is blank.
Likewise when working with pages, instead of ending up at wp-admin/edit-pages.php I end up at wp-admin/page.php – also blank.
I get other form errors when activating/deactivating plugins.
Since the bbpress install I haven’t added any new plugins.
BBpress seems to work fine.
FYI: It’s in a subdirectory of my blog (/forums).
I am running the latest build (as of now) of 0.9 bbPress and WP 2.5 Beta (yesterday’s build).
They (so far) seem to play together really well (great job on the out-of-the-box integration to you bbPress guys!).
I have a question. Is it possible to make a post in WordPress and somehow have it added to a forum in bbPress and comments added to that post in WP added to the topic in bbPress too?
How would one go about achieving this?
Thanks,
Garry
Hello everyone!
I have a few important questions.
I want to make a theme for wordpress and bbpress . Is it possible that i can make it so that no-one can see when he is in bbpress and wehen in wordpress?
Is it also possible to show the wordpress widgets in the bbpress sectionß
The login menue must be in both pages and wehen you login you are logged in in wordpress and bbpress automatically.
Can someone help me?
greetz sensi
// sorry for my bad english
Hi, I’ve installed the 0.8.3.1 version into the wordpress v2.3.2 directory.
I tried to localise bbpress in french using the fr_FR.mo found in http://www.adilade.fr/blog/41/bbpress-traduction-francaise.html#comment-281
But when I add the french mo file in bbpress/bb-includes/languages, and the line
define(‘BBLANG’, ‘fr_FR’);
into config.php file
I’ve the Fatal error: Cannot redeclare class cachedfilereader in E:wampwwwhyporecrs_next2bbpressbb-includesstreams.php on line 163
After many hours of research and tests, the problem seems to be due that there is a confict between wordpress fr mo file and the bbpress one.
Note that to use the header and the footer from wordpress in bbpress, I’ve added:
define(‘WP_BB’, true);
if ( !defined(‘DB_NAME’) ) {
require_once( dirname(__FILE__) . ‘/../wp-config.php’);
}
into the config.php file
(the bbpress template could then use get_header(); and get_footer(); of wordpress which is very convenient)
Please how can I solve this issue ?
thanks in advance