inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Apr 2, 2013 13:29:41 GMT -8
I wanted to change the Notification Bubble Image to another and posed this question over at ProBoards: Notificaton Bubble (change) by Brian OrdonezGo to Admin > Structure > Layout Templates > Forum Wrapper and look for this (line 31 or so) and remove this <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div><img src="url to bubble image"/> <span class="tip"></span></div> In order to keep the orginal above, I did this: ( hidden) <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <!-- <div class="tip-number">$[navigation.menu.notification.total]</div> --><img src="url to bubble image"/> <!-- <span class="tip"></span> -->
|
|