Hi guys

Just a small thing : in the the view "mn_channels", the display "Block : list of channels" has a "Node: Title" field, which has the option "Link this field to its node". Problem : it make the page display of the view mn_channels_news with the path "channel/%" never used anywhere in the site.
I'm not providing a patch (I could if I export both versions of the view and diff them), but the solution is really simple : tick "Output this field as a link" and make it point to "channel/[nid]" (so the view also needs an excluded from display "Node: Nid" field before the "Node: Title").

Hope this helps !

Comments

DjebbZ’s picture

In addition, in the Page display of the same view (mn_channels), the same change should be done for the Node: Title field, so everything remains consistent.