You are not logged in.
- Topics: Active | Unanswered
#51 Re: Announcements » FluxBB 1.5.0 released » 2012-05-06 23:58:58
- Franz
No, 1.5.0 is like 1.4.10. If there are no security issues, 1.4 won't see another release.
#52 Re: Announcements » FluxBB 1.5.0 released » 2012-05-06 20:47:45
- Franz
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.
#53 Announcements » FluxBB 1.5.0 released » 2012-05-06 20:28:55
- Franz
- Replies: 25
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 . 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!
#54 Re: General support (1.4 / 1.5) » How to remove board title in header, add link to image instead? » 2012-05-06 20:09:07
- Franz
How do you get different themes to use different main.tpls? I'm a complete amateur coder and I can't figure it out.
You can simply add a main.tpl to a folder with the same name as the style (in the style/ directory). So, for a style named "example" (you should already find an example.css), put it in example/main.tpl. It will be loaded automatically.
#55 Re: Core development » Email issues » 2012-05-06 19:09:02
- Franz
If I understand that guy's explanation correctly, it would be better to use \n instead of \r\n, because that's how PHP adds the first header anyways (even though that's technically incorrect).
Is that right?
#56 Re: General support (1.4 / 1.5) » Editing CSS - Page Layout width [Solved] » 2012-05-06 12:02:44
- Franz
Did you add this at the end or beginning of Air.css - that might be the problem, because there's already a CSS rule regarding .pun in there, and if you added yours too early, you might not have overwritten it.
Do you mind sharing the link? That way we can check what you did (wrong). ![]()
#57 Re: General support (1.4 / 1.5) » Can't change users' passwords » 2012-05-06 02:47:05
- Franz
You can change a user's password without knowing their old one in v1.4.x - not sure what's the problem?
#58 Re: General support (1.4 / 1.5) » How do you remove the "Moderated by" text? » 2012-05-06 02:45:06
- Franz
Have you tried searching the forums? We've had this same question at least twice in the last month...
Add this to your stylesheet:
p.modlist { display: none; }#59 Re: Feature requests » Notification system » 2012-05-05 08:14:40
- Franz
The way I see it, extensions will be able to require other extensions, so that would work ![]()
#60 Re: Feature requests » Notification system » 2012-05-04 12:04:11
- Franz
Sounds good for an extension, I'd say ![]()
#61 Re: General support (1.4 / 1.5) » The tiniest of bugs » 2012-05-03 22:28:17
- Franz
Find this in post.php and please post a few lines surrounding it:
<?php echo $action ?>#62 Re: Modifications (1.4 / 1.5) » Auto-ban » 2012-05-03 16:04:30
- Franz
Isn't that kind of against the point of censoring? After all, we remove (or replace) these words for a reason ![]()
#63 Re: Announcements » FluxBB 1.5-beta released » 2012-05-03 12:07:27
- Franz
but I imagine it's not done since two thing to do the same thing is one thing too much
Exactly. But I agree that ranks could be simpler.
But that just means that we'll think about a simpler interface for this feature in 2.x (I already have an idea).
#64 Re: Announcements » FluxBB 1.5-beta released » 2012-05-03 09:53:33
- Franz
Well, the two branches would not diverge by much - the only difference would be the anti-spam features, everything else would continually be merged.
I think the main idea was to keep people from complaining about having to do large updates like this, but as it stands, they don't have to, as none of the changes are security-relevant, so that might be okay, unless we hear otherwise?
But I do see your point and mostly agree.
So, my suggestion now: only continue the 1.5 branch (our numbering scheme forces us to increase the number), which would then basically be v1.4.10.
Unless people complain? But then again, we can't make everyone happy, and I'd personally agree that this approach keeps us a little more relaxed.
#65 Re: Core development » Email issues » 2012-05-03 07:13:15
- Franz
It works fine for report notification emails. Strange.
#66 Re: FluxBB discussion » Languages » 2012-05-01 20:51:25
- Franz
Thank you, I pushed the update.
#67 Re: FluxBB discussion » Languages » 2012-05-01 19:55:33
- Franz
Franz wrote:It would be the easiest for us if you could do it on GitHub (in your own fork and then submit a pull request), but if you're unable to do that, we could do it, too, if you send us the package.
You can download it here.
404 Error. ![]()
#68 Re: General support (1.4 / 1.5) » Upgrading from 1.2 to 1.4 » 2012-05-01 17:10:45
- Franz
Moved.
I suppose you need to delete your cache (delete all PHP files in the cache/ directory).
#69 Re: FluxBB discussion » FluxBB 1.5 --> Worpdress integration » 2012-05-01 17:09:41
- Franz
Just send me an email with your questions. I speak plenty of German myself ![]()
#70 Re: General support (1.4 / 1.5) » Can't change users' passwords » 2012-05-01 17:09:01
- Franz
I mainly bumped so it'd show there's new posts.
Not a good reason, be patient ![]()
And I'm transferring from PunBB-Hosting which used 1.2, so my plan was to switch from PunBB-Hosting to 1.2 and then from there switch to 1.4.
Then I suggest you do that - everything will become much easier suddenly, trust me. ![]()
#71 Re: FluxBB discussion » Languages » 2012-05-01 17:07:02
- Franz
It would be the easiest for us if you could do it on GitHub (in your own fork and then submit a pull request), but if you're unable to do that, we could do it, too, if you send us the package.
#72 Re: General support (1.4 / 1.5) » "Error: Unable to fetch guest information." » 2012-04-30 07:27:34
- Franz
Well, did you import your database from PunBB-Hosting, as Smartys said?
#73 Re: General support (1.4 / 1.5) » ranks not working » 2012-04-30 07:25:30
- Franz
It's supposed to do that, the ranks feature only changes the title under their username, not their actual user group (right?).
Indeed.
Funny that you say this, though, this feature is actually coming in 1.5...
#74 Re: General support (1.4 / 1.5) » "Error: Unable to fetch guest information." » 2012-04-29 16:08:32
- Franz
Please enable debug mode and paste the full error!
#75 Re: Feature requests » Implementing better password hashing for FluxBB 1.x » 2012-04-29 16:07:28
- Franz
First of all, we did not improve the password hashing in the 1.4 branch because of the point Smartys mentioned: it would break every single existing integration (due to the fact that we don't have simple functions for these purposes which requires integrations to copy code).
We did, however, discuss whether we could offer an extra branch with better password hashing. As we now have a new branch, this might be worth talking about.
As Smartys said, PHP 4 will have to be supported to some degree, though.
