HI Trent,
Thanks for the replies. I tried the default theme and replacing forum.php. They did not work. THEN I found that there was a “forum” folder inside the forum directory, containing a “bb-admin” file. I have no idea where it came from (maybe I was sloppy with Transmit?) but it looks like a serious case of user error.
Anyway, up and running once again 
Thanks!
I’d like to find the plugin that allows to make the nice box and quotation marks that you can see here http://thehathorlegacy.info/forum/topic/109
Maybe BetaCandy can help
?
Thanks!
The theme appears to be a custom one done to match the rest of their website.
Hi!
I want to change the font in my forum. I like the one you are using here, my forum shows a different font and smaller. I like this size and type. How can I do it?
Thank you for all your help!
Nope, it didn’t work
. I’m still a bozo and the field besize User is a Bozo: is still a field, however it says “0” instead of “1” now.
fel: I wasn’t aware of that, I’ll try it and report back. Crossing fingers
Just tried changing $mysql41 to false. Didn’t work.
I have the same trouble. Also running with Apache2 & PHP5 on Windows Server 2003.
With version 0.8.1 I am not able to choose the Kakumei theme. Because the theme path is set to a local path in the server:
E:\Sites\markusfagervall.se\forums/bb-templates/kakumei/
Thinking that this may be because of bad config values in the database I tried this:
http://xxxxxx/forums/bb-admin/themes.php?theme=/forums/bb-templates/kakumei/
And I am asked if I am sure I want to switch themes… I answer Yes and then I get the “Theme not found. Default theme applied.” again.
Any ideas?
Cheers,
Joakim
Hi sul,
I also think your problem is a php or sql version issue. I have 2 testservers at different hosting providers and it works great on both
I will take a look at the version nrs perhaps you can upgrade/downgrade then…
But that’s not the problem of this topic, I need to get rid of this double content showing
No issues at all! Just thought if you all add to that ticket it might get fixed
And no duplicate TRAC tickets as well! As well, not sure what fixed it, but the 37 Years Ago part is gone with the recent TRAC version….
Trent
Re-reading the baptiste thread, I see that commenting out add_filter('pre_post', 'bb_filter_kses', 50);
in default-filters does the trick. It solves all my problems at once!
I guess bbpress needs to do better conflict checking againt wp when wp is included.
Thanks for the responses.
1) The link is stripped in the database. I had tested the “img” tag plugin, but disabled it because it didn’t work (it was actually having the same problem, stripping out the src=""
).
2) I looked over baptiste’s thread. I guess it’s the same thing, but sadly there’s no solution there. I’m using a WP include as well.
I don’t know if this is relevant, but I also had the stripslashes problem as well. That was fixed with a template hack. Is there a hack to fix this? It’s pretty much a show stopper…
Hmm okay, fair enough. I’ll have a look at that myself. Thanks – would’ve been incredibly annoying if that stopped people posting!
I’m having an odd problem with posts. Hyperlinks are being stripped.
This: <a href="http://foo.com">foo</a>
Is being stripped down to: <a>foo</a>
Any ideas? I’m running latest svn build, the .8.1 patch plugin, and a few other plugins.
I just noticed I have a similar thing.
Topic titled
<a href="http://forums.loinhead.net/topic/?replies&view=all"/>
<a href="http://forums.loinhead.net/topic/?replies#post-"> ยป </a>
started by
<a href="http://forums.loinhead.net/profile/mrwelli"/>
I certainly didn’t moderate that topic. Another topic that I did delete isn’t showing up there. Strange.
Chris, really? What browser?
The page really shouldn’t hang just because of
onclick="this.style.display='none';"
I’m also using 1.0-alpha, and I have no problems. Taking out the JS solved the problem?!
That should be such standard JS code I’m surprised it doesn’t work in Safari. I’ll have to test it.
Yeah, netvibes only checks for an update in the feed occasionally. Web readers are annoying like that, but also annoyingly useful on account of the notifications etc.
1.0 Alpha checked out March 25, 2007.
I just noticed in my admin panel that there are four normal looking entries in “Recently Moderated” and then the last one just shows this:
Topic title started by .
The source shows this:
<li>Topic titled <a href="http://www.example.com/forum/
topic.php?id&page&replies&view=all"></a> started by <a
href="http://www.example.com/forum/profile.php?id=1"></a>.</li>
[edit – I added line breaks there since the code overflow was not displaying]
So, some of it is in the source, but there’s no topic title and there’s no topic starter name (which should be admin based on the id). It’s also missing the topic id, the page id, replies, etc.
Any thoughts?
I did change the name of the Key Master to “Admin” in bb-includes/capabilities.php if that matters.
I am using the following plugins if it matters:
allow-images.php
js_quicktags.js
bb-emoticons.php
notification.php
bb-limit-latest-discussion.php
onlinelist.php
bb-memberlist.php
since-last-visit.php
comment_qt_4_bbpress.php
wordpress-integration.php
Thanks. ( I imagine I can get rid of bb-memberlist since user management seems to be integrated into the admin panel now. )
I actually had to remove the code I put in because it didn’t work properly with Safari. I’ve also just had to deal with the duplicates.
Don’t think so. Vbulletin is obsoleet even phpbb3 (more then 1.5 years late) isn’t as fast and need as bbpress is. I don’t think 1000 post will be a problem since bbpress is “build” a differnt way (don’t know the english terms to explain it right)
I fixed mine… just had the code pasted incorrectly. But I didn’t like it… seems to slow the site down quite a bit. I’ll wait for a better solution.
What’s up with that tinymc… it’s crap really… don’t understand why wordpress uses it either, there are way better ones out there….
Just an update… it does work when breaks and paragraphs are hard coded in, just not automatically.
Thanks for checking into this.
Check and see why it is doing that. I had a similar problem whenever I would post a reply on a topic, and again when my pagination was different than the pagination in the “Topic Pages plugin.” It would say the forum was closed, even though it wasn’t.
The problem there was that it was looking for a page/post that was beyond the actual page/post count. If that’s the case, it might have something to do with the link to the topic. On your influx of dreams post I was able to get a Topic Closed message by adding &page=2
to the end of the URL.
I’m not saying that’s the problem, but maybe that will give you a place to start.
I might also suggest to the BBP gods that it would be nice to find a solution so that if a user jumps beyond the current number of pages/posts/topics/whatever, it would display the last activity in that topic instead of the Topic Closed message.