Basically similar to the links, group, and video menus, I want to add an extra entity to that area with the same functions. Which files do I need to modify in order to do this?
@Arsalan Shah Am adăugat aceste coduri, funcționează perfect.
But I ask myself, how can I add images to the beginning of the text? icon?
You can use following code in your component file, for example the code below creates a searchengines dropdown menu with two links.
ossn_register_sections_menu('newsfeed', array(
'text' => 'Google',
'url' => 'http://google.com',
'section' => 'searchengines',
'icon' => true,
));
ossn_register_sections_menu('newsfeed', array(
'text' => 'Yahoo',
'url' => 'http://yahoo.com',
'section' => 'searchengines',
'icon' => true,
));
You also need to add language files for 'searchengines' mycomponent/locale/ossn.en.php'
'searchengines' => 'Search Engines',
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)