Full path category in Title
Posted: 24 Sep 2015, 19:02
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 but it show only one parent category. I would like full path.
Thanks
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>';
Thanks