ADD CUSTOM LINK BELOW MESSAGE

gaurav mishra Posted in Component Development 1 decade ago

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

Replies
Hungarian Vilmos Molnár Replied 1 decade ago

Thanks.

Indonesian Arsalan Shah Replied 1 decade ago

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

Hungarian Vilmos Molnár Replied 1 decade ago

Sorry: NEW page to link?

Hungarian Vilmos Molnár Replied 1 decade ago

External page how to? (_target="_blank")

Indonesian Arsalan Shah Replied 1 decade 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
    ));