
2) for the permissions, same result, they seem ok to me:
https://drive.google.com/open?id=1af9te ... EaEb1zytgb
BTW, thanks for the tip about the effective permissions, can be useful.
yeah, I've thought about adding some debug too, but I'm not used to develop in this environment, so I didn't know how to log. If you send me an example, I can install it and modify it to add more traces if necessary.
true
to false
in the migrations file, lines 141 and 142 as well as adding array('permission.add', array('m_survey', false)),
as new line 144 would do the trick.Not so sure, finally: for "normal" users, the hierarchy of classes is changed by Survey, I think. Instead of having the different classes "post has-profile bg2" (or bg1) nested in the class "page-body", they are at the same level. So they have not inherited the properties of "page-body".
Code: Select all
<div id="wrap" class="wrap">
<div id="page-header">
<div class="page-body" id="page-body" role="main">
<div class="post has-profile bg2" id="p46637">
<div class="post has-profile bg1" id="p46638">
<div class="post has-profile bg2" id="p46639">
Code: Select all
<div id="wrap" class="wrap">
<div id="page-header">
<div class="page-body" id="page-body" role="main">
<div class="post has-profile bg2" id="p46637">
<div class="post has-profile bg1" id="p46638">
<div class="post has-profile bg2" id="p46639">
Code: Select all
377d376
< <!-- ENDIF -->
379a379
> <!-- ENDIF -->