Can anyone see what I've done wrong below?
I have success with drop down menu (after uploading my links-navmenu.php, but when I upload my links-home.php shown below, ALL my menus are disappear / are not there anymore (I just have top header with Home/Signed in as + sign out button showing + my customised header below that, also no footer showing). If I delete and upload links-home back to default file everythings back as should be.
links-home.php
/*
* You can add custom links in the home page by appending them here ...
* The format for each link is:
$homeLinks[] = array(
'url' => 'path/to/link',
'title' => 'Link title',
'description' => 'Link text',
'groups' => array('group1', 'group2'), // groups allowed to see this link, use '*' if you want to show the link to all groups
'table_group' => 7 //optional number of table group (the first group is 0)
NOTE ABOVE LINE WAS NOT IN MY links-home.php default file in /hooks folder so I just added it in here!?
'grid_column_classes' => '', // optional CSS classes to apply to link block. See:
http://getbootstrap.com/css/#grid
'panel_classes' => '', // optional CSS classes to apply to panel. See:
http://getbootstrap.com/components/#panels
'link_classes' => '', // optional CSS classes to apply to link. See:
http://getbootstrap.com/css/#buttons
'icon' => 'path/to/icon' // optional icon to use with the link );
*/
$homeLinks[] = array(
'url' => '
http://www..........',
'title' => 'New Title',
'description' => 'Name Descript',
'groups' => array('*'), // groups allowed to see this link, use '*' if you want to show the link to all groups
'table_group' = ('Group1') //optional number of table group (the first group is 0)
USED A GROUP NAME AS FORUM MESSAGES ABOVE
'grid_column_classes' => '', // optional CSS classes to apply to link block. See:
http://getbootstrap.com/css/#grid
'panel_classes' => '', // optional CSS classes to apply to panel. See:
http://getbootstrap.com/components/#panels
'link_classes' => '', // optional CSS classes to apply to link. See:
http://getbootstrap.com/css/#buttons
'icon' => 'path/to/icon' // optional icon to use with the link );
Thanks in advance for any help!
Cheers,
Ron