Hello everyone, I am trying to create a large array of links in the sidebar and I need an extra submenu on the sidebar. I tried finding out how to add one with no luck, I figured I would ask here.
i think you are right, you should be able to add via following code in your component ossn_com.php
file within init function example
<?php
function my_custom_menus_links(){
ossn_register_sections_menu('newsfeed', array(
'name' => 'uniquename',
'text' => 'Text',
'url' => 'Full URL',
'parent' => 'parentmenua',
'icon' => true
));
ossn_register_sections_menu('newsfeed', array(
'name' => 'uniquenameb',
'text' => 'Text 2',
'url' => 'Full URL',
'parent' => 'parentmenua',
'icon' => true
));
}
ossn_register_callback('ossn', 'init', 'my_custom_menus_links');
I am using Menubuilder, but it doesn't look like it is adding submenus but just the links. Am I missing something?
(Sorry if I didn't reply right, I am new to this site)
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)