Customisation 6.6.x ~ 6.7.x


Notice: Undefined variable: params in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Warning: array_merge(): Expected parameter 2 to be an array, null given in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 63

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 70

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 80

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 85

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 91

Notice: Trying to access array offset on value of type null in /home/rogerlov/public_html/blog/skins/print/index.main.php on line 93

calstock : rogerlovejoy : unveiled : vyaj

  1. 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)

  2. 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

  3. PHP

    echo '<br /><input type="submit" name="submit" class="search_submit submit btn btn-primary" value="'.format_to_output$this- />disp_params['button'], 'htmlattr' ).'" />';
  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; ********}

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

  1. 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
  2. Log in button green
    See 3 in the above list

Vyaj.co.uk

To move edit button from title line

  1. [/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>',