MyBB.de Forum
Eigene Seite im Adminpanel erstellen - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html)
+---- Thema: Eigene Seite im Adminpanel erstellen (/thread-11841.html)



Eigene Seite im Adminpanel erstellen - sebastian3288 - 18.12.2008

Hallo,

wie der Threadtitel schon sagt, möchte ich eine eigene Seite erstellen (für das Frontend gibt es ja dieses Tutorial).
Wie kann ich allerdings im ACP eine eigene Seite erstellen?

mfg
stalker.


RE: Eigene Seite im Adminpanel erstellen - Michael - 18.12.2008

Das kannst du per Plugin machen. Schau dir mal ein Plugin an, dass eine neue Seite im Admin-CP erstellt. Dann siehst du wie das funktioniert.


RE: Eigene Seite im Adminpanel erstellen - Sebastian1990 - 18.12.2008

Vom Preifx Tool her kenne ich es so:

PHP-Code:
function prefix_toolsmenu($sub_menu)
{
        
$sub_menu[] = array(
                      
"id" => "prefix",
                      
"title" => "Prefix-Manager",
                      
"link" => "index.php?module=config/prefix"
                      
);


PS: Michael du warst schneller Toungue