<![CDATA[ Quip - Comment Moderation - 'Access denied.' - My Forums]]> https://forums.modx.com/thread/?thread=38106 <![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-464097 Quote from: orbitalalliance at Sep 16, 2011, 07:13 PM
Thanks for the posts... was able to get access taken care of... is there a way to limit the quip resources to a specific context, so that when a mgr who has access to only one context, can only see quip moderation for that one context.

thanks for your help.

I'm interested in this as well, is there any one who knows the solution for this.

(i know this is a very old thread but I thought I should give it a try anyway)]]>
raadhuis Apr 24, 2013, 03:26 AM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-464097
<![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-395690 jcurtis Oct 03, 2011, 10:42 AM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-395690 <![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-393635
thanks for your help.]]>
orbitalalliance Sep 16, 2011, 02:13 PM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-393635
<![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-214969
Instead of leaving the user group "Administrator" named the way it was, I had changed it to "Administrator - Group".
I had also changed the names of the roles. So "Super User" was changed to "Admin - Role" and "Member" was changed to "Anyone".

The reason this is important is because when you install Quip, it will automatically create a Context Access for you in your user group Administrator, with a minimum role of Member. Since I had changed the names of the user group and role, it didn’t do this automatically.

I still can’t see the unapproved comments on the correct tab and there are still the wierd goings ons, mentioned above.

Edit:
I can now see the unapproved comments on the Unapproved Comments tab. I had to add this to my snippet call because my user group for administrators had been changed from "Administrator" to "Administrator - Group":
&moderatorGroup=`Administrator - Group`]]>
heavensbest Apr 11, 2011, 12:27 PM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied?page=2#dis-post-214969
<![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214968
Security -> Access Controls -> User Groups -> edit Administrator group
Context Access -> Add Context
-context: mgr
-min role: 0
-access policy: QuipModeratorPolicy
Save
Save


Security -> Access Controls -> Access Policies -> edit QuipModeratorPolicy
check quip.thread_remove
Save


Security -> Flush All Sessions -> Yes
Log back in


Components -> Quip


I now see the comments, but there is still something wierd going on. (This may be a bug, it may not be. If it is, let me know and I’ll report it.)

The Wierd Going Ons:
-Unapproved Comments Tab
-- I don’t see the comments that are unapproved
-- I sometimes see one search box in the upper right and two search buttons
-Latest Comments Tab
-- I sometimes see a search box, a search button, and then another search box

See the attachment (if it works):
]]>
heavensbest Apr 11, 2011, 10:46 AM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214968
<![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214967 heavensbest Apr 11, 2011, 09:28 AM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214967 <![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214966 kirkhuyser Mar 22, 2011, 03:00 PM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214966 <![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214965 "Access denied" and "No data to display" after posting comment.

Here’s my code (from the instructions - I want comments on same page as original post):

<div id="content" class="blog-post">
<h2 class="title"><a href="[[~[[*id]]]]">[[*pagetitle]]</a></h2>

<p class="post-info">
Posted on [[*publishedon:strtotime:date=`%b %d, %Y`]] |
Tags: [[*tags:notempty=`[[!tolinks? &items=`[[*tags]]` &key=`tag` &target=`38`]]`]] |
<a href="[[~[[*id]]]]#comments" class="comments">
Comments ([[!QuipCount? &thread=`blog-post-[[*id]]`]])
</a>
</p>

<div class="entry">
<p>[[*introtext]]</p>
<hr />
[[*content]]
</div>

<div class="postmeta">
[[*tags:notempty=`
<span class="tags">Tags: [[!tolinks? &items=`[[*tags]]` &key=`tag` &target=`38`]]</span>
`]]
<br class="clear" />
</div>
<hr />
<div class="post-comments" id="comments">[[!Quip?
&thread=`blog-post-[[*id]]`
&replyResourceId=`[[*id]]`
&closeAfter=`0`
]]



[[!QuipReply?
&thread=`blog-post-[[*id]]`
&notifyEmails=`[email protected]`
&moderate=`1`
&moderatorGroup=`Moderators`
&closeAfter=`0`
]]
</div>
</div>
]]>
kirkhuyser Mar 22, 2011, 02:16 PM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214965
<![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214964 heavensbest Mar 21, 2011, 09:29 AM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214964 <![CDATA[Re: Quip - Comment Moderation - 'Access denied.']]> https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214963
The fact that a float was on the image too caused it to move somewhere funny.

So when I commented out float: right; in the file /assets/components/quip/css/web.css, the comments showed up.

(It may be just my page layout, but that is what fixed it. For my page layout, I had to make &gravatarSize=`45` to make it look pretty, so thank you for programming that in.)

silly IE 7]]>
heavensbest Mar 15, 2011, 10:42 AM https://forums.modx.com/thread/38106/quip---comment-moderation---access-denied#dis-post-214963