Login Register


Thoughts on forums and software filter_list
Author
Message
Thoughts on forums and software #1
Currently on my forums I am using IPB (invision powerboard 4) I was considering switching to mybb, but I wanted to know more so what are the pros / cons into going into mybb (exempting that mybb is more so for advanced users).

Along that question, what is your current favorite software for forums?

Reply

RE: Thoughts on forums and software #2
I've never really looked into IPB as I was using vBulletin so far so I can only advise you what I like dislike about MyBB from a developers perspective.

Pros:
The plugin system is nice.
As a base it's secure and expandable.
Easy to manage.

Cons:
Templating - Not sure why MyBB never used a templating framework such as twig.
A lot of unnecessary code causing increased loading time.
[Image: TExMo15.png]
[Image: github-10-xxl.png] [Image: twitter-xxl.png] [Image: home-5-xxl.png]

Reply

RE: Thoughts on forums and software #3
(06-08-2016, 10:43 AM)Paradigm Wrote: I've never really looked into IPB as I was using vBulletin so far so I can only advise you what I like dislike about MyBB from a developers perspective.

Pros:
The plugin system is nice.
As a base it's secure and expandable.
Easy to manage.

Cons:
Templating - Not sure why MyBB never used a templating framework such as twig.
A lot of unnecessary code causing increased loading time.

Yeah I haven't seen many nice templates (besides this theme and a select few others) it seems if you don't want to fork over a lot of cash you're stuck with building a theme by scratch.

Reply

RE: Thoughts on forums and software #4
(06-08-2016, 10:44 AM)Virtus Wrote:
(06-08-2016, 10:43 AM)Paradigm Wrote: I've never really looked into IPB as I was using vBulletin so far so I can only advise you what I like dislike about MyBB from a developers perspective.

Pros:
The plugin system is nice.
As a base it's secure and expandable.
Easy to manage.

Cons:
Templating - Not sure why MyBB never used a templating framework such as twig.
A lot of unnecessary code causing increased loading time.

Yeah I haven't seen many nice templates (besides this theme and a select few others) it seems if you don't want to fork over a lot of cash you're stuck with building a theme by scratch.

When I say templating system I mean that MyBB currently stores all templates within a database by default which is inefficient and makes it a pain to modify.
[Image: TExMo15.png]
[Image: github-10-xxl.png] [Image: twitter-xxl.png] [Image: home-5-xxl.png]

Reply

RE: Thoughts on forums and software #5
(06-08-2016, 10:46 AM)Paradigm Wrote:
(06-08-2016, 10:44 AM)Virtus Wrote:
(06-08-2016, 10:43 AM)Paradigm Wrote: I've never really looked into IPB as I was using vBulletin so far so I can only advise you what I like dislike about MyBB from a developers perspective.

Pros:
The plugin system is nice.
As a base it's secure and expandable.
Easy to manage.

Cons:
Templating - Not sure why MyBB never used a templating framework such as twig.
A lot of unnecessary code causing increased loading time.

Yeah I haven't seen many nice templates (besides this theme and a select few others) it seems if you don't want to fork over a lot of cash you're stuck with building a theme by scratch.

When I say templating system I mean that MyBB currently stores all templates within a database by default which is inefficient and makes it a pain to modify.

The thing I like about IPB, is that it's all pure XML, there's no extra resources you have to add. along with from what i've seen, manually editing things is quite a pain in the ass with mybb.

Reply

RE: Thoughts on forums and software #6
(06-08-2016, 10:49 AM)Virtus Wrote:
(06-08-2016, 10:46 AM)Paradigm Wrote:
(06-08-2016, 10:44 AM)Virtus Wrote:
(06-08-2016, 10:43 AM)Paradigm Wrote: I've never really looked into IPB as I was using vBulletin so far so I can only advise you what I like dislike about MyBB from a developers perspective.

Pros:
The plugin system is nice.
As a base it's secure and expandable.
Easy to manage.

Cons:
Templating - Not sure why MyBB never used a templating framework such as twig.
A lot of unnecessary code causing increased loading time.

Yeah I haven't seen many nice templates (besides this theme and a select few others) it seems if you don't want to fork over a lot of cash you're stuck with building a theme by scratch.

When I say templating system I mean that MyBB currently stores all templates within a database by default which is inefficient and makes it a pain to modify.

The thing I like about IPB, is that it's all pure XML, there's no extra resources you have to add. along with from what i've seen, manually editing things is quite a pain in the ass with mybb.

MyBB has a lot of pros but a the biggest con for me is templating. I cant really comment on IPB vs MyBB as I don't have enough experience with IPB to comment.
[Image: TExMo15.png]
[Image: github-10-xxl.png] [Image: twitter-xxl.png] [Image: home-5-xxl.png]

Reply

RE: Thoughts on forums and software #7
(06-08-2016, 10:51 AM)Paradigm Wrote:
(06-08-2016, 10:49 AM)Virtus Wrote:
(06-08-2016, 10:46 AM)Paradigm Wrote:
(06-08-2016, 10:44 AM)Virtus Wrote:
(06-08-2016, 10:43 AM)Paradigm Wrote: I've never really looked into IPB as I was using vBulletin so far so I can only advise you what I like dislike about MyBB from a developers perspective.

Pros:
The plugin system is nice.
As a base it's secure and expandable.
Easy to manage.

Cons:
Templating - Not sure why MyBB never used a templating framework such as twig.
A lot of unnecessary code causing increased loading time.

Yeah I haven't seen many nice templates (besides this theme and a select few others) it seems if you don't want to fork over a lot of cash you're stuck with building a theme by scratch.

When I say templating system I mean that MyBB currently stores all templates within a database by default which is inefficient and makes it a pain to modify.

The thing I like about IPB, is that it's all pure XML, there's no extra resources you have to add. along with from what i've seen, manually editing things is quite a pain in the ass with mybb.

MyBB has a lot of pros but a the biggest con for me is templating. I cant really comment on IPB vs MyBB as I don't have enough experience with IPB to comment.

come dev for my forum I'll show you a whole new world of shitty JS and ajax :^)

Reply

RE: Thoughts on forums and software #8
(06-08-2016, 10:55 AM)Virtus Wrote:
(06-08-2016, 10:51 AM)Paradigm Wrote:
(06-08-2016, 10:49 AM)Virtus Wrote:
(06-08-2016, 10:46 AM)Paradigm Wrote:
(06-08-2016, 10:44 AM)Virtus Wrote: Yeah I haven't seen many nice templates (besides this theme and a select few others) it seems if you don't want to fork over a lot of cash you're stuck with building a theme by scratch.

When I say templating system I mean that MyBB currently stores all templates within a database by default which is inefficient and makes it a pain to modify.

The thing I like about IPB, is that it's all pure XML, there's no extra resources you have to add. along with from what i've seen, manually editing things is quite a pain in the ass with mybb.

MyBB has a lot of pros but a the biggest con for me is templating. I cant really comment on IPB vs MyBB as I don't have enough experience with IPB to comment.

come dev for my forum I'll show you a whole new world of shitty JS and ajax :^)

I have enough hate for JS and Ajax thank you.
[Image: TExMo15.png]
[Image: github-10-xxl.png] [Image: twitter-xxl.png] [Image: home-5-xxl.png]

Reply

RE: Thoughts on forums and software #9
IPB and MyBB are dead, the best forum software today is Discourse.
It's about making dreams a reality

Reply

RE: Thoughts on forums and software #10
(06-08-2016, 12:13 PM)Oxyrus Wrote: IPB and MyBB are dead, the best forum software today is Discourse.

I've just taken a look over and it looks a lot more modern than most other BB software. MyBB 2.0 looks like it's being modernized and it will be using the Laravel framework with the twig templating engine if I remember correctly.
[Image: TExMo15.png]
[Image: github-10-xxl.png] [Image: twitter-xxl.png] [Image: home-5-xxl.png]

Reply







Users browsing this thread: 2 Guest(s)