XF 1.5 Recommend how to start customizing all page

Hello,

I'm using Xenforo license.
We have the plan to customize our forum.
All pages will be changed by new html(+layout), css and javascript,
and keep using function & system of xenforo. (and New function added.)

(For example, See http://www.rpgfix.com/forums/ . New html, css, javascript!)

I think there is a limit of custimizing for using Template, Template modification.
Please advise me to start developing.
(I'm Web developer.)

Is there any reference for Xenforo Framework ?
I think first I need to understand Xenforo framework (controller, rendering, db connection, compile..)
Please help.

Thank You.
 
I do not think there is a limit on customising Templates. But it really depends on how you plan on customising them.

To code for Xenforo you will need to have an understanding of the OOP system. From what I have seen Xenforo makes use of the Zend Framework. Have a read at these documentations. They are very easy to follow and they have helped me a great deal. I hope that they will be of any help to you too.

https://xenforo.com/community/threads/creating-an-addon.5416/

https://xenforo.com/community/threads/how-to-add-more-actions-to-an-existing-controller.11202/

https://xenforo.com/community/resources/understanding-the-xenforo-class-proxy-system.2080/

https://xenforo.com/community/threads/how-to-use-template-hooks.13167/

https://xenforo.com/community/resou...beginners-best-practices-tips-and-tricks.975/
 
Top Bottom