Active
Project:
Managing News
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2010 at 12:09 UTC
Updated:
9 Nov 2010 at 14:01 UTC
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
Comment #1
DjebbZ commentedIn 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.