Bumping this, because moar people need to see it
i think it’s an HTML issue, activated after adding the code above.
if you use firebug to inspect, the font size is small because it’s not in the <div id=”main”> whereas it is on the big font size page
anyone know why the posts should fall out of the main div that sets font heights?
more importantly how to correct this?
simply removing the code i added makes no difference
i think it’s an HTML issue, activated after adding the code above.
if you use firebug to inspect, the font size is small because it’s not in the <div id=”main”> whereas it is on the big font size page
anyone know why the posts should fall out of the main div that sets font heights?
more importantly how to correct this?
simply removing the code i added makes no difference
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?
#content .post width is still 640px: set it to 510px or less and it should do the trick!
tried it.. didn’t work though, any other ideas???
Wow Rich! It looks very promising!
Thanks a lot!
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.
Ok, i took a look around (and saw now the post of Submachiner :-p) and found a solution – there’s still a problem with “raquos” in the rss-file. Go to the root-directory of your bbpress-forum and open the rss.php, then replace all the »s; in it with something else, for example with >> . After doing this the Feeds show all content now
Ok, i took a look around (and saw now the post of Submachiner :-p) and found a solution – there’s still a problem with “raquos” in the rss-file. Go to the root-directory of your bbpress-forum and open the rss.php, then replace all the »s; in it with something else, for example with >> . After doing this the Feeds show all content now
Try modifying your CSS like this:
1) remove overflow: auto from .threadpost
2) set #content .post width to 510px or less.
It would be great if JJJ and team could start a test site where the latest plug-in version was installed. It would make it easier for this group to pound on it and help bug test the code.
Absolutely! I’m quite uneasy around all of these development versions, but I would really like to lend a hand by testing whatever I can.
Anyone has a demo of the plugin running in a website…
It would be great if JJJ and team could start a test site where the latest plug-in version was installed. It would make it easier for this group to pound on it and help bug test the code.
Thanks!
It’s unfinished code basically. I started making it a template file and then decided to make it a template part to make it work right away and never cleaned up the mess.
dudd: but when i add new page with the template “bbpress- New topic” it do not work and show nothing !
Rich Pedley: Yeah I haven’t figured out why that is available either, hopefully JJJ will enlighten us.
While I was playing with bbPress on my local install the other day, I half looked into the problem, and going from memory we’re missing a form-bbp_post.php file I think? That, or get_template_part( 'form', 'bbp_post' ); in page-bbp_form.php should read something different, but I’m going by the first thing I said! 
Update: Opened #1352 on Trac!
Hello,
Currently, the name-based forum permalinks must have a trailing ‘/’ – this is fair enough, but it gets seriously bad when one is typing in forum URLs and forgets the trailing ‘/’, only to be slapped down with an unhelpful 404 error. Ouch.
I modified the .htaccess, moving the section commented ‘forums’ down under the ‘topics’ section (so the catch-some rewrite rule I added doesn’t wipe that out), then added a rule that redirects URLs that address a path within the forum root, sans a trailing slash and not corresponding to an actual file, to the same path with a trailing ‘/’.
Like so:
# forums
RewriteRule ^([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^([^/]+)/$ forum.php?id=$1 [L,QSA] # tailed '/' is mandatory for forum URIs! Props: Mohta
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ $1/ [L,R=301] # redirect to forum URL if trailing / skipped
I’m not 100% sure why this isn’t already in place – I may have missed some of the rationale. But it seems to work for me.
Thanks… We would love to be able to use the channels extension. If there’s anything we can do… just tell us where to send the chocolate or beer or whatever.
Thanks!
I need something like «bbPress post» plugin. But only for «Discuss» link on every post in my wordpress blog. Link must create topic for discuss. First post in bbpress topic must be content from post in wordpress blog where link was clicked.
Looks like «bbPress post» is not available by now – http://bbpress.org/forums/topic/bbpress-post-003
Sorry for my bad english
We updated from 0.9.0.2 to 1.0.2 bechet. Tags worked fine before the update occured. We do have a custom theme installed and tags worked fine with it installed before the update.
Just reverted to the default theme, and tags are not deleting.
Can you give more detail into what you mean by changes modifying core bbpress files? please and thanks 
Thank you for helping me out so far, and providing tips on how to get better support. I apologize that I’m testy. I’ll be more patient.
We updated from 0.9.0.2 to 1.0.2 bechet. Tags worked fine before the update occured. We do have a custom theme installed and tags worked fine with it installed before the update.
Just reverted to the default theme, and tags are not deleting.
Can you give more detail into what you mean by changes modifying core bbpress files? please and thanks 
Thank you for helping me out so far, and providing tips on how to get better support. I apologize that I’m testy. I’ll be more patient.
Th bbPress plugin will actually help make this happen, possibly by way of using WordPress multisite and letting each site/network have their own bbPress setup.
If you wanted to use existing bbPress stand alone, I’m not sure where the channels code is to see if it’s available to share. Will see what I can did out.
I just installed mod_pagespeed, which Google developed.
http://code.google.com/speed/page-speed/docs/module.html
However, it seems to be dynamically changing my template CSS file.
Has anyone else had problems with mod_pagespeed and bbPress?
I’m running v0.9.0.6 but I assume this applies to all versions of bbPress.
Tom
i want to thank you for your support