v 6.10.*
June 19th, 201828th September Update to 6.10.3
Installed on calstock.org.uk, unveiled.info and rogerlovejoy.net
26th June Update to 6.10.2
Installed on calstock.org.uk, unveiled.info and rogerlovejoy.net
19th June Update to 6.10.1
Installed on calstock.org.uk and rogerlovejoy.net
All went smooth via filezilla ftp, ending with install folder, then prompted to update database.
Custom Edits
1. Edited body_header to denote update
2.
[/inc/widgets/widgets/_coll_search_form.widget.php]
Versions: Line 183 (6.10.3 Line 186) Add <br /> at beginning
echo '<br /><input type="submit" name="submit" . . .
3.
change 'Full Story' to 'more' [/inc/items/model/_item.class.php]
Versions: Line 3261 (6.10.3 Line 3931)
SORTED: HTML5 Valid with 5 warnings that [< script type="text/javascript"] is not required.
See https://rogerlovejoy.net/blog/b2evo.php/type-text-javascript
CSS Edits
Edited latest[rsc/build/b2evo_base.bmin.css]
1. replaced auto with transparent.
2. Commented out
Code
/*a.rollover_sprite:hover span.icon{visibility:hidden;visibility:visible\0/} | |
@media screen and (min-width:0\0){a.rollover_sprite:hover span.icon{visibility:visible}}*/ |
Code
/*@media \0screen{#styled_content_block span[class*=status_] span,.evo_content_block span[class*=status_] span{top:-15px;left:-2px}}*/ |
Edited [/rsc/css/basic.css]
Line 1169 Change auto to transparent
CSS
| |
| |
| |
| |
| |
| |
| |
|
type="text/javascript"
January 23rd, 2018V6.9.7 :: V6.10.1 :: V6.10.3
Validation Warning: Not required in HTML5
[/rsc/js/build/evo_frontoffice.bmin.js]
[https://calstock.org.uk/rsc/js/jquery.min.js]
[https://calstock.org.uk/rsc/js/functions.js]
[https://calstock.org.uk/rsc/js/rollovers.js]
I have discovered four instances of [type="text/javascript"] which are not required in HTML5 and can't find where to edit them out.
1. invokes the function.
2. With a little more savvy I found in [inc/_core/template.funcs.php]
Line 1065 and made changes as follows:
Line 1102 in v6.10.1 and 6.10.2
Line 1135 in v6.10.3
From
$script_tag = '<script type="text/javascript"';
To
$script_tag = '<script ';
Pages: 1· 2







