Forum Replies Created
-
In reply to: Unwanted ads in bbPress Themes
I have cleaned all those themes. Will host shortly – http://twitpic.com/1j5up2
In reply to: BuddyPress Default theme for bbPressI will be waiting for the normal theme
In reply to: WordPress 2.9.2 and bbpress cookies integration.having
?>
at the end is not specific to wp-config.phpIt can be removed from any php file and its something debatable
I am still unsure about the PHP5 thing you mentioned. I would need an explanation to believe in it.
And I shoot you an email using your contact form. Did you get that?
In reply to: Problems when installing bbpressThere is a phpBB importer available for versions before than 3.0 and I haven’t heard anything for 3.0
In reply to: wordpress integrationAdd the code just after this :
<?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/In reply to: WordPress 2.9.2 and bbpress cookies integration.You guys are missing out something. I will come up with something to help once I am free from my schedule.
I have a detailed tutorial on that coming up. Will post the link once its live
In reply to: wordpress integrationPlugins can cause that, timeout issue, memory limit but I would suggest that try this code for deep integration
/* Deep integration */
if ( !defined('ABSPATH') & !defined('XMLRPC_REQUEST')) {
define('WP_USE_THEMES', false);
include_once(dirname(__FILE__) . '/../wp-blog-header.php' );
header("HTTP/1.1 200 OK");
header("Status: 200 All rosy");
}and remove your line of code which includes
wp-load.php
In reply to: Guranteed Fix for WP/bbPress Integration!yeah buddy! was off track now back to the game
I will investigate by hard-coding cookiepath, cookiedomain and like stuff in bbPress too.
I understand your point completely, I would have done the same for production sites and kept the testing going on test site.
Nice design! I like the way you show alternate avatar positions on topic page
In reply to: WordPress 2.9.2 and bbpress cookies integration.I have working setups with 64length keys. Nicely integrated with only the issue of bbPress dashboard redirection when logged in from WordPress side (users don’t need have access to bbPress dashboard, so its just for admin & mods). Other than this the integration works flawlessly for me. Both simple and deep integration.
AFAIK, salts were never included in sample config file, if they are not present they are generated internally and then saved.
In reply to: Guranteed Fix for WP/bbPress Integration!Tell me this –
- login into WordPress
- It should be reflected on bbPress side. Right?
- Try to access bbPress dashboard. Are you able to?
This seems to be a random problem of all integrations I have done so far.
In reply to: Guranteed Fix for WP/bbPress Integration!Please elaborate!
In reply to: Public ForumNo offense but please take care.
Some people may turn away from using bbPress by your response.
In reply to: Customisation work of bbPress and WP Hybrid themeIn reply to: Direct code to post url@chanderbs
a post don’t have its own page like in other forum scripts, if that’s what you looking for
In reply to: Image uploader pluginFix for bb-attachment plugin
http://blog.ashfame.com/2009/10/fix-bb-attachments-plugin-of-bbpress/
In reply to: Special Member Acknowledgement?I think it can be done by hacking the template to add
author-
author ID
as a class to the DIV and then style as per CSS
In reply to: BuddyPress Default theme for bbPressit needs deep integration? #fail
we thought you designed the theme so that overhead of deep integration can be avoided
In reply to: looking high and low for support forum premium themeI need that plugin too. _ck_ used to have it on bbshowcase. don’t know if its available anywhere
In reply to: bbPress as standalone project (as fork)I will keep bbPress alive as standalone version. I have taken this task as a major project of my Bachelors degree.
Its better to have a standalone version for those who just needs to run a forum.
Those who want a better integration with WordPress, can go for the plugin version but I will myself prefer to use the standalone version at times.
In reply to: Anonymous posting and e-mail notifications 1.1?why not share the fix?
In reply to: Thesis integration?I have written a tutorial that could help but its not live yet. Will post the link here once its live
In reply to: Templates for 1.x ???I am on it actually. Just give me a few days
In reply to: Can't get to admin page in bbpressfresh install?