The release packages are not built automatically at all. They should include the old version of the externals.
As I said, I installed package from https://bbpress.org/download/. I forgot to mention this: I thought that maybe packages are automatically rebuilt after x hours and that in every rebuild newest version of BackPress is included since I don’t know how to explain this situation differently.
Did you install via Subversion or download the packaged 1.0.2 release?
The package should have included the old version of BackPress, but I never install from the package. I am running the trunk version r2458. But that’s an upgrade as well, not a fresh installation.
Thanks for bringing it up.
I think the toolbar button is designed to let you insert a link to an image in your post, but the image already has to be online somewhere. The BB WYSIWYG plugin doesn’t handle uploading or storing images. It just modifies your post.
So, they work in different ways. If you used the BB WYSIWYG editor and the Allow Images plugin together, AND the image was online somewhere already ( like this http://www.google.com/images/nav_logo8.png )then you would be able to use the toolbar button. But if the image is not online yet and you want to store images for your users, then I think bbPress Attachments is the way to go.
bbpress (testing for the filter)
Anyone downloaded bbPress 1.0.2 from http://bbpress.org/download/ lately? I just did and when I started installation I got warnings but succeed in installing. But when I installed I couldn’t login.
I belive this problems are related to update to BackPress/pomo library and that new versions of it are not compatible with bbPress 1.0.2 code. Anyone can reproduce this?
If you think this is a problem with the bbPress core, please open a ticket and submit a patch at https://trac.bbpress.org/
You can log in there with a WordPress.org account if you have one.
You create the link in HTML and put it in the current template’s header.php file. Where you put it there and how it’s formatted is up to you.
I added one to the header of this 0.9 bbPress forum a long time ago:
http://www.riversideinfo.org/forum/
You need to edit the header.php template file to display a link at the top of your page.
Hey
When I was writing plugin last time they dont want run install function after activation. Trouble was in position of plugin file in subfolder in ‘my-plugins’.
When I looked in plugins.php I saw the problem. Script make ‘do_action()’ on overall path to plugin from my-plugins. For example: ‘plugin/plugin.php’. So orginal function have to be ‘bb_activate_plugin_plugin/plugin’ what in incorrect. I wrote few lines and all works fine.
After line 66 in bbpress/bb-admin/plugins.php:
$posSlash = strpos($plugin,'/');
if(intval($posSlash) != 0){
$plugin = substr($plugin,$posSlash+1);
}
After that all works fine
May be included in next bbPress version.
Regards
D.
Is there an error message?
I did not mention the error here because I’m not interested in this plugin. and I don’t want to fix it. i just install it and check it, then immediately delete it, because I’ve integrated my forums with wordpress so there is shared user integration, and there is built in functionality in wordpress to add users step by step, so why I install this buggy plugin? but chrishajer did not understand my question, I want to add bulk users at once.
I said
Any bbpress or wordpress plugin?
Now I finally got this plugin, I hope it will work, now I’m trying it
http://www.dagondesign.com/articles/import-users-plugin-for-wordpress/
its not working with v1.0.2
In what way?
Is there an error message?
Could you give us less information?
Did you read the instructions on the page Chris Linked: https://bbpress.org/plugins/topic/admin-add-user/
Did you make this change:
Just replace the following line:
require_once( BB_PATH . BB_INC . ‘registration-functions.php’);
with this one:
require_once( BB_PATH . BB_INC . ‘functions.bb-users.php’);
Now i can upload and display images by “bbPress Attachments (0.2.7)”,Thanks chrishajer
!
Why use “Insert image” can’t upload local images by “BB Wysiwyg Editor” ?
1、http://i3.6.cn/cvbnm/34/d0/78/c48e66ff8327690fec7bf4f656252383.jpg
2、http://i3.6.cn/cvbnm/99/3b/a7/2930018fd485a6aec8e04d39e94f48f3.jpg
Ok…so…
I have a site.
domain.com
Domain is actually a subsite of anotherdomain.org, utilizing the new Multisites option and Map To Subdomain plugin.
Is it at ALL possible to install bbPress in domain.com/forum somehow? Or will it just not work due to the nature of the multisites thing?
This was the plugin, but it was for prior versions. No idea if it still works:
https://bbpress.org/plugins/topic/admin-add-user/
Hi Frank. Only should have installed bbpress in the same dbase which contain phpbb content. Place for files is not matter.
Remember! Make backup!
I’ve a list in my hand with biggest names.
like, yahoo, google,msn, ebay, amazon, twitter, facebook and so on….
So i want to block these user names, so that no one can choose these names.
Its a really big list.
Is there any quick way to block specific usernames.
Any bbpress or wordpress plugin?
Thanks, and Love you all
Great and all. Though this happened FOUR THOUSAND THREE HUNDRED AND THIRTEEN downloads ago.
Fail or not?
bbPress 1.0 has been downloaded 104,313 times.
More than 100,000 downloads… Great!
http://bbpress.org/download/counter/
First of all, line 145 is blank – https://plugins-dev.bbpress.org/browser/profanity-filter/trunk/profanity-filter.php?rev=2946#L145
I already told you to try re-downloading it on the plugin page. There’s no need to post these error messages in multiple places.
The reason Profanity Filter makes your meta table bigger is that it caches the filtered text of posts, topic titles, and usernames to avoid having to filter through them and slow down your forum.
If the meta table did become a hundred times larger, it’s because you don’t have any other plugins that use meta.
Akismet catch in my blog 99 % of spam. In bbPress ck’s plugin Human Test works 100 %.
But its common for all of these spambot registrations, that they have the exact same interests.
I would prefer that no spambots register at all, but when they appear so sophisticated, I hesitate with deleting them right away.
Human Test is kind of old now, and there are new programs out there like this: https://bbpress.org/plugins/topic/nospamuser/
That any good? Or better? Can you run both?
I’ve been using Support Forum plugin (by so1o, mdawaffe and SamBauers) since a couple of months now, but it was just today that I noticed its latest update is on November ’08…
Is there any chance it will get updates in the future? It currently has some minor bugs, configuration page display issues and it features A LOT of unnecessary queries to the database!
Recently I’ve begin wondering to heavily modify this great plugin on my own, but before actually start working I’d like to know from the authors if there is any updated unreleased version out there.
Thank you in advance!