V 6.7.5/6/7/8 : 6.8.8/9/10
August 13th, 2016Version 6.8.9/10 calstock.org.uk and rogerlovejoy.net
change 'Full Story' to 'more' [/inc/items/model/_item_class.php]
v6.8.9 Line 2639
[/inc/widgets/widgets/_coll_search_form.widget.php]
All versions Line 181: Add <br /> at beginning
echo '<br /><input type="submit" name="submit" . . .
Overwrote [/rsc/build/b2evo_base.bmin.css] with old hacked version from 6.7.5/6.7.8 to remove CCS errors
In 6.8.10 have edited latest file[rsc/build/b2evo_base.bmin.css]
Version 6.8.8
HTML5 & CSS3 validated calstock.org.uk only
Since 6.8.8 CSS in not valid as downloaded
http://forums.b2evolution.net/impressive-6-7-5-auto-upgrade-html5-and
All I have/had to do is customise : calstock : rogerlovejoy : unveiled : vyaj
as follows
change 'Full Story' to 'more' [/inc/items/model/_item_class.php]
Line 2276, v6.7.6 Line 2277, v6.8.8 Line 2631
Body width over screen size due to button on search widget out of position
[/inc/widgets/widgets/_coll_search_form.widget.php]
All versions Line 181: Add
at beginning
PHP
echo '<br /><input type="submit" name="submit" class=</code /> |
In v 6.7.4 modified [/rsc/build/b2evo_base.bmin.css]
.btn-primary{********; background-color:#ffffff; ********}
In v 6.7.7 (6.8.8) overwrote [/rsc/build/b2evo_base.bmin.css] with old hacked version from 6.7.5 (6.7.8) to remove CCS errorsx
tag attribute in <input>
July 12th, 2016There's an ongoing issue with adding a tag attribute to the input element. Changing it to data-tag gets rid of the HTML validation error but causes UI glitches.
error: Attribute tag not allowed on element input at this point.
From line 156, column 55; to line 156, column 163
Unacceptable {tag} attribute inside {input} tag
change 'tag' to 'data-tag' in the following instances
[/inc/core/ui/forms/_form.class.php]
Lines: 2940,3706,3710
Causes UI glitches.
[/inc/widgets/views/_widget_list.view.php]
Lines: 266,272,282,287,297,303
removes glitches in back office widget form:
[/inc/core/ui/forms/_uiwidget.class.php]
Line: 536
No obvious outcome.
[/inc/items/view/_item_list_sidebar.view.php]
Line: 86, 318
Sorted glitch in back office Posts:
See http://forums.b2evolution.net/html5-validation-of-6-7-4#c107291









