Webmastersite.net
Register Log In

Is it possible to display links in root categories?
But how to make category 2 display links from category 3 too.

Comments on Is it possible to display links in root categories?

Adre
Beginner

Usergroup: Member
Joined: Jun 30, 2020

Total Topics: 2
Total Comments: 3
Adre
Is it possible to display links in root categories?
Posted Jul 05, 2020 - 2:46 AM:

At the moment, I have found that this can be done for category 1.

Category 1
--- Category 2
----- Category 3

In the first category, links from category 2 and 3 will be displayed. But how to make category 2 display links from category 3 too.

P.S. A small error In the language file Russian.lng - remove unnecessary space in a variable.

email_memsendinstructionssubject=|Платежные инструкции для Вашего {SITETITLE(there is a space)} аккаунта|.


And in the file: displaylinks.tpl

It may be worthwhile to set conditions so as not to display an empty header (UX / UI) when the menu items are somehow hidden (no rights, etc.)

<IF {CATCANSUBMITLINKS} or {SWITCH_DENIALPAGE}>... else ... if 


In code:

<div class="toolscolumn">
<div class="box panel panel-default bg-light">
<div class="boxtitle panel-heading card-header bg-primary text-white" onclick="wsn_minmax('actionsbox')">{FUNC_SHOWICON[cloud-upload]} <h3 class="panel-title card-title">{LANG_DISPLAYLINKS_ACTIONS}</h3></div>
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Jul 06, 2020 - 4:54 AM:

The option is only available for top level categories (Admin -> Categories -> Category Settings -> "Fill Top Level Categories from Subcategories?"). I could add a "Fill All Categories from Subcategories" option for you as a custom project for $30.

I've applied the language fix for the next release.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.