Thanks for rc4.
Is that all blocker and major's issues must be resolved before phpBB 3.1 release?
Releasing 3.1.0-RC4
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Re: Releasing 3.1.0-RC4
See the problem I posted in this earlier reply is still there in admin cp after upgrading to RC4 proper release. Tried F5 hard refresh, clearing all forum cache, problem still there though if having no logs displayed.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Releasing 3.1.0-RC4
Can you create a ticket in the tracker please?mrgtb wrote:I just installed latest RC4 dev build for download 20 minutes ago and now when I go into admin cp and look at Maintenance page (logs section). If no logs are listed things are looking wrong. Look at image just took of what things now look like.
Any log section having "no logs" to display looks that way.
Member of the Development-Team — No Support via PM
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Releasing 3.1.0-RC4
https://tracker.phpbb.com/issues/?filter=12591 there are still some blockers that need to be resolved.bobby124 wrote:Thanks for rc4.
Is that all blocker and major's issues must be resolved before phpBB 3.1 release?
Member of the Development-Team — No Support via PM
Re: Releasing 3.1.0-RC4
Submitted it herenickvergessen wrote:Can you create a ticket in the tracker please?mrgtb wrote:I just installed latest RC4 dev build for download 20 minutes ago and now when I go into admin cp and look at Maintenance page (logs section). If no logs are listed things are looking wrong. Look at image just took of what things now look like.
Any log section having "no logs" to display looks that way.
https://tracker.phpbb.com/browse/PHPBB3-13082
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: Releasing 3.1.0-RC4
We already said multiple times, that it's most likely coming, but maybe after 3.1
Member of the Development-Team — No Support via PM
Re: Releasing 3.1.0-RC4
I prefer the current placement. But you also have to remember that the size of the header bar can change depending on the logo in there, the amount of site description text.mrgtb wrote:I just upgraded to RC4.
The new search box displayed in header area. I noticed it's not aligned in middle (even spacing top and bottom of it), so it matches logo being centred by default and looks better. I think you should change this code for it (margin-top) from 30px - to 24px. That will centre the search box giving an equal 29px below and above it. Tested it in chrome, ie and FF and looks same in all, centred
find this.Change to this:Code: Select all
.search-header { border-radius: 4px; display: block; float: right; margin-right: 5px; margin-top: 30px; }
.search-header {
border-radius: 4px;
display: block;
float: right;
margin-right: 5px;
margin-top: 24px;
}
I think a margin-bottom may be better than margin-top. It just depends on whether we want to control its distance from the top or the bottom of the header.
Has an irascible disposition.
Re: Releasing 3.1.0-RC4
that margin value is a magic number meaning as VSE pointed out it only works in this specific case. If anything it should be set to match the spacing on the right or the spacing for the logo element from the top of the headerbar.
something like so
https://www.dropbox.com/s/nqp434fl334rx ... 6.png?dl=0
but that should really be discussed in its own topic
something like so
https://www.dropbox.com/s/nqp434fl334rx ... 6.png?dl=0
but that should really be discussed in its own topic
Re: Releasing 3.1.0-RC4
sorry my english is not good !!!
I'm Vietnamese so I'm not good in speaking English!!!