Sea Jay
Forum Replies Created
-
However, after I get my token and secret and enter them into the settings screen, when I click Save, I get this error:
There is a problem getting an authorization code from LinkedIn®:
Unexpected result from the server “https://api.linkedin.com/uas/oauth/requestToken” (401) while requesting a request token
This may be caused by incorrect OAuth Identification, a slow internet connection or a problem at LinkedIn®. Retry in a couple of minutes if you did not change anythingI’ve tried it over the course of about 10 minutes with no luck.
Thank you! No error now. Great!
I am using 0.8.8. I did a search for “OAuthRequest” and found references in the following plugins:
wp-rss-poster
tweet-blender
google-analytics-for-wordpressThanks, Daniel!
I’m working on the next set of BP/plugin upgrades; I’ll test and report when those are in place.
Nope. Adding “Edit Events” to the BuddyPress capabilities for moderators and members in EM did not make a difference. The moderator is still not able to add events in the front end through My Account > My Events > My Profile. Also, the anon submission form is still blocked for moderators.
Not yet resolved.
Thanks for the tips, Marcus.
I assigned the anon submissions to a new user named “Guest” and that’s working fine.
The issue I described is for logged-in users only. I’m not using any capabilities plugins.
However, I may have found the issue. It turns out that BuddyPress adds its own roles (moderator and member) and those may override the default WordPress roles (editor, author, subscriber). I had assigned the WP roles because I thought they were primary, but I’ve just changed BP role capabilities and am testing now.
Still having this issue with WP 3.4.1 MS, BP 1.5.6, and EM 5.2.2.
Followed all instructions above. A contributor who is a member of a group (with correct permissions set) still sees no event submission option in My Accounts > Events > My Profile.
In addition, he sees “You do not have the rights to manage this Event.” on the anon guest submission page:
Forum: Plugins
In reply to: [Custom CSS Manager] [Plugin: Custom CSS Manager] Pseudo classesStill an issue with this plugin. Upon saving, escape \ characters are added before single and double quotes, which breaks the pseudo classes.
Since there has been no response in 5 months, I’m marking this plugin as broken.
Forum: Fixing WordPress
In reply to: Urgent: Fatal Error after activating Oxygen themeIf you can’t get to your dashboard, rename or delete the /themes/oxygen/ directory. (Make sure you have another theme like twenty-eleven in the /themes/ folder.)
If that resolves the issue, Oxygen is the culprit or at least involved. If not, you have a different problem and want to start deactivating plugins to find the conflict.
Forum: Plugins
In reply to: [WP Easy Columns] [Plugin: WP Easy Columns] Moved server, throwing up errors?Also very interested in an update that will resolve all these errors. Rating lowered until then.
Forum: Plugins
In reply to: [Contextual Related Posts] [Plugin: Contextual Related Posts] Double displayThat worked. I duplicated posts.php into my child theme folder and added …
<?php if(function_exists('echo_ald_crp')) echo_ald_crp(); ?>… Now seeing only one instance. Strange. But, thanks for the suggestion.
Forum: Plugins
In reply to: [Contextual Related Posts] [Plugin: Contextual Related Posts] Double displayYes, Ajay. That’s it.
Forum: Plugins
In reply to: [Contextual Related Posts] [Plugin: Contextual Related Posts] Double displayI am using the Origin theme, did the automatic install, but did not manually add any code to the theme. When I disabled display, both instances disappeared.
Forum: Plugins
In reply to: [Per Page Sidebars] [Plugin: Per Page Sidebars] display no sidebarMany themes have a template called “Full Width” — or something like that — to remove the sidebar on a post altogether. You apply it from the edit screen. Would that do what you’re trying to accomplish?