Matrixsc Posted July 13, 2014 Share Posted July 13, 2014 Hello I'm hoping someone can tell me how to do the following please How to alter Snapshot Skin brush selector and ipbskins copyright See pictures with regards to the 2 questions I've looked in the ipbfsconfig file that comes with the skin and can't see anything ? <if test="$this->settings['textLogo']='no'"></if> <if test="$this->settings['showFacebook']='no'"></if> <if test="$this->settings['facebookName']='username'"></if> <if test="$this->settings['showTwitter']='no'"></if> <if test="$this->settings['twitterName']='username'"></if> <if test="$this->settings['showYoutube']='no'"></if> <if test="$this->settings['youtubeName']='username'"></if> <if test="$this->settings['guestMessage']='yes'"></if> <if test="$this->settings['navDropdown']='no'"></if> <if test="$this->settings['defaultMoreDropdown']='no'"></if> <if test="$this->settings['customBackground']='yes'"></if> Any help would be much appreciated please Thanks. Solved it ! to remove the brush go to global template and remove line <if test="$this->settings['customBackground']=='yes'"><span id='nav_background'><img src='{style_images_url}/backgroundChanger.png' alt='' /></span></if> To remove the skin copyright go to global template and remove the line {parse replacement="skinlink"} Link to comment Share on other sites More sharing options...
0 DragonVoid Posted July 13, 2014 Share Posted July 13, 2014 To remove the brush go to global template and remove line <if test="$this->settings['customBackground']=='yes'"><span id='nav_background'><img src='{style_images_url}/backgroundChanger.png' alt='' /></span></if> To remove the skin copyright go to global template and remove the line {parse replacement="skinlink"} The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Matrixsc
Hello
I'm hoping someone can tell me how to do the following please
How to alter Snapshot Skin brush selector and ipbskins copyright
See pictures with regards to the 2 questions
I've looked in the ipbfsconfig file that comes with the skin and can't see anything ?
<if test="$this->settings['textLogo']='no'"></if>
<if test="$this->settings['showFacebook']='no'"></if>
<if test="$this->settings['facebookName']='username'"></if>
<if test="$this->settings['showTwitter']='no'"></if>
<if test="$this->settings['twitterName']='username'"></if>
<if test="$this->settings['showYoutube']='no'"></if>
<if test="$this->settings['youtubeName']='username'"></if>
<if test="$this->settings['guestMessage']='yes'"></if>
<if test="$this->settings['navDropdown']='no'"></if>
<if test="$this->settings['defaultMoreDropdown']='no'"></if>
<if test="$this->settings['customBackground']='yes'"></if>
Any help would be much appreciated please
Thanks.
Solved it !
to remove the brush go to global template and remove line
<if test="$this->settings['customBackground']=='yes'"><span id='nav_background'><img src='{style_images_url}/backgroundChanger.png' alt='' /></span></if>
To remove the skin copyright go to global template and remove the line
{parse replacement="skinlink"}
Link to comment
Share on other sites
1 answer to this question
Recommended Posts