Claudio
Well-known member
I was reading an opinion of Ian (DBTECH):
What do you think about this? Do they need to understand XF software first or his opinion is right?
https://www.vbulletin.com/forum/sho...-vB5-Connect?p=2350018&viewfull=1#post2350018
We did try to develop for xenForo, but due to the fact that development of xF has ground to a halt, and we find codebase less plugin-friendly than vB5 (please don't take this as an official company-sanctioned comparison ), we decided to scale back development on it.
Let me give you a rough example of coding for vB vs coding for xF. Let's say you want to add a custom page that runs your custom code.
xF:
1. Create a route prefix in the admincp (~5 form elements)
2. Create a controller handler (~5 form elements) in the admincp that refers from the route prefix
3. Create a controller handler file in the filesystem (partially copy-pastable) that handles the actions and tells xF what template to render
4. Create the template in the AdminCP and edit it
5. Edit the controller file / template as needed
vB5:
1. Create a route in the mod's installer code
2. Create a widget and edit its template how you like
3. Create an API file in the filesystem and add code as needed
TL;DR / non-technical: We find it easier to create an addon for vB5 than it is to create an addon for xF.
What do you think about this? Do they need to understand XF software first or his opinion is right?
https://www.vbulletin.com/forum/sho...-vB5-Connect?p=2350018&viewfull=1#post2350018