Has anyone changed the privacy "key" icon in Dolphin 7.2.1? I've searched throughout the files and code and cant seem to find the answer. Any guidance is welcomed!
Has anyone changed the privacy "key" icon in Dolphin 7.2.1? I've searched throughout the files and code and cant seem to find the answer. Any guidance is welcomed! |
What change to you want to make to it? Color? Size? Different icon? My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Different icon! |
it really should be an "eye" or the word privacy imo |
Different icon! Place a copy of the file ps_page_chooser.html from the /templates/base folder in all template folders where you want to make the change. The name of the icon is 'key'. Change the name to any of the icons here: http://fortawesome.github.io/Font-Awesome/icons/
<div id="dbPrivacy__block_id__" class="dbPrivacy">
<a href="javascript:void(0);" onclick="javascript:ps_page_toggle('__page_name__', __profile_id__, __block_id__);" title="__alt__">
<i class="sys-icon key"></i>
</a>
</div>
My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
it really should be an "eye" or the word privacy imo That would give you a dozen eyeballs staring out of the computer screen at you. Rather eerie looking. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Different icon! Place a copy of the file ps_page_chooser.html from the /templates/base folder in all template folders where you want to make the change. The name of the icon is 'key'. Change the name to any of the icons here: http://fortawesome.github.io/Font-Awesome/icons/
<div id="dbPrivacy__block_id__" class="dbPrivacy">
<a href="javascript:void(0);" onclick="javascript:ps_page_toggle('__page_name__', __profile_id__, __block_id__);" title="__alt__">
<i class="sys-icon key"></i>
</a>
</div>
Thanks! Worked like a charm! |