You are not logged in.
- Topics: Active | Unanswered
#1 2012-05-06 20:28:55
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
FluxBB 1.5.0 released
I am more than happy to announce the immediate availability of FluxBB v1.5.0!
Our focus for this release lay on new anti-spam features, which allow you to disallow posting links on a per-group basis. This, in combination with the possibility to automatically promote users to another group once they reach a certain number of posts, is quite a simple way to demotivate spammers.
As this new functionality basically covers this old feature, we decided to remove the ranks feature.
Here are the 5 enhancements that were made:
Per-group setting for disallowing links in posts (this also affects profile signatures and website fields).
Added meta attributes for Google to make sense of pagination.
Make labels for checkboxes and radio buttons in the admin panel clickable.
The following bugs were fixed:
Use proper status codes for "Bad request" (and similar) error messages.
Negative values in some config options leading to strange situations.
Path disclosure through error messages in search.php (and others).
Subscriptions were handled incorrectly when merging or splitting topics.
and more...
As usual, downloads can be found on the download page.
Changed files and patches from 1.5-beta can be obtained on the upgrade page.
Updating to FluxBB 1.5.0, as usual, will still work if you use any prior version of FluxBB and even from PunBB 1.2/1.3.
As always, please remember to do a backup of both your files and database!
We received several pull requests on GitHub for this release. Thanks to the contributors arw and Insert Name Here. Also, thanks for the patches, Swyter.
For the sake of completeness: we kind of jumped over the release of v1.4.9. It includes all bugfixes of this release, but does not contain any of the anti-spam features. (Ranks are also still alive.)
As always, we'll be happy to answer your questions and help if you have any issues!
Offline
#2 2012-05-06 20:47:45
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Re: FluxBB 1.5.0 released
How to properly use the new auto-promotion for groups
...and "restore" ranks
The best way to use the new feature is to create a new default group (maybe called "New members") that is not allowed to post links (see group permissions). Then, you can automatically promote the members of this group to your old default group (maybe "Members") once they have reached e.g. 5 or 10 posts.
While it is not particularly easy or pretty right now, it is possible to basically restore the ranks functionality. You can do so by copying your new default group (once you're content with it) as often as you'd like, and then changing their default user titles according to your ranks. As a last step, you need to set up the auto-promotion.
Offline
#3 2012-05-06 22:11:38
- Pierre
- Member
- From: Germany/Bonn
- Registered: 2010-05-20
- Posts: 50
- Website
Re: FluxBB 1.5.0 released
So 1.4 and 1.5 will be developed in parallel? The problem I see here is that the lang files are not completely compatible. Might be better to use a few new lang keys for 1.5 here. (there are not a lot of conflicts here)
Offline
#4 2012-05-06 23:58:58
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Offline
#5 2012-05-07 00:00:58
- Pierre
- Member
- From: Germany/Bonn
- Registered: 2010-05-20
- Posts: 50
- Website
Re: FluxBB 1.5.0 released
Thanks. In that case there is no real problem; thanks for the release then. :-)
Offline
#6 2012-05-07 01:48:19
- johnzhang
- Member
- From: Shenzhen OF China
- Registered: 2009-12-07
- Posts: 15
- Website
Re: FluxBB 1.5.0 released
Really Good New ,So I Can Open My Forums ,Usually I close the register,because too many spam ,always look for word the anti-spam
Thanks For The Team
Offline
#7 2012-05-07 05:47:35
- Studio384
- Former Developer
- From: Belgium
- Registered: 2012-04-11
- Posts: 681
- Website
Re: FluxBB 1.5.0 released
Nice job
*Working on Dutch translation pack*
Ready: Dutch v1.5.0
And an update for the 1.4 branch: Dutch v1.4.x <- works whit version 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.8 and 1.4.9
Last edited by Studio384 (2012-05-07 05:53:34)
Get Luna - With build-in upgrade from FluxBB
Profile Plus: A new FluxBB profile interface
Offline
#8 2012-05-07 09:54:10
- RedRocker227
- Member
- Registered: 2012-04-24
- Posts: 122
Re: FluxBB 1.5.0 released
So this is the final version, not a beta or anything?
Offline
#10 2012-05-07 14:23:54
- Studio384
- Former Developer
- From: Belgium
- Registered: 2012-04-11
- Posts: 681
- Website
Re: FluxBB 1.5.0 released
It seems the English wikipedia about FluxBB can learn a lot of the Dutch one!
Get Luna - With build-in upgrade from FluxBB
Profile Plus: A new FluxBB profile interface
Offline
#11 2012-05-07 22:23:57
- jacob
- Member
- From: United States
- Registered: 2011-09-25
- Posts: 101
- Website
Re: FluxBB 1.5.0 released
Slight issue on the admin options page...
Instead of the options appearing like Yes [box] No [box], they appear like Yes No [box] [box]
See my screenshot at http://www.diigo.com/item/image/2o2o3/28y5?size=o.
Jacob G.
Developer at FutureSight Technologies
Offline
#13 2012-05-07 23:39:40
- jacob
- Member
- From: United States
- Registered: 2011-09-25
- Posts: 101
- Website
Re: FluxBB 1.5.0 released
That didn't work...
Is anyone else having this problem? If not, I'll try to fix it myself. I may have missed a file or something.
Jacob G.
Developer at FutureSight Technologies
Offline
#14 2012-05-08 09:34:49
- arw
- Member
- Registered: 2012-03-20
- Posts: 119
Re: FluxBB 1.5.0 released
in oxygen, cobalt, lithium, mercury, radium, sulfur and technetium css files, there is :
.pun label.conl {
float: left;
overflow: visible;
margin-right: 10px
}
so it should either be replaced with :
.pun label.conl {
display: inline-block;
padding-right: 12px;
}
like in fire, earth and air, or admin_index should be changed to have label wrapping control element too ( and probably adding class clearb on the element after ).
Offline
#15 2012-05-08 21:46:47
- jacob
- Member
- From: United States
- Registered: 2011-09-25
- Posts: 101
- Website
Offline
#17 2012-05-09 03:03:22
- NaMiSwAn
- Member
- From: Las Vegas
- Registered: 2012-04-10
- Posts: 86
- Website
Re: FluxBB 1.5.0 released
i have a question? if i upgrade my forum to 1.5 all my modifications will be gone or back to original setting? like banner , color , image auto re-size, and many more.
and one more question the v.1.5 have a new style or themes?
Last edited by NaMiSwAn (2012-05-09 03:13:39)
Looking For Very cheap and affordable DDS?
Just Visit This Site:
https://www.facebook.com/DatahostNetworksInc
VERY CHEAP DDS [DEDICATED SERVER] FOR $50 MONTHLY
Offline
#18 2012-05-09 06:09:29
- terrence
- New member
- Registered: 2012-05-09
- Posts: 1
Re: FluxBB 1.5.0 released
Is there a patch file to go from 1.4.9 to 1.5.0? I don't seem to find that anywhere. Thanks.
Offline
#19 2012-05-09 06:48:16
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Re: FluxBB 1.5.0 released
Is there a patch file to go from 1.4.9 to 1.5.0? I don't seem to find that anywhere. Thanks.
Offline
#20 2012-05-09 13:28:12
- clintonmass
- Member
- Registered: 2008-11-22
- Posts: 37
Re: FluxBB 1.5.0 released
The best way to use the new feature is to create a new default group (maybe called "New members") that is not allowed to post links (see group permissions). Then, you can automatically promote the members of this group to your old default group (maybe "Members") once they have reached e.g. 5 or 10 posts.
While it is not particularly easy or pretty right now, it is possible to basically restore the ranks functionality. You can do so by copying your new default group (once you're content with it) as often as you'd like, and then changing their default user titles according to your ranks. As a last step, you need to set up the auto-promotion.
I am a little confused by what this means. I am currently on 1.4.2 (I know, it's old...), and have three levels of ranks set up:
Member (minimum posts: 0)
Contributor (minimum posts: 100)
Patron (minimum posts: 250)
Will these ranks be preserved when upgrading to 1.5.0?
Offline
#21 2012-05-09 13:44:33
- arw
- Member
- Registered: 2012-03-20
- Posts: 119
Re: FluxBB 1.5.0 released
up to 1.4.9 it will be preserved
for 1.5.0 there is not anymore rank system, so you would need to duplicate your normal members group to have 3 members group :
- members1 group ( with status "Member" ) in which you get promoted after 100 posts to members2 group
- members2 group ( with status "Contributor" ) in which you get promoted after 250 posts to members3 group
- members3 group ( with status "Patron" ) in which you don't get promoted
finally the result is the same ( and you could even give advantages depending on group which wasn't possible with rank system )
Offline
#22 2012-05-09 14:00:57
- clintonmass
- Member
- Registered: 2008-11-22
- Posts: 37
Re: FluxBB 1.5.0 released
Thanks...
So, just to clarify, when upgrading to 1.5.0, all current user ranks will be thrown out and everyone will be lumped into the same group, unless I manually create new groups?
I'm OK with that. I'm mostly interested in the "new user" group feature of 1.5.0 that disallows links. I've just shut off registrations, because I've been getting nailed by spammers lately.
Offline
#23 2012-05-09 14:02:39
- Franz
- Lead developer
- From: Germany
- Registered: 2008-05-13
- Posts: 6,742
- Website
Re: FluxBB 1.5.0 released
Well, they are in the same group already, but their ranks (which determine the "title" that is displayed underneath their username) will be deleted.
You can then re-create those in the way arw described.
Offline
#24 2012-05-09 14:06:19
- clintonmass
- Member
- Registered: 2008-11-22
- Posts: 37
Re: FluxBB 1.5.0 released
Well, they are in the same group already, but their ranks (which determine the "title" that is displayed underneath their username) will be deleted.
Yes, gotcha. I was using incorrect terminology there. Thanks.
Offline
#25 2012-05-10 09:04:17
- Otomatic
- FluxBB Donor
- From: Paris - France
- Registered: 2010-01-26
- Posts: 577
- Website
Re: FluxBB 1.5.0 released
Hi,
We need a "hdiff" file for 1.4.8 -> 1.5.0.
Indeed, many FluxBB 1.4.8 users want to use directly FluxBB 1.5.0 version WITHOUT going through 1.4.9 and the existing "hdiff" is 1.4.9 -> 1.5.0.
Thanks
Ce n'est pas parce que l'erreur se propage qu'elle devient vérité. Ghandi
An error does not become truth by reason of multiplied propagation. Ghandi
Offline