Change the "Key" icon

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!

Quote · 23 Nov 2015

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.
Quote · 24 Nov 2015

Different icon!

Quote · 24 Nov 2015

it really should be an "eye" or the word privacy imo

Quote · 24 Nov 2015

 

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.
Quote · 24 Nov 2015

 

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.
Quote · 24 Nov 2015

 

 

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!

Quote · 25 Nov 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.