V
V
Vampiro2012-08-25 19:13:32
symfony
Vampiro, 2012-08-25 19:13:32

Symfony2 + Forum, or Forum + Symfony2, or is there a Symfony2Forum bundle, but it is blocked by Google?)?

Actually, now I'm considering options for screwing the forum. There are three options:
1. Take registration from FOSUser, and finish it to create users in some forum a la phpBB
2. Install a forum, and set a UserBandle table on it so that they register on the forum and crawl around the site.
3. Wait for phpBB4 which they promise to do on S2.
Share your experience, or sensible bandlik.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
alexeyshockov, 2012-08-25
@alexeyshockov

There was a similar issue.
We decided to simply periodically (every minute) upload accounts from the main site (Symfony 2) to the forum database (FluxBB). In the latter, they only changed the password encryption algorithm (a couple of lines).
The problem needed to be solved quickly, this solution in our case turned out to be optimal in terms of time / quality ratio.

S
sdevalex, 2012-08-25
@sdevalex

All large forum engines have an API through which you can register / authorize users. Why doesn't it fit?

S
Sergey, 2012-08-25
Protko @Fesor

Probably few people use Symfony2 in conjunction with forum engines, or the task is very specific. In fact, it is difficult to solve it fairly evenly.
The easiest way to solve this problem is to use events and write a service for authorization on the forum.
Upon successful registration and / or registration, an event is called (I don’t remember exactly what and how, but a couple of months ago I had to implement some specific action for successful registration / authorization, something like notifications to the administrator). I made based on FosUserBundle with a few tweaks. Out of the box there is everything you need to solve your problem.
You can implement this without any bundle, arrange the library with the API as a service - you also don’t need a separate bundle for this. Conclusion - a ready-made bundle is not needed, since everyone has their own requirements.

V
Vilmas, 2012-09-26
@Vilmas

I do not understand why phpbb3 did not fit, especially since the installation seems to be quite simple. phpbb4 will not be released soon, I think.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question