-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NFR] Forum Module #25
Comments
Agree, this is a good idea =) |
I've freed up some spare time now so should be able to jump onto this PR soon. |
Great news! I will freed up my time at next week, coz now I'm finishing some issues related to Crimea. As for Phosphorum 2 - it seems that all code can be moved to PhalconEye as module without any problems, only autherization must left on PhalconEye and maybe it would be greate also to create some subsystem for different Auth API's like Github, Facebook, etc. |
I will give it a go - fork the forum, add manifest and see how for it could go. I think that Github-repo based modules is a great idea which might simplifies things a lot. |
Yep, i thought about that feature from first steps )))... but with time I understood that i need to do a lot... so I put it on the shelf for a better time )) |
So I got to the point where it installs and works fine. Despite a few glitches it's not that bad at all. You can check it out at: https://github.com/WooDzu/forum I've only added these:
Instructions if anybody decides to give it a go:
I tested on windows and ubuntu This might or may not be a good starting point, we'll see. The cms is missing admin for module parameters so categories must be added manually in database before posting anything. |
Interesting... This module is just like a bridge between forum and PhalconEye, it seems that this is "dirty" way, but it's cool! Thanks, I will look on it today/tomorrow. 👍 |
I personally don't think it's a good idea for those two applications to be merged together. They are just so different. I think much better effects could be achieved by adding a second sign on technique to phosphorum, via a phalconeye gate. That way both applications stay separate and can be updated separately, while still allowing for 'single signon' etc. |
This bridge is really experimenting with both Phalcon and the cms, but the more time I spend on it the more "dirty" things get vanished. I do agree that dedicated cms module is the way to go |
I have seen Forum as one of the modules to be introduced into the CMS.
What I would like to suggest is actually re-using some of the sourcecode from the official Phalcon Forum eg. https://github.com/phalcon/forum
Happy to work out a PR
The text was updated successfully, but these errors were encountered: