[TYPO3-dam] dam_frontend

Alisha mail at alisha-huber.de
Mon Jul 4 21:01:07 CEST 2011


for the first problem, i found the solution:
in frontend/catTreeView.php

function wrapTitle($title,$row,$bank=0) {
$id = (int)t3lib_div::_GET('id');
$param_array = array (
	'tx_damfrontend_pi1' => '', // ok, the t3lib_div::linkThisScript cant 
work with arrays
	'tx_damfrontend_pi1[catPlus]' => null,
	'tx_damfrontend_pi1[catEquals]' => $row['uid'], // hier
	'tx_damfrontend_pi1[catMinus]' => null,
	'tx_damfrontend_pi1[catPlus_Rec]' => null,
	'tx_damfrontend_pi1[catMinus_Rec]' => null,
	'tx_damfrontend_pi1[treeID]' => $this->treeID	);


The other problem still exists...

greets
alisha

  Am 01.07.2011 22:06, schrieb Alisha:
> Hello,
> I am looking for solutions to these two questions:
>
> In Cattree, the link of the category (the word, not the icon) show the
> same result as the function "plus" - it is possible to instead use the
> function "equal", when the user clicks on the word / the category? I
> could not find the right lines in the code...
>
> and:
>
> In my template in the listview I add a checkbox for each record. The
> state of the checkbox (checked, unchecked) depends on the existence of a
> record from another table. I tried using ajax to activate the
> checkboxes, but not all browsers execute correctly.. Has anyone any idea?
>
> I use DAP 1.2.2, Typo3 4.5.3 and 0.6.5 dam_frontend
>
> Thanks and greets
>
> Alisha



More information about the TYPO3-project-dam mailing list