<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Question2Answer Q&amp;A - Recent questions tagged privileges</title>
<link>https://www.question2answer.org/qa/tag/privileges</link>
<description>Powered by Question2Answer</description>
<item>
<title>Support query strings for user profile redirects</title>
<link>https://www.question2answer.org/qa/75988/support-query-strings-for-user-profile-redirects</link>
<description>

&lt;p&gt;I think user profile redirect might be improved a bit. Now I'm facing the following problem:&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;In the latest version of Q2A, when I go to the URL
&lt;br&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/strong&gt;&lt;em&gt;https://mysite/user&lt;/em&gt;
&lt;br&gt;it should redirect to
&lt;br&gt;&lt;strong&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/strong&gt;&lt;em&gt;https://mysite/user/my-username&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Supposing&amp;nbsp;I've installed the&amp;nbsp;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/NoahY/q2a-privileges&quot;&gt;q2a-privileges plugin&lt;/a&gt;&amp;nbsp;on my Q2A installation, the privileges tab will be available via &lt;em&gt;http://mysite/user/my-username?tab=privileges&lt;/em&gt;. If I access the URL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;em&gt;https://mysite/user?tab=privileges&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;it should go to&lt;/p&gt;

&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;em&gt;https://mysite/user/my-username?tab=privileges&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;and so on for every URL query string.&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;I know that by accessing &lt;em&gt;https://mysite/user&lt;/em&gt;, I get automatically redirected &lt;em&gt;https://mysite/user/my-username&lt;/em&gt;. However, if I insert a URL query string, it will be &lt;strong&gt;lost&lt;/strong&gt; during redirect.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;So the questions are:&lt;/p&gt;

&lt;ul&gt;

&lt;li&gt;May query strings be kept when handling such redirects?&lt;/li&gt;

&lt;li&gt;If it is not possible, does exist there an alternative to achieve such redirect, while keeping query strings&amp;nbsp;(using only HTML)?&lt;/li&gt;&lt;/ul&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/75988/support-query-strings-for-user-profile-redirects</guid>
<pubDate>Sun, 23 Jun 2019 19:39:31 +0000</pubDate>
</item>
<item>
<title>Is there a way to make the Expert rank still require reputation points to gain privileges?</title>
<link>https://www.question2answer.org/qa/71329/there-make-expert-still-require-reputation-points-privileges</link>
<description>Hello everyone,&lt;br /&gt;
&lt;br /&gt;
for my Q2A site, I was thinking of making the &amp;quot;Expert&amp;quot; role an honorable role. That means, however, that the &amp;quot;Expert&amp;quot; user should only receive the privileges after reaching the number of points I've defined in privileges configuration. By default, Experts are automatically assigned all the privileges that require any number of reputation points.&lt;br /&gt;
&lt;br /&gt;
Is there a way to adjust that so that Experts still need to reach the points thresholds set in the privileges config to receive privileges? I'm pretty much asking what is the level of effort to achieve this. Only a few code line changes in some files (which?) or a big refactor?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/71329/there-make-expert-still-require-reputation-points-privileges</guid>
<pubDate>Sun, 30 Dec 2018 18:07:40 +0000</pubDate>
</item>
<item>
<title>hide admin info from other users</title>
<link>https://www.question2answer.org/qa/66912/hide-admin-info-from-other-users</link>
<description>A non user and a user can view admin rights an privileges from viewing admin profile. Please how to disallow access to that.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/66912/hide-admin-info-from-other-users</guid>
<pubDate>Tue, 04 Sep 2018 14:11:47 +0000</pubDate>
</item>
<item>
<title>User groups needed</title>
<link>https://www.question2answer.org/qa/62258/user-groups-needed</link>
<description>

&lt;p&gt;I need&amp;nbsp; a user group functionality. Can somebody develop it/ direct me to the right source/ company&lt;/p&gt;

&lt;h2&gt;Test requirements&lt;/h2&gt;

&lt;ol&gt;

&lt;li&gt;

&lt;p&gt;User groups can be added to the system.&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;

&lt;p&gt;Groups can be setup to automatically approve any user.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;Only (system)admins can create groups.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;Users can be assigned to one or multiple groups&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;

&lt;p&gt;Initial assignment should be done manually by user. This features is to be amended by SSO to check the appropriate groups for them.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;Group assignment must be approved. (Either automatically or by admin of group)&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;Questions can be targeted to groups&lt;/p&gt;

&lt;ol&gt;

&lt;li&gt;

&lt;p&gt;this means they get a higher priority in listing (in searching priority is disabled). This is very similar to starring question in the “Featured question” plugin for Q2A.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;Visibility of questions can be restricted to groups.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;

&lt;div&gt;

&lt;h2&gt;Go live requirements&lt;/h2&gt;

&lt;ol&gt;

&lt;li&gt;

&lt;p&gt;Initial group assignment can be done automatically through the SSO system. This can follow from info student/employee, faculty, registered courses.&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;Every group has one or more group administrators.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;

&lt;ol&gt;

&lt;li&gt;

&lt;p&gt;Admin can add admins to groups&lt;/p&gt;&lt;/li&gt;

&lt;li&gt;

&lt;p&gt;Admins assign and approve users to groups&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;

&lt;h2&gt;Nice to haves&lt;/h2&gt;

&lt;ol&gt;

&lt;li&gt;

&lt;p&gt;Anybody can create groups and becomes that groups admin.&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/62258/user-groups-needed</guid>
<pubDate>Tue, 06 Feb 2018 07:38:17 +0000</pubDate>
</item>
<item>
<title>Plugin for getting more privilèges with points ?</title>
<link>https://www.question2answer.org/qa/42703/plugin-for-getting-more-privil%C3%A8ges-with-points</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Is there a plugin to give more privilège to a person that is gaining points like StackOverflow ?&lt;br /&gt;
&lt;br /&gt;
The more you get point, the more you can help the site getting better by first approve other users questions, then modèrate, etc.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Regards,</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/42703/plugin-for-getting-more-privil%C3%A8ges-with-points</guid>
<pubDate>Tue, 06 Jan 2015 08:56:41 +0000</pubDate>
</item>
<item>
<title>How to solve this extra privileges showing error</title>
<link>https://www.question2answer.org/qa/39037/how-to-solve-this-extra-privileges-showing-error</link>
<description>

&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=1533625034839682625&quot; style=&quot;width: 600px; height: 290px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	I disabled poll plugin, even deleted but it is still showing. How to correct this error?&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/39037/how-to-solve-this-extra-privileges-showing-error</guid>
<pubDate>Fri, 03 Oct 2014 18:42:35 +0000</pubDate>
</item>
<item>
<title>How hide extra privileges from admin profile</title>
<link>https://www.question2answer.org/qa/38117/how-hide-extra-privileges-from-admin-profile</link>
<description>

&lt;p&gt;
	Hello All,&lt;/p&gt;


&lt;p&gt;
	How i can hide this info (extra privileges) from admin profile page:&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Extra privileges:&lt;/span&gt;&lt;/p&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Recategorizing any question&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Editing any question&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Editing any answer&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Editing any comment&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Editing posts silently&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Closing any question&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Selecting answer for any question&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Viewing IPs of anonymous posts&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Viewing who voted or flagged posts&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Approving or rejecting posts&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Hiding or showing any post&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&lt;span style=&quot;color:#ff0000;&quot;&gt;Deleting hidden posts&lt;/span&gt;&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	?&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	Thanks.&lt;/div&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/38117/how-hide-extra-privileges-from-admin-profile</guid>
<pubDate>Mon, 08 Sep 2014 06:21:18 +0000</pubDate>
</item>
<item>
<title>notice at the top on user profile change event</title>
<link>https://www.question2answer.org/qa/27795/notice-at-the-top-on-user-profile-change-event</link>
<description>

&lt;div&gt;
	Is it possible to have a notice at the top when the user has a new profile type ?&lt;/div&gt;


&lt;div&gt;
	(eg, from &quot;registered user&quot; to &quot;Expert&quot;; I'm doing my test editing the user profile as an admin)&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	If yes, how ?&lt;/div&gt;


&lt;div&gt;
	Does anyone have it in his/her qa site ?&lt;/div&gt;


&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;


&lt;div&gt;
	

&lt;div&gt;
		ps&lt;/div&gt;
	

&lt;div&gt;
		I've also installed the &quot;privileges&quot; plugin, which should have this option, but I do not see any notice on top when the user transitions from a profile to another&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27795/notice-at-the-top-on-user-profile-change-event</guid>
<pubDate>Thu, 26 Sep 2013 07:22:49 +0000</pubDate>
</item>
<item>
<title>Is closing and reopen questions unilateral in Q2A?</title>
<link>https://www.question2answer.org/qa/27657/is-closing-and-reopen-questions-unilateral-in-q2a</link>
<description>This is a follow up question of the discussion here&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.question2answer.org/qa/27502/editing-and-other-privileges&quot; rel=&quot;nofollow&quot;&gt;http://www.question2answer.org/qa/27502/editing-and-other-privileges&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
where it is stated the the priviledge to close (and reopen?) questions can be set for all registered users dependent on the points for example. This is good.&lt;br /&gt;
&lt;br /&gt;
What I'd like to know now is this: is closing and reopening unilateral un Q2A, such that it needs only one user (admin / mod / high rep) to close / reopen a question immediately? Or is there a way to preset the number of close / reopen votes (say 5) by &amp;quot;normal&amp;quot; high rep users needed, before the action kicks in, as it is for example the case on Stack Exchange sites?&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://physics.stackexchange.com/help/privileges/close-questions&quot; rel=&quot;nofollow&quot;&gt;http://physics.stackexchange.com/help/privileges/close-questions&lt;/a&gt;</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27657/is-closing-and-reopen-questions-unilateral-in-q2a</guid>
<pubDate>Sun, 22 Sep 2013 06:19:52 +0000</pubDate>
</item>
<item>
<title>Editing and other privileges</title>
<link>https://www.question2answer.org/qa/27502/editing-and-other-privileges</link>
<description>I just wanted to ask:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;1. Is closure and reopening &amp;nbsp;limited to only &amp;nbsp;moderators, or can users with at least a certain amount of reputation points vote to close and reopen ? &amp;nbsp;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;2. Is editing possible for non-moderators ?&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
EDIT: TEST EDIT.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/27502/editing-and-other-privileges</guid>
<pubDate>Fri, 13 Sep 2013 06:05:11 +0000</pubDate>
</item>
<item>
<title>Private category based on &quot;users group&quot;  ?</title>
<link>https://www.question2answer.org/qa/24206/private-category-based-on-users-group</link>
<description>Has any one set up a feature which would make some category private and only visible to some users (custom group of users or group of user based on privileges) ?&lt;br /&gt;
&lt;br /&gt;
If so could you please share your experience ?</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/24206/private-category-based-on-users-group</guid>
<pubDate>Fri, 31 May 2013 17:14:54 +0000</pubDate>
</item>
<item>
<title>Whare can I get a list of the privileges based on points?</title>
<link>https://www.question2answer.org/qa/20568/whare-can-i-get-a-list-of-the-privileges-based-on-points</link>
<description>I don´t know where can I get a list or table of the privileges that a user receives based on his points.&lt;br /&gt;
&lt;br /&gt;
Or if there is a table on the database that I can check to see the values.&lt;br /&gt;
&lt;br /&gt;
Thanks for your help.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/20568/whare-can-i-get-a-list-of-the-privileges-based-on-points</guid>
<pubDate>Sat, 12 Jan 2013 16:03:01 +0000</pubDate>
</item>
<item>
<title>Error on  Privileges and History.</title>
<link>https://www.question2answer.org/qa/15460/error-on-privileges-and-history</link>
<description>

&lt;p&gt;
	I am getting a same error on Privilleges and History as&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Notice&lt;/strong&gt;: Undefined index: raw in &lt;b&gt;/home/indeduin/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code&lt;/b&gt; on line &lt;b&gt;170&lt;/b&gt;
&lt;br&gt;
	&amp;nbsp;&lt;/p&gt;


&lt;p&gt;
	But below&amp;nbsp;this error message&amp;nbsp;all the history of that user are showing.&lt;/p&gt;


&lt;p&gt;
	I am very confuse why this error comes out.&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/15460/error-on-privileges-and-history</guid>
<pubDate>Tue, 29 May 2012 09:52:44 +0000</pubDate>
</item>
<item>
<title>Privileges Error</title>
<link>https://www.question2answer.org/qa/15331/privileges-error</link>
<description>

&lt;p&gt;
	I have install Privilleges Pulgin. Now when I click on the privilleges under the USER menu. I got an error as&lt;/p&gt;


&lt;p&gt;
	&lt;strong&gt;Notice&lt;/strong&gt;: Undefined index: raw in &lt;b&gt;/home/************/public_html/question/qa-include/qa-app-format.php(1456) : eval()'d code&lt;/b&gt; on line &lt;b&gt;170&lt;/b&gt;&lt;/p&gt;


&lt;p&gt;
	&lt;span style=&quot;font-weight: bold;&quot;&gt;can anyone guide me with this error.&lt;/span&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/15331/privileges-error</guid>
<pubDate>Sun, 27 May 2012 04:07:56 +0000</pubDate>
</item>
<item>
<title>How do allow anonymous user voting privileges?</title>
<link>https://www.question2answer.org/qa/13550/how-do-allow-anonymous-user-voting-privileges</link>
<description>I would like to add that setting to the permissions panel.</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/13550/how-do-allow-anonymous-user-voting-privileges</guid>
<pubDate>Thu, 15 Mar 2012 03:47:47 +0000</pubDate>
</item>
<item>
<title>How about a more advanced method of displaying user privileges? [new plugin]</title>
<link>https://www.question2answer.org/qa/9353/about-more-advanced-method-displaying-user-privileges-plugin</link>
<description>

&lt;p&gt;
	Just thought it would be nice to show users the percentage amount for privileges they haven't yet gained, a la Stack Overflow.&amp;nbsp; So, here's a plugin that does it:&lt;/p&gt;


&lt;p&gt;
	&lt;a href=&quot;https://github.com/NoahY/q2a-privileges&quot; rel=&quot;nofollow&quot;&gt;https://github.com/NoahY/q2a-privileges&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;
	It even has a nifty css shading system, as shown in this screenshot:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=15373506281729319795&quot; style=&quot;width: 205px; height: 218px;&quot;&gt;&lt;/p&gt;


&lt;p&gt;
	I'm hoping to add a means of notifying users when they have gained a specific privilege, make it all translatable, and add title text for how many points is 100%.&lt;/p&gt;


&lt;p&gt;
	For now, it's more proof-of-concept, but it does work, as long as you have some permissions set to &quot;Registered users with enough points&quot;.&amp;nbsp; Let me know what you think.&lt;/p&gt;


&lt;p&gt;
	UPDATE: now shows notifications when a user acheives a new privilege:&lt;/p&gt;


&lt;p&gt;
	&lt;img alt=&quot;&quot; src=&quot;http://www.question2answer.org/qa/?qa=blob&amp;amp;qa_blobid=16139857442602546895&quot; style=&quot;width: 811px; height: 51px;&quot;&gt;&lt;/p&gt;</description>
<category>Plugins</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/9353/about-more-advanced-method-displaying-user-privileges-plugin</guid>
<pubDate>Tue, 20 Sep 2011 03:20:47 +0000</pubDate>
</item>
<item>
<title>How to make the navlink USERS visible to the only administrator?</title>
<link>https://www.question2answer.org/qa/1033/how-to-make-the-navlink-users-visible-the-only-administrator</link>
<description>I would like only to make the page consumers visible to the administrators and to remove her/it from the menu if it is not loggati as administrators. &amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&lt;br /&gt;
How can I do? &amp;nbsp;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&lt;br /&gt;
Im sorry for the bad English...</description>
<category>Q2A Core</category>
<guid isPermaLink="true">https://www.question2answer.org/qa/1033/how-to-make-the-navlink-users-visible-the-only-administrator</guid>
<pubDate>Tue, 18 May 2010 11:22:10 +0000</pubDate>
</item>
</channel>
</rss>