[Typo3-dev] DAM

Volker Graubaum volker.graubaum at e-netconsulting.de
Fri Oct 22 13:10:09 CEST 2004


Hi Ben,

>> P.S.: Volker's suggestion sounds very likely to me...
> that is not the cause. already have some cats.

Yeap, I you`re right. It`s a problem when you are
on the root level of categories, write?

You could solve this, through changig the function,

dam_selectProc() in the class tx_dam_stdselectionCategory
in file dam/lib/class.tx_dam_stdselection

Just add in the first line

	if($id){

and before the return value

	}else{
		$query = 1;
	}

Now you will get all files :-)

Greetings Volker




More information about the TYPO3-dev mailing list