Search Results for '"wordpress'
-
Search Results
-
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.
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.
Topic: Switching to bbpress
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?
Topic: Install problem 0.8.2.1
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’ );
?>
I couldn’t find anyone who made a bbPress theme switcher (not a style switch, but the entire template) so I modified (somewhat deeply) one from WordPress last night. Took some research and testing!
I’ve added it here, you can see the dropdown at the very bottom right:
(if you are willing to edit all your themes you can put the dropdown anywhere, otherwise it will default to that location on each theme automagically – a new feature!)
So give me your themes and I’ll add them to the list to see if I can find the bbPress breaking point…
Can someone please advise what my .htaccess should me?
I have a blog – http://PetLvr.com/blog/ – and this is the .htaccess
‘php_value upload_max_filesize 2M
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
‘
I have installed the bbPress at – http://PetLvr.com/blog/forum/
Everytime I try to post or even see the welcome 1st post, it redirects to the /blog/ front page.
What needs to be done?
Thanks!
HART
Hello,
I need a little help, if possible. I am trying to integrate a WordPress blog with BBpress. I have placed BBpress in a subdirectory of WordPress and followed the instructions for sharing cookies. But still, when I go back and forth, I have to continually re-log in to each site.
When I look at my cookies, they are definitely not the same. For the blog I get this (and one other similar one)
wordpressuser_b458245343e06b7fa7cd00d37af29401
For the BBpress, I get this (and one other similar one).
wordpressuser_4e7fbe834162925f74c6c2e053468ef6
Any ideas as to what I could have possibly done wrong?
Thanks,
Kay
I have BB en WP sharing the same database, but loggin in/out is only possible through WP…
The configuration is as follows:
WordPress address: http://www.some-directory
Blog address: http://www.some-directory/blog
BBPress is installed in:
http://www.some-directory/discussions
Of course, $bb->wp_siteurl and $bb->wp_home are set correctly.
Stange thins is, that when I use a trailing slash after the $bb->wp_siteurl address, I can logout once via BB, but the logout only affects BB and not WP. Furthermore, logging in again is still impossible from within BB.
Might it be, that I need to set some cookie paths?
Thanks,
robert.