Adding Links Into ACP »  Show posts from    to     

Icy Phoenix


Old Support Topics - Adding Links Into ACP



napukjon [ Tue 15 Aug, 2006 19:42 ]
Post subject: Adding Links Into ACP
How would i go about adding links to my ACP menu? Added a new mod to my forum, and need to add an ACP link in there.

Thanks

Jon


ThE KuKa [ Tue 15 Aug, 2006 20:12 ]
Post subject: Respuesta: Adding Links Into ACP
That MOD you want to install?


napukjon [ Tue 15 Aug, 2006 20:16 ]
Post subject: Re: Adding Links Into ACP
Huh?


ThE KuKa [ Tue 15 Aug, 2006 20:28 ]
Post subject: Respuesta: Adding Links Into ACP
napukjon wrote: [View Post]
How would i go about adding links to my ACP menu? Added a new mod to my forum, and need to add an ACP link in there.

Thanks

Jon

Add links to ACP o add links to Navegation Menu ?


napukjon [ Tue 15 Aug, 2006 20:39 ]
Post subject: Re: Adding Links Into ACP
Ah Apologies! To the ACP!


Tom [ Wed 16 Aug, 2006 13:47 ]
Post subject: Re: Adding Links Into ACP
ACP links are automaticly gernerated if there is a admin_something.php file in the /adm/ folder.

The header of the file needs to be similar to this:
Code: [Hide]
  1. define('IN_PHPBB', 1);
  2.  
  3. if( !empty($setmodules) )
  4. {
  5. $file = basename(__FILE__);
  6. $module['Configuration']['Mod_Config'] = $file;
  7. return;
  8. }




Powered by Icy Phoenix