ADD CUSTOM LINK BELOW MESSAGE

gaurav mishra Posted in Component Development 9 years ago

I Want to add custom link below message on left side bar how can i do this ?.

Replies
Hungarian Vilmos Molnár Replied 9 years ago

Thanks.

Indonesian Arsalan Shah Replied 9 years ago

@Vilmos, i don't think ossnregistersections_menu() allows for target blank

Hungarian Vilmos Molnár Replied 9 years ago

Sorry: NEW page to link?

Hungarian Vilmos Molnár Replied 9 years ago

External page how to? (target="blank")

Indonesian Arsalan Shah Replied 9 years ago

Add following code into your component ossn_com.php file:

    $icon = ossn_site_url('components/mycom/images/icon.png');
    ossn_register_sections_menu('newsfeed', array(
        'text' => 'My custom link',
        'url' => 'http://google.com/',
        'section' => 'links',
        'icon' => $icon
    ));