FlatBoard v0.8 Beta

Fred
FlatBoard v0.8 Beta
Fred Tuesday 9th February 2016, 10:33:23

**v0.8** Release date: 2016-04-16
Download: [flatboard.7z (788 ko)](download.php?file=flatboard_latest.7z)
*v0.7.7 Release date: 2016-03-15*
*v0.7.6 Release date: 2016-02-28*
*v0.7.5 Release date: 2016-02-09*

#### Changelog 0.8
* Added 📢 announcement in config & theme.
* Added 🔘 status plugins (just visual activated/desactivated)
* Added permalink in reply for easly link a post.
* Added BBcode code,color and block (quote replace markdown).
* Update Font Awesome v.4.6.1 in plugin core.
* Debug & 💢fix windows path (in progress)

#### Changelog 0.7.7
* Added error bad password login.
* Added a really simple, but effective way of majorly slowing down bruit force attacks on wrong password attempts.
* Fixed all path directory (Windows compatibility).
* Change some url project in source code.

#### Changelog 0.7.6
![Badge Color picker](./uploads/color-badge.png)
* Little change css.
* Footer load stats and forum list optimization.
* Plugin.lib security fix 💥.
* More change in plugins and Flatboard redirect security fix.
* Add events for the closed and pinned threads *[(2016-02-09191722bb4d0)](view.php/topic/2016-02-09191722bb4d0)*.
* New hook for add link menu system `Plugin::hook(core_menu)`.
* Little UI change in plugin config page.
* Add color picker for badge/config style.
* Update simpleMDE to version 1.10.1.
* Translation Update
* More 🐞 bugs fixe.

#### Changelog 0.7.5
* Added report topic/reply.
* Added mail in config for the report feature.
* Added infinite scroll.
* Added field in config for the infinite scroll option
* More 🐞 bugs fixe.

#### Update note
Please read the [docs guide](view.php/plugin/page/p/docs) for update.

Last modified by Fred on Thursday 2nd April 2020, 14:26:00
Fred locked the discussion.
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

Replies 16
hmmy 🐝  Thursday 3rd March 2016, 01:36:09

  I added in a `@yahoo.com` address to test. I then reported (logged in as admin) and have not received anything.

Fred
Fred  Thursday 3rd March 2016, 09:54:38

  I think this is a server issue.
I have the same problem with the flatboard.co.nf hosting.
Make a new file named mail.php with these few lines in with your email, and send it to the server, or you installed Flatboard.

<?php
// Don't forget to delete it after testing is complete!
ini_set( 'display_errors', 1 );
error_reporting( E_ALL );
$from = 'info@flatboard.free.fr';
$to = 'hmmy@yahoo.com'; // Your email here
$subject = 'PHP Mail Test script';
$message = 'This is a test to check the PHP Mail functionality';
$headers = 'From:' . $from;
mail($to,$subject,$message, $headers);
echo 'Test email sent';
?>


Go to http://yourflatboard.com/mail.php and tell me if you receive mail in your box or you have errors.
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

73f16  Saturday 5th March 2016, 23:54:13

  This works. The reporting doesnt

Fred
Fred  Monday 7th March 2016, 13:12:48

  Do you have a access in your server by mail please?
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

JJ Kroc  Monday 7th March 2016, 19:23:09

  Any update on rating plugin?

Fred
Fred  Tuesday 15th March 2016, 08:32:52

v0.7.7 Released!, plugin Rate for next release i think...
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.

hmmy  Tuesday 15th March 2016, 16:42:06

  OOOh, so excited!

> Change some url project in source code.

What do you mean by this?

Also, you could simplify ratings by making something like:
![WP](https://s.w.org/plugins/emoji-reactions/screenshot-1.png?r=1371745)
![Git](https://cloud.githubusercontent.com/assets/25792/13683303/d55b8b7e-e6ba-11e5-9b31-59a8db92e456.gif)

Although, you they would just add to current rating. No karma (+1,-1)

Fred
Fred  Saturday 16th April 2016, 21:54:15

I wish you a good installation or update **Flatboard** in version 0.8 Beta.
The plugin `Rate` is deferred, as **Flatboard** is in beta stage.
  • Before ask a question, read the documentation.
  • 🎉  Featured as #1 product of the day on Product Hunt
  • Please like in alternativeto.net 👍🏻
  • ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
  • <TextField>, my new CMS project designed by a passionate developer, for developers!
  • I am currently busy 😫.