Expanding the allowed HTML tags in comments?

I have no problem doing this in a comment, as an administrator: <b>bold test</b> <i>italics test</i> <u>underline test</u> <font color=”#ff9900″> color test</font> But the subscribers can’t underline, add color to words nor add images. Is it that only the admin can use more HTML tags than those suggested under the comment form? <a href=”” title=””> … Read more

Android M Permissions : Confused on the usage of shouldShowRequestPermissionRationale() function

I was going through the official doc about the new Permissions model in Android M. It talks about the shouldShowRequestPermissionRationale() function which returns true if the app has requested this permission previously and the user denied the request. If the user turned down the permission request in the past and chose the Don’t ask again … Read more

PostgreSQL: role is not permitted to log in

I have trouble connecting to my own postgres db on a local server. I googled some similar problems and came up with this manual https://help.ubuntu.com/stable/serverguide/postgresql.html so: pg_hba.conf says: # TYPE DATABASE USER ADDRESS METHOD # “local” is for Unix domain socket connections only local all all trust # IPv4 local connections: host all all 127.0.0.1/32 … Read more

WordPress stripping html and script tags from some admin users on save

When I add content to a page as the original admin user, I can past in the following code and it saves fine (old google search set up by another user): <form action=”http://www.google.com/cse” enctype=”application/x-www-form-urlencoded” id=”searchbox_001294947689528032268:0gmklvjoyzm” method=”get”> <input name=”cx” type=”hidden” value=”001294947689528032268:0gmklvjoyzm” /> <input name=”q” size=”40″ type=”text” /> <input name=”sa” type=”submit” value=”Search” /> <input name=”cof” type=”hidden” value=”FORID:0″ … Read more

Can’t use the built-in wordpress install/upgrade plugin feature [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 9 years … Read more

Why does deactivating a plugin cause error: “You do not have sufficient permissions to access this page”?

We recently deactivated the bbPress plugin because we don’t use it anymore. Immediately following that, no admin users can get into the dashboard without hitting the infamous: “You do not have sufficient permissions to access this page?” We tried removing ALL plugins to rule out a dependance from one of those, but it didn’t work. … Read more

Securing a multi-user permission structure

I’m currently working on a team that needs two distinct users from the same wpadmin group to be able to modify the wordpress files. Following the guide at Hardening WordPress (Codex), the following commands would give 755 and 644 access to directories and files respectively: find /path/to/my/wordpress/install/ -type d -exec chmod 755 {} \; find … Read more

How to debug “You do not have sufficient permissions to access this page”? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question? Closed 5 years ago. Improve this question The error You do not have … Read more