regarding my post above: this error only occurs with firefox. With bloglines there is no problem …
/o
With regard to collegemates’ error above:
XML Parsing Error: xml declaration not at start of external entity
Location: http://mysite/rss.php?profile=1
Line Number 2, Column 1:<?xml version=”1.0″?><!– generator=”bbPress” –>
I’ve been getting the same error when trying to subscribe to favorites or forums. Topics works great, thou. Is there anyone out there with any clue to this problem?
Testing it out here:
http://www.grindhouse.com/forums/topic/31
Will come in handy for the site as it grows. Thanks!
Just an untested guess on my part but what you want is something like this?
<a href="/forum/profile.php?id=<? echo $user_ID; ?>">your profile</a>
Very interesting solution to display latest post from wordpress, i’ll try it!
Not even a hint if it’s useful to certain kinds of forums?
Does it deal with geo-location?
Is it especially helpful for large/active forums?
Yay! I figured out how to hack it to make it happen.
To leave the core files alone, I did it through a plugin.
The balancetags in bbpress takes less parameters than from WP.
function force_balance_tags($text) { return balanceTags($text, true);}
add_filter('pre_post', 'force_balance_tags');
Tested working.
Another nice addition in there would be to add nofollow to any post links.
add_filter('pre_post', 'bb_rel_nofollow');
Actually I may be wrong about this.
I dug through the default filters and I see this:
add_filter(‘pre_post’, ‘balanceTags’);
Does balancetags == auto-close tags?
Looking at the function it would seem to be so.
Perhaps I have a plugin conflict or does this behaviour exist on even on a default install?
added: I just tested here and yup, it doesn’t auto-close
The download will be the latest one with the fix.
Trent
MMember
Found the problem, it is indeed a plugin issue (Allow Images), but deactivating the plugin had no effect for some reason and I only saw it when I worked on my test forum and did a fresh install of the plugin. The plugin still works to display images, you just can’t display code.
Will pop over and give the plugin author a heads up.
Hello,
After installing the software successfully, all database tables were created ok but when I clicked on the link to login it repeatedly told me the forum software wasn’t installed. On checking I noticed two bizarre things:
1. Although the placeholder topic had been created and other tables populated, the forum table had no entries, it was empty, i.e. it had not created the first forum detailed in the installation to match the topic that was there. Creating a temporary entry with the id of the successfully created made the forum work, but then…
2. When I logged in as the user I created during the installation there was no admin option so I check the user meta table and it was down as ‘member’ and not ‘key master’.
I am using the latest bbPress (downloaded this morning), running php 5.2.3 and mysql 5.0.41. Both are near enough out of the box installations and working fully (the only change to mysql was to set password in legacy mode).
Please help as I can’t do anything!
btw, one other minor question completely unrelated. Why when I look at people’s code listed in forums or hyperlinks, is it chopping off the entry at the end of the line and not wrapping? I’m using firefox, haven’t checked against IE.
I have bbpress(0.8.2) integration with wordpress(2.2.1).
I did not have any forum management before I add a forum to my previous wordpress website. Number of users are increasing daily. So as I did not have any experience with management of a forum, I have some problems.
In the beginning I installed to standard version of bbpress. After one month of forum experience, I want to add moderation plugin. Because my users are not experienced forum users. I have a range from middle school students to company owners or retired workers.
Some of the users sends strange messages, which I dont want to see on my forum.
Some of them do not allow forum rules. And some of them dont know how to use a forum. Namely when they have a new question, they write “I know it is not related to the subject …”.
I think what I need it to make the all messages for new users, moderated. Or all messages are moderated. I dont know why but the moderation plugin do not work with latest version of bbpress. So I have to uninstall the plugin and make messages un-moderated.
I will also try “move it” plugin, for unrelated messages to subject of message.
But what is the best management style for such a community. I think bbpress.org do not need moderation of messages, because at least its community know how to use a forum.
Is it better, not to waste my time to manage the forum. Namely no moderation to messages or just live what ever people writes to the forum. As I said before this is my first forum, and I also dont want people to use msn-type language usage. Am I fascist
?
I’m in – pravinp(at)gmail(dot)com
liam at burkie.org would like to test this out too
2ganges
It is translation is a .po file. See in archive (latest.zip).
But there are some modifications.
I would be intrested in helping Beta Test plugins.
Email my username at yahoo dot com
Cheers Trent.
I can certainly see why you’d want to keep this under wraps. If it fell into the wrong hands … ?!?!?! I like it.
I am confused fel64! Email me and I can forward it to you. trent dot adams TA gmail TOD com
Trent
Could you send it to fel64 who isn’t at hotmail.com? Seem to be having trouble with my email. Thank you!
What we really need to know is what code you were running. Would be a strange one if it was the latest release; that sort of problem should affect everybody. I’d also be surprised if that was the latest, but if it was you should be prepared for that. Did you maybe modify that file yourself?
No worries Trent, glad you could test this!
I have gone about submitting it (forgot a readme file, it can wait until the morning
), but will include one tomorrow.
Let us know either way! I can always test it with you if you want, just need the forum address if you are still having problems!
Trent