breadcrumbs on top
breadcrumbs on top
10 years 1 month ago
Hello, how would I place another breadcrumbs on top?
Right now, it has breadcrumbs on bottom. I want breadcrumbs on both top and bottom.
Thanks.
Right now, it has breadcrumbs on bottom. I want breadcrumbs on both top and bottom.
Thanks.
Please Log in or Create an account to join the conversation.
Re: breadcrumbs on top
10 years 1 month ago
Hi deank,
Open the display.php file in the "components/com_kunena/templates/nts_kbento/html/" path and change about line 35.
to
The breadcrumbs will be appear on top of your forum layout.
Please let's us know if you have an other problem.
Best regards,
Open the display.php file in the "components/com_kunena/templates/nts_kbento/html/" path and change about line 35.
Code:
...
//$this->displayBreadcrumb ();
...
to
Code:
...
$this->displayBreadcrumb ();
...
The breadcrumbs will be appear on top of your forum layout.
Please let's us know if you have an other problem.
Best regards,
Huyen Nguyen
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Nice Theme Store's Support Department.
Support email: 9themestore[at]gmail.com
** Please post your site url here if it has been lived **
Please Log in or Create an account to join the conversation.
Time to create page: 0.239 seconds