in game news phoenix 3.7 r63 [HELP]

danstone111

New Member
Apr 28, 2012
7
0
can some1 please help me. i want to remove the ingame news because it gets stuck loading :( iv disabled it in my vars reloaded emu and cleared cache but it still shows up when you time out of a room / when you use :unload is thre any way of compleatly removeing this ? thanks in advance :D

newsni.jpg
 

Zorn192

Member
Sep 4, 2011
119
7
In inc>tpl>cproxy-news

Replace it with this:

PHP:
<div class="habblet-container ">       
   
           
        <div class="content-container">
       
            <div id="news-articles">
           
               
               
            </div>
           
        </div>
       
        <div class="news-footer"></div>
   
    </div>
 
    <script type="text/javascript">   
        L10N.put("news.promo.readmore", "Read more").put("news.promo.close", "Close article");
        News.init(false);
    </script>
 
</div>
 
<!-- dependencies
<link rel="stylesheet" href="http://images.habbo.com/habboweb/%web_build%/web-gallery/styles/news.css" type="text/css" />
<script src="http://images.habbo.com/habboweb/%web_build%/web-gallery/static/js/news.js" type="text/javascript"></script>
-->
 

Users who are viewing this thread

Top