MyBB Community Forums

Full Version: Where remove social media buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where (probably in templates?) I can remove these social media buttons? My themes name is Rush if that helping.

My forum

[Image: some.png]
http://takapihanprinsessa.com/some.png link if image doesn't show

I really don't speak english, but I hope you understand me. ^^
right click on your mouse and view page source

you will find this
[Image: 0d9889acb58b492cb72b36209a1e3cc5.jpg]

edit your themes in
index page

maybe in index_boardstats, index_stats, index_statspage ....
and delete

<a href="*"><img src="images/rush/fb.png" style="vertical-align: middle" alt="" title="Like us on Facebook!" /></a>&nbsp;
<a href="*"><img src="images/rush/tw.png" style="vertical-align: middle" alt="" title="Tweet us on Twitter!" /></a>&nbsp;
<a href="*"><img src="images/rush/Google.png" style="vertical-align: middle" alt="" title="+1 us on Google!" /></a> &nbsp;
<a href="*"><img src="images/rush/yt.png" style="vertical-align: middle" alt="" title="Subscribe on Youtube!" /></a>&nbsp;
<a href="*"><img src="images/rush/tum.png" style="vertical-align: middle" alt="" title="Follow us on Tumblr!" /></a> 

don't forget to backup your code before try this!!!
it should be in footer template
Thanks, I found it in index_boardstats templates!