I am making one intranet site using DNN 6.2
. in that i have suppose 5 pages A,B,C,D and E.Now i have a skin which i have to apply on all those 5 pages. Now in skin we have a left pane,in left pane we are placing one module
(say module
"abc"). Now the problem is that i have to go to each of 5 pages and put the module
in the left pane. then if i do some setting
in module on page A and i want that same setting
should be on the all 5 pages then i have to go to all 5 pages and do the settings individually.
is there any way to do the thing like i should be able to change the setting
of module
at one place and same settings
should reflect on all 5 pages.
one more question : is there any way that while designing the skin
i could be able to put the module in skin
itself .