Thanks for reporting, I will look into this issue.mario831 wrote: Sat Nov 09, 2019 7:22 pm Hello dear friend!
Your style works with the 'QuickReply Reloaded' extension?
When you send a message and then another one, it is duplicated! But after reloading the page, duplicate messages disappear.
PS. Everything works fine on Prosilver and on your Platinum style!
phpbb ver. 3.2.8
Aero style ver. 1.0.11
Removing the border divs fixes this but haven't figured out why...mario831 wrote: Sat Nov 09, 2019 7:22 pm Hello dear friend!
Your style works with the 'QuickReply Reloaded' extension?
When you send a message and then another one, it is duplicated! But after reloading the page, duplicate messages disappear.
PS. Everything works fine on Prosilver and on your Platinum style!
phpbb ver. 3.2.8
Aero style ver. 1.0.11
Code: Select all
<div class="custombg"><div class="customborder">
Code: Select all
</div></div>
Are you talking about upgrading aero or phpbb?
Its works! Big thanks! Good luck in building your stylesjrolson wrote: Tue Nov 12, 2019 3:25 am Removing the border divs fixes this but haven't figured out why...
In template/config.htmlrick5150 wrote: Wed Nov 13, 2019 8:44 pm I have everything the way I want it from my last board (I think it was 2.0.4) well... almost.
On the right side is the section that shows register users, posts, join date and avatar. How to I move it to the left side? Then it would be PERFECT!
Thank you in advance : )
Code: Select all
<!-- DEFINE $A_LEFTPROFILE = '0' -->
Did you do a hard refresh of each browser?
The user choice of colour is set by a cookie, and cookies are set in each browser, not on each computer. So no, you cannot have one selection affect all browsers, unless you restrict everyone to the one colour (ie: disable user choice).rick5150 wrote: Thu Nov 14, 2019 8:35 am1) When I change colors, each browser has to be adjusted independently. Meaning that I had Firefox using Aero black, but Microsoft Edge and Google Chrome showed as the default blue;
Yes, several times.Did you do a hard refresh of each browser?
Code: Select all
.logo {
float: left;
width: auto;
padding: 10px 13px 5px 0;
}
Code: Select all
.sitename {
float: left;
}