[Typo3-dev] BE extension modules

Simon Child simondt at gpuk.net
Mon Feb 23 01:12:36 CET 2004


"Markus Lange" <markus.lange at bgm-gmbh.de> wrote in message
news:mailman.867.1077179751.264.typo3-dev at lists.netfielders.de...
Hi Simon,

>> Simon Child said:

>> I just want a title for a section.

> edit file mod1/conf.php
> uncomment the line
> $MCONF["script"]=index.php
> now you have a dummy module

I think maybe you meant to say comment the line, not uncomment it?

I do this, but still the 'dummy module' header is a clickable link (but
doesn't do anything). However, once I put a module into this new section, it
is no longer a clickable link.

> notice the name NAMEofMAINMODULE from
> $MCONF["name"]="NAMEofMAINMODULE";

> edit
> mod1/conf.php of 'submodule'
> change
> $MCONF["name"]= "NAMEOFSUBMODULE";
> to
> $MCONF["name"]= "NAMEofMAINMODULE_NAMEOFSUBMODULE";

> thats it!

I did that, but that didn't fix it.

However if I do that AND edit ext_tables.php

t3lib_extMgm::addModule("NAMEofMAINMODULE","NAMEOFSUBMODULEM1","",t3lib_extM
gm::extPath($_EXTKEY)."mod1/");

then it works just as I wanted. Thanks.

-- 
Simon Child







More information about the TYPO3-dev mailing list