MyBB Community Forums

Full Version: Few questions for adminCP plugin.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a few questions currently before i can progress further with the plugin i have been writing.

  1. Is there any easy way to create a page that looks almost identical to the login page (without the username/password input box) and add to that your own text/information?
    I have looked at /admin/inc/class.page.php (line 319 forwards) how MyBB makes the page.
    But what is the most easy way to reproduce a similar page? Create custom templates or is there some way to use the currently existing code?
  2. Another question would be if i add an input box (with submit) to this page. Can i just use $mybb->input['$something'] to retrieve it?

Hopefully somebody is able to help me.

Edit

Sorted both problems.