Opened 12 years ago
Closed 12 years ago
#738 closed defect (bug) (fixed)
Hide "New to translate.wordpress.org?" message permanently
| Reported by: | SergeyBiryukov | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Translate Site & Plugins | Keywords: | |
| Cc: |
Description
Each time I go to https://translate.wordpress.org/projects, I see a box at the top:
New to translate.wordpress.org? Have a look at the Getting Started guide.
I click "Hide", but it reappears after a few days or so. There should be a way to hide it permanently.
Change History (5)
#2
@
12 years ago
I've just clicked Hide while logged in and confirmed that wporg-help-hide-notice cookie is there.
However, once I remove the cookie, the box reappears, so apparently the meta is not set.
#3
@
12 years ago
Tracked down the issue to https://glotpress.trac.wordpress.org/browser/trunk/gp-includes/things/user.php#L135 where $this->id is null. Still looking for the cause.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
If you're logged in, then clicking Hide should set meta for you to hide it permanently. Whether you're logged in or not, it should set a 30 day cookie to make it hide for you as well.