Author Topic: New sections in ACP (like PlugIns)  (Read 3490 times)

0 Members and 1 Guest are viewing this topic.

Offline TIMT

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
New sections in ACP (like PlugIns)
« on: August 09, 2005, 03:48:12 PM »
Hi everybody

I wrote some php-scripts for sql-requests. Now I'd like to start this scritps from the ACP. I want a new section "Requests" (like "PlugIns").
In this new sections I want to have a link for each script.

How can I do that?

Thanks for your help.




TheOracle

  • Guest
Re: New sections in ACP (like PlugIns)
« Reply #1 on: August 09, 2005, 04:53:23 PM »
In the admin folder, create a folder called : ' plugins ' and upload your personalized PHP file into that folder. From there, you should be able to see the filename from your left side of the menu in your ACP.

Offline TIMT

  • Hero Member
  • *****
  • Posts: 505
    • View Profile
Re: New sections in ACP (like PlugIns)
« Reply #2 on: August 09, 2005, 05:07:44 PM »
Thanks!!!   :D