Label in List problem

scale

New Member
hello,

I want to display the labels in list with div in template user.

I think all param are ok. Maybe it's not possible?
Any idea?
 
In order to show the labels, you'll need to clone the div template and make a small change. So copy the components/com_fabrik/views/list/tmpl/div folder to a name of your choice, edit default.php, and change ...

// Show the labels next to the data:
$this->showLabels = false;

... to ...

// Show the labels next to the data:
$this->showLabels = true;

Then select your copy as the template to use for the list.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top