Upgrade to 6.4.3Updated: June 8th, 2015
Created: 02/06/15June 4th:
Lost formatting and icons for metadata links at bottom of posts
Sorted by transferring icons to [.rsc/icons]Print style has errorsNotice: Undefined variable: params in /home/calstock/public_html/skins/print/index.main.php on line 64
Warning: array_merge(): Argument #2 is not an array in /home/calstock/public_html/skins/print/index.main.php on line 64
SORTED by deleting Argument #2 as follows
[/skins/print/index.main.php] Line 64
Original
$params = array_merge( array(
'disp_title' => true,
'item_title_link_type' => '#',
'image_size' => 'fit-400x320',
'attached_pics' => 'all', // 'none', 'first', 'all'
'item_pic_link_type' => 'original', // Can be 'original' (image) or 'single' (this post)
), $params );
Modified$params = array(
'disp_title' => true,
'item_title_link_type' => '#',
'image_size' => 'fit-400x320',
'attached_pics' => 'all', // 'none', 'first', 'all'
'item_pic_link_type' => 'original', // Can be 'original' (image) or 'single' (this post)
);
Repeated Title on Printer Friendly Page: Remove one and leave one with link maybe.
DONE: In [/skins/print/ndex.main.php] commented out Title for current request section and raised next linked title from h3 to h2Have problem with vow using manual skin, Categories listing isn't showing in left column.
Sorted by using old (5.2.0) manual skinProblem on contact form before each input
Notice: Array to string conversion in /home/calstock/public_html/inc/_core/ui/forms/_form.class.php on line 840
RESOLVED by sending over updated [/skins_fallback_v5/_contact_msg.form.php] to my custom skin.Want to format Hints to inputs to put them on a new line, not to span
Done by adding <br /> to 5th parameter of the $Form->text_input on lines 71,72 and 73 of [/skins_fallback_v5/_contact_msg.form.php]
e.g.T_('<br />Your name.')
June 2nd: Page 1 :: June 3rd: Page 2 :: June 4th: Page 3 :: June 6th and later :: Page 5







