Page 1 of 1

Full path category in Title

Posted: 24 Sep 2015, 19:02
by cutor
Hello
in details of file or in category i need to see parents category.

some these: main category/ subcategory1/ subcategory2/ filename

now i see only name of file or name of actual category. No parent.

i tried in com_phocadownloads\views\file\tmpl\default.php change this

Code: Select all

echo '<h3 class="pdfv-name">'.$linkUpText."/".$l->getName($v->title, $v->filename, 1). '</h3>';  
but it show only one parent category. I would like full path.

Thanks

Re: Full path category in Title

Posted: 27 Sep 2015, 23:48
by Jan
Hi, for now ths needs to be customized directly in php code :idea:

Jan