I am using Jira version 6.0.7.
In permission scheme, I have already settings the "Add comments" with Current Assignee.
So, all I need is, when someone got the task, only he/she can add comments and I already can do that.
The problem is, when he/she have done their task which is will route to next assignee, he/she still can add comments before refresh the page (the below comment button still appears, the upper comment button has gone).
Is that any script to do auto refresh page for JIRA, or any solutions for my case?
Thanks.
Try to post a bug issue to Atlassian.
But did you try to use the "no disappeared comment button" ? I thought that, even your user can see the "Comment" button, he/she has no right anymore to post any comment : he/she will obtain have a "no permission" error message.
Related
Woocommerce checkout throws an error "An account is already registered with your email address", when you did not log in before checkout.
This is so clumsy. What I want in this case is to immediately show a popup with a login box, with the email address already populated.
It looks a little like this question: Woocommerce: Override login required for existing email. Add order to user account
But it is different.
I can't find anything that comes close.
I have looked for a solution as well. The closest I have found is the plugin linked below.
What I like is that when an email is added it will recognize if they are a past customer and automatically reveals a password input box underneath the email box. https://www.checkoutwc.com
This article describes more of what I mean under Login Lookup heading: https://oceanwp.org/blog/optimizing-your-woocommerce-checkout-page-with-checkout-for-woocommerce/
I have been testing it and so far I am happy with it. I signed up for the monthly subscription and will see if it helps increase sales. We get a 7-day free trial to play with it.
I also agree that Woo's solution is a little clumsy. :)
Best of luck! :)
I've been asked to make some changes to a Plone site that has been set up by someone else, I've not used it before so I'm struggling a bit.
I've logged in (using the link at the bottom of the site) and I can then see all the options to edit the page I am looking at. But I cannot seem to get to the central dashboard/control panel. I can't see any link when I'm logged in, and I've searched the docs/Google and can't see a URL for the dashboard.
Could someone please let me know how to reach the main dashboard. Thanks
The link should be in the user's menu (that also has "log out" etc.), where it is called "Site setup", or you can go directly to https://your_site/plone_control_panel.
The canonical and stable URL is https://your_site/##overview-controlpanel.
The plone_control_panel was removed: https://github.com/plone/Products.CMFPlone/issues/1255
I have a big problem and i dont know how to solve it. I have noticed that at dashboard when i pressed on "all posts" i get this ugly error:
"Invalid post type"
nothing more nothing less
I have tried a lot of things:
1. Update to latest version
2. Roll back to 3.9.1
3. Deactivated/activated all plugins
4. Deactivated custome theme
5. Modify edit.php locate in wp-admin folder and set this
$typenow = 'post';
if ( ! $typenow )
wp_die( __( 'Invalid post type' ) );
After this modification the "invalid post type" error was gone but when I was trying to modify a post at dashboard I noticed that the right column (category select, preview etc) was missing.
Does anyone knows how to fix this problem? Any ideas?
Thank you in advance,
P.S:
Please follow those links to see what I am trying to explain
https://dl.dropboxusercontent.com/u/5502709/wp.png
https://dl.dropboxusercontent.com/u/5502709/wp1.png
Late to the party, but I share this in case anyone comes looking with a similar problem to solve. It isn't a 'fix' but seems to be a 'workaround'.
I'm getting the "Invalid post type" error when I try to edit multiple custom posts in the edit screen. I think I may know a plugin that is causing it, but it's so integral to my site I can't just disable it, even just while I do the editing, so I was faced with the choice of either doing a LOT of individual edits, or coming up with a solution. This is what is working for me:
Set up all of the editing you want as normal. On 'enter' you get the "Invalid post type" message ... but the command phrase is still in the browser bar. Part of the phrase contains'post_type='. For me, at least, rather than the post type I'm trying to edit, it's showing the word 'Array'. By over typing that word with the actual custom post type name, then hitting 'enter' again it processes correctly. (I'm getting a message, but it's a notification or warning rather than an actual error message.)
Hope this helps someone. :-)
Same issue here as described by Kevin4fm:
When I select multiple items for moving to trash and after I hit the button, I can see the following URL in the adress bar of my browser together with the message "invalid post type":
http://example.com/wp-admin/edit.php?s=&post_status=all&post_type=Array&author=5&_wpnonce=67fdf1328g&_wp_http_referer=%2Fwp-admin%2Fedit.php%3Fpost_type%3DCPT%26author%3D5&action=trash&m=0&cat=0&paged=1&post%5B%5D=9462&post%5B%5D=7093&action2=-1
So I have changed the URL to the following and it works fine:
http://example.com/wp-admin/edit.php?s=&post_status=all&post_type=CPT&author=5&_wpnonce=67fdf1328g&_wp_http_referer=%2Fwp-admin%2Fedit.php%3Fpost_type%3DCPT%26author%3D5&action=trash&m=0&cat=0&paged=1&post%5B%5D=9462&post%5B%5D=7093&action2=-1
So changing post_type=Array to post_type=CPT (CPT = name of custom post type) in the adress bar of the browser does the job.
But I can't find any bugs nor in my CPT neither in my theme functions.php, so the reason must be somewhere else...
First of all thank you for helping me. I solved this problem but I dont understand what the problem was. First I removed all the folders of wordpress installation and upload an old backup of my website but the problem was still there. Then I start deleting one by one all the plugins and after each deletion I was checking the behaviour, finally when I deleted this plugin WP Super Cache (which by the way was deactivated) everything worked perfect. The strange think is that when I restore all folders of the wordpress installation the plugin was there but the problem was gone... So even thought the problem is gone I am not sure for the solution.
My suggestion to anyone with the same problem: Delete plugins not just deactivate.
Using Wordpress 3.9 with Theme 2014
Whenever I enable comments on a page, the comments box appears with Info already in the box. As I'm new, I probably did something to cause this but I'll be darned if I can figure it out. Check out the website at http://donavantwebsites.com/
Comments is enabled on the home page and as you can see, my name, email address and website are already filled in. I would prefer these to remain blank. I'm still learning about trackbacks and pingbacks but I can't see, so far, how this would effect my problem.
That happens because you are logged in, wordpess will automatically fill it in. If you log out/login with as different user it will show that information. For example when I view the link you posted, I don't see any information filled it.
I need to insert the comment form directly to the node template (I use node-type.tpl.php to theme the node-type).
In related issue, if I go to /comment/reply/NID I get the comment form, but it's got only "preview" button, and no submit button. the Preview button does nothing when pressed on.
Thanks for the help!
Check your node-type comment settings under 'admin/content/node-type/yourNodeType'. Within the (normally collapsed) fieldset for the comment options, you can choose whether to display the comment form on a separate page or on the same page as the node.
As for the missing submit button, you can change the setting for 'comment preview' from mandatory to optional.
As for the preview button doing nothing, this sounds strange and I have no idea what might cause this - pressing it would normally lead to a preview of the entered comment, with the option to finally submit it. If this problem persists, you should open a separate question for that.
Comment form is not in scope in node-type.tpl.php. Technically you could add it there trough variable preprocessing. But that will introduce a whole new set of problems.
So, unfortunately, you will need to do a step back, and theme the comment-form elsewhere.
node
node-content
comment-form
comments
is not possible
node
node-content
comment-wrapper
comment-form
comments
however, is the way to go.
see http://api.drupal.org/api/drupal/modules--comment--comment-wrapper.tpl.php
for a starter