I want to hook, et whatever, into the author id of a post to make my avatars plugin work with BBPress.
The docs just say it’s the same as WordPress, but not exactly. The tags are different and my original plugin doesn’t work anyway (or perhaps it’s an integration problem with my installs. I’m running MU).
I’m looking for equivalents like these or anything related
$the_author = get_the_author_id();
Where are the docs for the plugin API, basically? I don’t require you to look into what exact hooks, etc. I need, just lead me to info. If you want to do more, that’s fine, too.
I really can’t find a smilies plugin. Does the Hiromasa work even though the site’s Chinese or Japanese? Like can you understand it and everything?
Hi,
We’re using bbPress 0.8.2.1 integrated with WordPress 2.1.3. Before upgrading to 0.8.2.1 everything was ok. But after upgrading, something has broken.
bbPress cannot count these values properly:
– Numbers of topic and the messages of a member in his profile. (For example, a member who had 6 pages of messages in his profile, has only 1 page now)
– Number of “topics with no replies, topics with no tags, unresolved topics” values are wrong. Each has less pages now.
– In admin panel, the number of members is not accurate. bbPress says there 714 members; but this value is 6109 (this is the correct one) in WordPress.
What can be the problem? I can tell the plugins we use, if necessary to solve the problem. Thanks!
I searched, but there were only similar problem and another (only similar) MU problem was not replied to.
I have an MU site I’m building and I installed BBPress for it. Everything’s fine except for this issue. I installed the three integration plugins, and I logged in to the forum with my WP info and it shows my display name.
But here’s the thing. (This is not a browser thing but I find it funny to note I can see both instances of the problem at the same time..) In Firefox I’m currently logged into the forum and not WordPress, in IE it’s the opposite. If I log in to WordPress, it doesn’t log me into the forum and vice versa.
I want to get rid of BBPress’s logging system altogether and especially the registration, because I don’t want to chance it that it won’t work for my MU, like I read in another thread.
Currently I know this will be very annoying to my users, and I don’t want that.
Any help? Thanks.
I’ve been working on updating a theme to be more ‘navigable’. I found the new_topic function could not be used when viewing a topic, so I modified the function to return a proper ‘Add New Topic’ link when called from a topic view (topic.php)
The code changes can be found in ticket 736:
https://trac.bbpress.org/ticket/736
Here I added a ‘New Topic’ link in the topic meta section:
http://onthepitch.org/talk/topic/coaching-youth-soccer
I currently have a phpbb board and I want to switch to wordpress/bbpress. I was wondering with the phpbb>bbpress script also move all my users over? Also when I integrate bbpress and wordpress will that also allow my users to keep their same username across all three installations?
Hello, I want to have an announcements forum but only allow the keymaster/admins and/or mods to be able to create topics in there but allow everyone to reply.
Is there a plugin that does this? Thanks.
Go ahead and try it and you’ll see:
https://bbpress.org/forums/tags/theme/page/2
There are at least three pages…
On install and trying to log in, the following warnings show up:
Warning: Cannot modify header information – headers already sent by (output started at /homepages/29/d160486511/htdocs/forum01/config.php:60) in /homepages/29/d160486511/htdocs/forum01/bb-admin/install.php on line 10
Warning: Cannot modify header information – headers already sent by (output started at /homepages/29/d160486511/htdocs/forum01/config.php:60) in /homepages/29/d160486511/htdocs/forum01/bb-includes/functions.php on line 1833
Tried clearing out the DB and reinstalling, to no avail. Any help is appreciated.
config.php:
// ** MySQL settings ** //
define(‘BBDB_NAME’, ‘xxx’); // The name of the database
define(‘BBDB_USER’, ‘xxx’); // Your MySQL username
define(‘BBDB_PASSWORD’, ‘pwpw); // …and password
define(‘BBDB_HOST’, ‘host’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple forums in a single database.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
// The full URL of your bbPress install
$bb->uri = ‘http://aicetoo.org/forum01/’;
// What are you going to call me?
$bb->name = ‘Committee’;
// This must be set before you run the install script.
$bb->admin_email = ‘burke@aice.org’;
// Set to true if you want pretty permalinks, set to ‘slugs’ if you want to use slug based pretty permalinks.
$bb->mod_rewrite = false;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = -4;
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BBLANG to ‘de’
// to enable German language support.
define(‘BBLANG’, ”);
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ”; // Example: ‘0123456789ab’
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ”; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ”; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ”; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
/* Stop editing */
if ( !defined(‘BBPATH’) )
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
Please let me know if I missed any decent themes available?
http://bbshowcase.org/forums/view/available-themes
You can click on them to get a general idea what they look like in action. Themes reset back to default in three minutes (or use the theme switcher in the bottom right hand corner on any page).
Still needs a bug fix or two but I’ll release that as a “My Views” module along with the theme switcher probably this coming weekend.
Whew. That was a project and a half.