Support Forums - Classified Ads Script Osclass

Osclass theme support => Veronika Osclass Responsive Theme => Topic started by: Сергей on June 08, 2017, 11:35:27 PM

Title: how to icon add ? all menu icon - how file
Post by: Сергей on June 08, 2017, 11:35:27 PM
how to icon add  ? all menu icon  how file wiew necessary



Thank you !
Title: Re: how to icon add ? all menu icon - how file
Post by: MB Themes on June 09, 2017, 09:10:32 AM
@Сергей
It needs to be done in each plugin on function that is added to hook user_sidebar.
Title: Re: how to icon add ? all menu icon - how file
Post by: Сергей on June 09, 2017, 10:48:06 AM
@Сергей
It needs to be done in each plugin on function that is added to hook user_sidebar.


Sample code  ....?
Title: Re: how to icon add ? all menu icon - how file
Post by: MB Themes on June 09, 2017, 11:36:34 AM
You can find code in instant messanger plugin as example.
Title: Re: how to icon add ? all menu icon - how file
Post by: Сергей on June 09, 2017, 01:17:13 PM
Code: [Select]

 $options[] = array('name' => __('favorite', 'veronika'), 'url' => osc_user_public_profile_url(), 'class' => 'opt_publicprofile', 'icon' => 'fa fa-heart-o', 'section' => 2);
 



https://xxx.com/favorite-lists/0/0/0/0/0  ---   Favorite link ,  Able to write ?