Creating AdminCP Pages (For your plugin)

Spartak

Well-known member
Member
Joined
9 yrs. 9 mth. 5 days
Messages
587
Reaction score
8,878
Wallet
0$
Creating AdminCP Pages (For your plugin)

I once started on a little documentation bit for the Plugins section of MyBB Docs. After a while, I noticed my writing style did not quite fit that of documentation, and I've also had no time to finish what I intended to write. <br />
<br />
The documentation can help plugin developers create custom pages in AdminCP for their plugins. It's also quite a light read.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">It includes:</span><br />
- Hooking to AdminCP<br />
- Setting up a simple page<br />
- Using the built-in Table class<br />
- Adding Pagination to tables<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Missing:</span><br />
- Permissions to Pages<br />
- Using the built-in Form class<br />
- Using other built-in functions (codebuttons editor, pop-up buttons)<br />
<br />
<a href="
Please, Log in or Register to view URLs content!
" target="_blank" rel="noopener" class="mycode_url">You can view it here on GitHub</a>!<br />
<span style="font-size: x-small;" class="mycode_size"><span style="font-style: italic;" class="mycode_i"><a href="
Please, Log in or Register to view URLs content!
" target="_blank" rel="noopener" class="mycode_url">
Please, Log in or Register to view URLs content!
</a></span></span>


Please, Log in or Register to view URLs content!
 
Top Bottom