Part 1
This walk-through will take you step-by-step through the process of creating a working XenForo Add-on.
The Add-on created will allow Admins to prevent the editing of signatures for members with less than a specified amount of posts, and who belong to a particular group. To accomplish this we will need to set up a Listener, an Admin Options Page, and create the PHP files.
I decided to not use screen shots in this walk-through as I want to give the feel that you already know...
Read more
This walk-through will take you step-by-step through the process of creating a working XenForo Add-on.
The Add-on created will allow Admins to prevent the editing of signatures for members with less than a specified amount of posts, and who belong to a particular group. To accomplish this we will need to set up a Listener, an Admin Options Page, and create the PHP files.
I decided to not use screen shots in this walk-through as I want to give the feel that you already know...
Read more