1 chris_of_arabia May 16, 2015 16:23
3 chris_of_arabia 17 May 2015 17:13
Hi Francois,
Thanks for coming back to me.
I did actually try putting in the <meta http-equiv="X-UA-Compatible" content="IE=edge">
tag into the section of the Back Office you mentioned, but I got the following message back Tag <meta> may not have attribute http-equiv="..."
. I know I can put a copy of the header PHP file into the skin folder and modify that directly, but was trying to avoid that if I can.
I must admit, I'd not looked specifically how Google recommend the use of H1 tags, but the received wisdom as I've been learning my way into this seems to be avoid having more than one. I'm comfortable enough though to try and keep things sensible when creating new pages or blog posts though. I'll be interested to see how you decide to take this forward.
For the most part I agree about not supporting IE8. Very often there is talk about "disrupting" things with web development, yet so much effort is put into backward compatibility, thereby disrupting nothing; certainly not those organisations who will not invest in upgrading their browser stock. In many ways, it seems to me that the onus is on web creators to take the bold decision to abandon those who will not keep up and somehow drag them kicking and screaming into the current decade. Admittedly, I can afford not to care, my blog is what I want it to be and I don't have a customer base to pander to.
All is good then. I want things to move forward. I want to learn my way into Bootstrap and convert my presentation ideas into that.
4 chris_of_arabia 18 May 2015 19:01
OK, I just uploaded the files for 6.4.2-beta and re-ran the install as an upgrade, and got this...
Warning: mkdir(): Permission denied in /var/www/html/b2evolution/inc/files/model/_file.funcs.php on line 965
Any suggestions?
5 fplanque 18 May 2015 19:41
b2evolution is asking PHP which is in turn asking Linux to create a directory (mkdir) but is not allowed because of the file permissions of your server.
Classic linux file permission issue: http://b2evolution.net/man/advanced-topics/security/directory-and-file-permissions
If you enable $debug=1
b2evolution/PHP will probably tell you exactly which directory it's trying to create.
As always a screenshot would have been more useful as it would show more context than an isolated error message.
6 chris_of_arabia 18 May 2015 20:58
Thanks again Francois,
What puzzled me was that I went from the 6.4.0-alpha to the 6.4.1-alpha in exactly the same way with no issues.
I'll turn debug on as suggested, then do a little reading.
Hi Chris,
Thank you for the feedback!
Here are some answers for you:
Now Google may not be all that HTML5 edgy... so you might still want to be careful.
We also plan to make a plugin that will shift down all Hx headers so that none will be higher level than it should. We're still trying to decide if the highest acceptable Hx level should be set once for all (by the blogger) or if it should vary depending on what page the post is displayed on... (post list vs single post page for example)
Please note though that it is entirely possible to make non-bootstrap skins on b2evolution 6.x and still use the HTML5 semantic markup. (b2evo 5 skins should also run without problems and can be retrofitted with HTML5)
We have decided to make all the new skins we produce run on Bootstrap because it will allow us to release more skins and faster than before. However it is in no way an obligation to use Bootstrap for your own skins (just a recommendation ;). Hint at additional v6 skins under development: https://github.com/b2evolution
We're going beta in a couple of days and ambition to go stable in June.