Customisation 6.6.x ~ 6.7.xUpdated: July 9th, 2016
Created: 30/08/15calstock : rogerlovejoy : unveiled : vyaj
- change 'Full Story' to 'more' [/inc/items/model/_item_class.php]
Line 2061 in v5.2
Line 2167 in v6.6.1
Line 2166 in v6.6.3
Line 2205 in v6.6.5 (DONE: calstock only)
Line 2225 in v6.6.7 (DONE: calstock only)
Line 2290 in v6.7.4 (DONE: calstock only)
-
Body width over screen size due to button on search widget out of position
[/inc/widgets/widgets/_coll_search_form.widget.php]
Line 183: Add <br /> at beginning.
Line 174 in v6.6.1 v6.6.3 v6.6.5
Line 181 in v6.6.7 v6.7.4 - However the button has got a blue background so I have replaced [/rsc/build/b2evo_base.bmin.css]with earlier version from my modified 6.6.1
In v 6.7.4 modified [/rsc/build/b2evo_base.bmin.css]
.btn-primary{********; background-color:#ffffff; ********}
PHP
echo '<br /><input type="submit" name="submit" class="search_submit submit btn btn-primary" value="'.format_to_output( $this- />disp_params['button'], 'htmlattr' ).'" />'; |
Below is v6.6.3 ~~~ v6.6.5 not Validated yet
The following is on rogerlovejoy.net as fixed on calstock.org.uk in earlier update
- At the bottom of single posts:
1. Warning: date() expects parameter 1 to be string, array given in /home/rogerlov/public_html/blog/inc/_core/_misc.funcs.php on line 1365
See https://rogerlovejoy.net/blog/b2evo.php/upgrade-o-6-4-3?page=2
2. When NOT Logged In: In the feedback block:-
Notice: Undefined index: disp_comment_form in /home/rogerlov/public_html/blog/skins/elf_zen/_item_feedback.inc.php on line 325
REMOVED FILE - Log in button green
See 3 in the above list
Vyaj.co.uk
To move edit button from title line
- [/skins/manualnew/_item.list.php]
Line 42:
was:PHP
'after'=>$params['after_title'].$item_edit_link.'<div class="clear"></div>',
now:PHP
'after'=>$params['after_title'].'<div class="clear"></div>'.$item_edit_link.'<div class="clear"></div>',







