Thanks for the update, and thanks to Justin for contributing code.
A side note: I still don’t understand why healthy debate is considered “drama.”
ahh thanks for no particular reason
turns out it was some rogue html in topic-tags.php that started the issue after hot tags code was added
case closed
ahh thanks for no particular reason
turns out it was some rogue html in topic-tags.php that started the issue after hot tags code was added
case closed
@Willabee – Would love to see what you come up with.
@ Rich
Not at the moment and the deadline is still far away. But the plugin already works like a charm and since its in the early development stage, I can tweak it anyway I want it.
I wanted to throw this link out to you all, it’s the Justin Tadlock’s Forum Plugin For WP thread where Justin chimed in on a few things about what he’s done, and where he’d like to see bbPress (Plugin) go and whatnot! 
The only other thing I want to say right now is that I read on IRC that JJJ will have an official demo site up and running on bbPress.org very soon, where I’m hpoing we can join/login to and try and break stuff, so it’ll obviously run the latest development copy?
The adove (^^) is just so JJJ doesn’t forget about it!
LOL
if that doesn’t work then, you need to change the roles of affected accounts from an admin account.
in case you don’t have an admin account, you can get it by – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
let me know if its what you are looking for
if that doesn’t work then, you need to change the roles of affected accounts from an admin account.
in case you don’t have an admin account, you can get it by – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
let me know if its what you are looking for
cookie problem, clear all cookies.
try another browser for instance, that will work
cookie problem, clear all cookies.
try another browser for instance, that will work
Is there such thing too for <?php post_author_title_link(); ?> to link the title of the author to his profile rather than the website?
Is there such thing too for <?php post_author_title_link(); ?> to link the title of the author to his profile rather than the website?
Bumping this, because moar people need to see it
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.