Published on November 9th, 2010 by MiklCraw4d
Hi all,
OK, I’ve read all the tutorials and browsed this forum for two days trying to figure this out so I figured I might as well post.
I’m running WP 3.0.1 at http://progresscityusa.com
I’ve installed bbP 1.0.2 at http://progresscityusa.com/forums
I followed the instructions, have checked and double-checked the keys and salts, installed the required WP plugin, and added the code it generated to my wp-config.php.
Everything works swell EXCEPT logins do not carry over from WP to bbP. If you’re logged in to one, it logs you out of the other.
Any ideas?
Published on November 9th, 2010 by digsdisc
I did the datebase integration between wordpress and bbpress. It seems to have worked, but now I can’t log into my bbpress admin as before. Now I can only use my wordpress login…which shows me as a user, but not as an administrator. I know that in the dashboard there was on option to make the wordpress admin the bbpress admin, but I didn’t select that, and now I can’t get back there. thoughts?
Published on November 9th, 2010 by DKB
Hi,
I use the plugin Accurate Post Time ( https://bbpress.org/plugins/topic/accurate-post-time/) to show the exact time of a post.
The problem is I get the time which is an hour too early.
How can i fix this?
Published on November 9th, 2010 by Abalone
Hi everybody,
I’m searching for a plugin: when clicking on the thread-title I’d like to be redirected to the last post I have read. To make it clear: not to the last post written but to the last I have read in this thread.
Is there already such a plugin out there?
Published on November 9th, 2010 by abhilassnair
showing invalid header what to do
Published on November 8th, 2010 by Submachiner
Having an error when attempting to use the bb-avatar upload plugin. Its when anyone tries to access the avatar page we get presented with this error:
“Warning: include() [function.include]: Filename cannot be empty in /home/X/pastelportal.com/bbpress/bb-includes/functions.bb-template.php on line 45
Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /home/X/pastelportal.com/bbpress/bb-includes/functions.bb-template.php on line 45″
We were using a custom theme and it was working fine. We just switched about an hour ago to the default theme and now its doing this. I have done some searches and found a few solutions, issue is those solutions were related to other problems and I’m not sure if they would work with this.
I will say we were presented with a similar error when we upgraded to the latest bechet version of bbpress (1.0.2) but it was fixed after the admin did some tinkering around. But this time we are both clueless to what is going on.
We did change back to the custom theme for a moment, its working fine. But just the default theme, its not working.
Published on November 8th, 2010 by Willabee
Hiya,
I’m working with this plugin and I’m having some difficulties with it.
https://bbpress.org/plugins/topic/forum-last-poster/
The last post link of the first forum is empty, all other last posts are correct.
Do you have any idea why the first result returned by forum_last_post_link() is something like this?
http:/example/forum/topic/#post-
(toppic slug and post id are missing)
Anyone resolved this or know what might be going on?
Thanks,
Mitch
Published on November 8th, 2010 by auphoria
Is there a collapsible spoiler tag (bbcode) available?
I see there’s the spoiler tag that will show texts on hover over, but I’d like to have a collapsible one so I can use it to shorten long posts as well.
Published on November 7th, 2010 by
I have a script that I made that pulls the count of posts a user does on bbpress and displays it on wordpress page template. For some reason I can’t get it to work. I know I need to add something to wordpress but I am not sure what. Here is the script so far.
function get_user_posts_forums1($user_id) {
global $wpdb; // I know I need to change this
$count = $bbdb->get_results(“
SELECT COUNT( * ) AS total
FROM {$bbdb->posts}
WHERE poster_id = {$user_id};”, object);
return $count[0]->total;
}
Any ideas?
Published on November 7th, 2010 by pthomson
Hi all, just installed locally on a XAMPP install. using Latest version of Google Chrome. I only recieved one error when installing: “Key master email not sent!”. I assume this is because my local site has not been set up for email? When I navigate to my forum http://localhost/mysite/forums, I am able to browse my first topic, however when I login, I get a blank page with two warnings and 4 deprecated messages:
Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsmysiteforumsbb-settings.php:186) in C:xampphtdocsmysiteforumsbb-adminincludesclass.bb-install.php on line 390
Warning: Cannot modify header information – headers already sent by (output started at C:xampphtdocsmysiteforumsbb-settings.php:186) in C:xampphtdocsmysiteforumsbb-includesfunctions.bb-core.php on line 1101
I assume that this is a PHP config issue, any ideas?
BTW: I followed this guide: https://bbpress.org/forums/topic/idiots-guide-to-installing