Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2013-10-18 12:11:29

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Flarum forum software

candyman wrote:

Anyway the community has decided to stay with FluxBB: maybe a plugin can do this.

FluxBB is mod driven; it doesn’t have plugin system. As we are going avoid hacking FluxBB source, there isn’t going to be anything of that kind.

esoTalk

Mandatory requirement for a production software is a stable release.

Edit. Phil be faster.

Last edited by Gocom (2013-10-18 12:13:52)

Offline

#26 2013-10-18 12:20:16

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Flarum forum software

philwareham wrote:

included in the version control systems we use for development

Their front-ends and the services we use; issue tracker and GitHub.

For instance if you want a specific feature from our support forum, you try and post a request to our forum’s issue tracker.

Last edited by Gocom (2013-10-18 12:20:54)

Offline

#27 2013-10-18 12:36:25

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Flarum forum software

That said, the URL shortening is not that useful. Services such as Twitter automatically resolve and shorten any URLs, others detect redirects and warn you about potential URL masking. Those left don’t have any post length limitations. And, I don’t want to sound like killjoy, but we don’t want 3rd-parties be tracking our users if possible.

Anyway, if someone wants super short URLs for this forum in particular, the easiest way is by registering a short domain and mapping URLs from there to here:

<IfModule mod_alias.c>
    RedirectMatch ^p/[0-9]+$ http://forum.textpattern.com/viewtopic.php?pid=$1#$1
    RedirectMatch ^[0-9]+$ http://forum.textpattern.com/viewtopic.php?id=$1
</IfModule>

Giving:

http://txp.pw/35386
http://txp.pw/p/276115

Offline

#28 2013-10-18 12:53:50

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: Flarum forum software

philwareham wrote:

FluxBB doesn’t have any plugins, only mods that amend the source code, which we won’t be using.

PunBB does and it also has a subforums plugin. Is there a particular reason we don’t want to go back to PunBB?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#29 2013-10-18 13:46:56

philwareham
Core designer
From: Haslemere, Surrey, UK
Registered: 2009-06-11
Posts: 3,564
Website GitHub Mastodon

Re: Flarum forum software

FluxBB is what we inherited from previous devs, and it works well enough for what we need. I think you’ll be pleased with the overall upgrade once it’s live and in use. Gocom has done some really nice work on the featureset – and FluxBB v1.5 itself is an improvement on v1.2 in many areas.

I certainly have no desire to migrate to another forum platform (PunBB and FluxBB are quite different codebases now despite their shared origins). Also PunBB development is almost non-existent (30 commits in 14 months), whereas FluxBB development seems pretty active to me.

Subforums are of debatable value after doing an audit of the current forum, they have the tendency to bury important content that would be more visible as a standalone forum on the index page.

Offline

#30 2015-08-10 05:41:01

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: Flarum forum software

FluxBB and esoTalk have merged: the result (really impressive) is Flarum.
The Beta is behind the corner.

BTW, can you help me in this discussion? The guy who is developing an interesting formatting library (Markdown, of course) says that the Textile support isn’t sure ‘cause it’s hard to add the block-level markup.

I need to have my old forum (with many threads) and my blog (with less history) with the same formatting: obviously if I can’t migrate my forum posts in Textile I should have to renounce to Textile in favour of Markdown.

Last edited by candyman (2015-09-05 06:46:55)

Offline

#31 2015-09-05 06:49:06

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: Flarum forum software

The beta is out.

No textile parser, so far.
I think I’ll be forced to renounce to textile on my blog to get the same markup of the forum (see my previous comment).

Last edited by candyman (2015-09-05 06:50:58)

Offline

#32 2015-09-05 18:01:08

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,071
Website Mastodon

Re: Flarum forum software

lovely forum software. ! like the About statement:
“My name is Toby Zerner. I’m a 22 year old Aussie. Last year I completed my third year of undergrad medical school.” … then in his spare time he developed Flarum?!


…. texted postive

Offline

#33 2016-02-23 15:42:54

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,909
Website

Re: Flarum forum software

May I propose renaming the subject of this thread to just “Flarum” so that the name is at least mentioned once in the head post.

Bon. On to business…

The install docs under URL rewriting has sections for nginx and lighttpd, and say make sure this stuff is added in your server configuration block.

What config “block” are they talking about, exactly? Where?

Offline

#34 2016-02-24 13:08:23

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,909
Website

Re: Flarum forum software

I now have Flarum installed locally. I ignored the “server configuration block” stuff (still don’t know what they mean), but it didn’t seem to effect anything in my case.

Next step for exploration is customizing the UI (theme, if you will). They use LESS, which I’ve not bothered playing with before. Anyone else farting around with Flarum yet?

Offline

#35 2016-02-25 09:18:20

candyman
Member
From: Italy
Registered: 2006-08-08
Posts: 684

Re: Flarum forum software

Some months ago I’ve asked for a Textile plugin but at the moment wasn’t planned.
I need to join my TXP blog with an old phpBB forum that I want to migrate to Flarum: I think that will be the time to switch from Textile to Markdown :(
I would be interesting also a shared DB (for users and login) but actually is over my “skills” :P

Offline

#36 2016-02-25 12:15:48

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,909
Website

Re: Flarum forum software

candyman wrote #297993:

I would be interesting also a shared DB (for users and login)

Yes, I can see that being valuable for community sites, like CSF. So that contributing authors could use the same account to access the discussion boards, for example. Especially as there’s talk of an extension to use Flarum threads as article comments. Flarum will have a full API for integrating apps too, apparently.

Offline

Board footer

Powered by FluxBB