Jump to content
WebFlake
  • 0

How to alter Snapshot Skin logo please?


Matrixsc

Question

6 answers to this question

Recommended Posts

  • 0

Ok since its already text, if you want to change it to your website name then do the following,
in Global Templates > defaultHeader replace your with this

<if test="$this->settings['textLogo']=='yes'">
<a href='{$this->settings['board_url']}' class='textLogo' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'>{$this->settings['board_name']}</a>
<else />
<a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src='{parse replacement="logo_img"}' alt='{$this->lang->words['logo']}' /></a>
</if>

If you want a image logo, go in Global Templates > _ipbfsConfig and find,

<if test="$this->settings['textLogo']='yes'"></if>

replace the yes with a no

Link to comment
Share on other sites

  • 0
This is what you replied in your other topic:

 

Thank you for your reply

Where is that based can't find it ?

 

 

I did try the logo change  in easy logo changer but that didn't work either  :(

 

Thanks


Ok worked it out had to edit ipbfsconfig.file

 

 

Have you found the solution to your support thread?

Link to comment
Share on other sites

  • 0

Ok I'm confused how i'v managed to open up 2 post sorry to the mods for that ?

 

I did alter the ipbfsconfig.file and changed it to no and it seemed to work now

 

Also on the header is there away to remove that brush so members only use the default background please?

brush.jpg

 

 

Without me opening another thread how can i remove the copyright ( ipbskins) to the skin on the board at the footer? Can't seem to find a footer table

copyright.jpg

 

Sorry don't want to push my luck with asking to many questions i am trying on my own before i open up a thread is it alright to carry on in this thread or open up another thread mods?

 

 

 

 

Thanks and appreciate your time

Edited by Matrixsc
Link to comment
Share on other sites

  • 0

 

To remove the ipbskins copyright open the "Global Template" for that skin and remove:

{$footer_items['copyright']}

Thanks for your  reply it's moved the ipboard copyright but not the skin copyright ( see picture for what i mean) thats what i really want to remove.

 

Thanks

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...