RSS Feed On Basic Home (1 Viewer)

Kotik

MP Donator
  • Premium Supporter
  • March 19, 2009
    699
    485
    Athens
    Home Country
    Greece Greece
    Hello there.

    Thank you for the great skin.

    May someone please inform me if it is possible to disable/remove somehow the RSS Feed Context from Basic Home?

    The situation is like this:
    I use InfoService for MyWeather plugin only and i have the RSS Feed option disabled and as a result on Basic Home i get an ugly bar with the msg "Rss Feed Is Disabled"

    So is there any way to remove this bar and still use the InfoService plugin for the weather only?

    Thanx in advance.
     

    ryan20021982

    Retired Team Member
  • Premium Supporter
  • June 27, 2008
    655
    86
    USA
    Home Country
    United States of America United States of America
    Find these in the Basichome.xml and delete them, remember always make a backup.

    <control>
    <description>Rss Background</description>
    <type>image</type>
    <id>1</id>
    <posX>80</posX>
    <posY>685</posY>
    <width>1300</width>
    <height>50</height>
    <texture>homerss.png</texture>
    <animation effect="slide" start="0,100" end="0,0" tween="quadratic" easing="in" time=" 400" delay="200">WindowOpen</animation>
    <animation effect="slide" end="0,100" tween="quadratic" easing="in" time=" 400" delay="200">WindowClose</animation>
    <visible>plugin.isenabled(InfoService)+!string.equals(#infoservice.feed.titles,)</visible>
    </control>

    <control>
    <description>RSS Items</description>
    <type>fadelabel</type>
    <id>1</id>
    <width>1250</width>
    <height>50</height>
    <posY>695</posY>
    <posX>120</posX>
    <font>mediastream12tc</font>
    <label>#infoservice.feed.titles</label>
    <wrapString> :: </wrapString>
    <animation effect="slide" start="0,100" end="0,0" tween="quadratic" easing="in" time=" 400" delay="200">WindowOpen</animation>
    <animation effect="slide" end="0,100" tween="quadratic" easing="in" time=" 400" delay="200">WindowClose</animation>
    <visible>plugin.isenabled(InfoService)</visible>
    </control>
     

    Kotik

    MP Donator
  • Premium Supporter
  • March 19, 2009
    699
    485
    Athens
    Home Country
    Greece Greece
    Thanx for the quick reply.

    I did manage to find the "Rss Item" entry and deleted it. As a result the text within the bar is gone BUT the bar itself is still there and i guess it is cause i could not find the "Rss Background" entry in the .xml file.

    Any ideas?
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    Thanx for the quick reply.

    I did manage to find the "Rss Item" entry and deleted it. As a result the text within the bar is gone BUT the bar itself is still there and i guess it is cause i could not find the "Rss Background" entry in the .xml file.

    Any ideas?


    Hi,

    Bit drastic editing the code this is what the menu editor is for, check the wiki this explains how to disable and tailor almost all of the basiic home items.

    For the RSS feed options check here

    BasicHomeEditor - streamedmp - Using the StreamedMP BasicHome editor to create/customize the BasicHome menu. - Project Hosting on Google Code

    Thanks
     

    Kotik

    MP Donator
  • Premium Supporter
  • March 19, 2009
    699
    485
    Athens
    Home Country
    Greece Greece

    Users who are viewing this thread

    Top Bottom