RSS Screensaver - "read more" link disappears

There is, or atleast there was, a link "read more" right below the headlines that were sweeping the screen in screensavers RSS mode.
One day few weeks ago it just wasn´t there. By then the problem was fixed, cause I had to re-instal whole system 10.4.7 for some other reason. After re-instal screensaver functioned normally, for couple of weeks, but today it happened again, there is no link ?!?
It´s not big thing that the link is missing, but like to get it fixed anyway.
PM G4 MDD   Mac OS X (10.4.7)  

try:
var loader:URLLoader = new URLLoader();
loader.addEventListener(Event.COMPLETE, onLoaded);
var xml:XML;
function onLoaded(e:Event):void
    xml = new XML(e.target.data);
    var il:XMLList = xml.channel.item.title;
     var url = xml.channel.item.link[0];
     title0_txt.htmlText = xml.channel.item.title[0];
     link0_txt.htmlText = "<a href="+xml.channel.item.link[0]+">Read More...</a>";  
loader.load(new URLRequest(rssfeed.xml));

Similar Messages

  • Carousel don't show images, only the page name and a "read more" link

    Good morning.
      I'm trying to get a carousel in my page. I already set a image to one page and on my carousel component, I selected that page.
      When I see the carousel, it shows me the page inputed name and a "read more" link instead of the image.
      Can anyone tell me what's wrong or missed?
      Heres a print screen:
    Thanks.

    What did I do to correct this problem:
       When I create a page renderer component, the same automatically creates a jsp file, with the same name as the component. In my Geometrixx copy sites, there's always a "content.jsp" file in the components, despite of the one with the same name of the component. So, instead of build my pages in the componentname.jsp, i'm doing this is these content.jsp. Just doing this, the carroussel works perfectly. For sure is something that I miss in my own jsp files, but even with the same code (copy > paste), in my jsp the carroussel don't work. Anyway, now I can use it.

  • Add read more link SharePoint 2013 blog site

    Hi,
    I have blog site in SharePoint 2013. I want to add "Read More" link for all the blog post.
    I found a lot of solution by manipulating through the layouts folder in 15 hive directory.
    But I have no access to the 15 hive directory.
    Is it possible through JavaScript or j query ?
    Please share your suggestion.
    Thank you

    I've used this guide: http://www.learningsharepoint.com/2013/04/07/styling-announcements-with-javascript-using-js-link-in-sharepoint-2013/
    The guide is actually for Announcements but the basic behavior is the same. The code is simple to modify even by a beginner.

  • Show the Read more link in the list view webpart using Client side Rendering

    Hi,
    I have a share point list name as Team.It contains two columns like Role(single line of text) and Name( people and picker).
    I want the display the list view webpart like below format using JS Link/Client side rendering concept.
    If list contains more than 3 items (display like this)
    >TeamMemberName1
    >TeamMemberName2
    >TeamMemberName3
    Readmore... (Read more link should expand all the team members)
    If list contains more than 3 items (display like this)
    >TeamMemberName1
    >TeamMemberName2
    >TeamMemberName3
    Could you please provide the code.It is very urgent for me.
    Thanks for the help!!!

    (function () {
        debugger;
        //Create our Namespace object to avoid polluting the global namespace
        var pfh = pfh || {};
        //Define our Header Render pattern
        pfh.renderHeader = function (ctx) {
            var headerHTML = "<ul>";
            return headerHTML;
        pfh.renderFooter = function (ctx) {
            //Define any footer content here.
            var footerHTML = "</ul>";
            return footerHTML;
        pfh.CustomItem = function (ctx) {
            var itemHTML = "<li>" + ctx.CurrentItem.TeamMemberName[0].title; + "</li>";
            return itemHTML;
        //Define any code/function that needs to be run AFTER the page has been completed and the DOM is complete.
        pfh.PostRenderCallback = function (ctx) {
        //Define the function that will register our Override with SharePoint.
        pfh.RegisterTemplateOverride = function () {
            var overrideCtx = {};
            overrideCtx.Templates = {};
            overrideCtx.Templates.Header = pfh.renderHeader;
            overrideCtx.Templates.Footer = pfh.renderFooter;
            overrideCtx.Templates.Item = pfh.CustomItem;
            overrideCtx.onPostRender = [pfh.PostRenderCallback(ctx)];
            overrideCtx.BaseViewID = 98; //Note: We're using BaseView ID 99 to match our override below
            overrideCtx.ListTemplateType = 100;
            SPClientTemplates.TemplateManager.RegisterTemplateOverrides(overrideCtx);
        //Now we load in our override to ensure that this Override is only applied to the intended ListView
        ExecuteOrDelayUntilScriptLoaded(function () {
            var OldRenderListView = RenderListView;
            RenderListView = function (ctx, webPartID) {
                if (ctx.ListTitle == "Test") {
                    ctx.BaseViewID = 98;
                OldRenderListView(ctx, webPartID)
        }, 'ClientTemplates.js');
        //Register for MDS enabled site otherwise the display template doesn't work on refresh
        //Note: The ~sitecollection tokens cannot be used here!
        RegisterModuleInit("/_catalogs/masterpage/Display Templates/csr_ovr_RenderListTemplate_Fixed.js", pfh.RegisterTemplateOverride); // CSR-override for MDS enabled site
        pfh.RegisterTemplateOverride(); //CSR-override for MDS disabled site (because we need to call the entry point function in this case whereas it is not needed for anonymous functions)
    I am using the above script to render the items.
    I am new to the CSR.
    Where do i need to include your script in my script.
    Please help on this.
    Thank you for reply sagar.
    Please note that i am not using content search webpart.

  • On ebay, firefox will not respond to "shipping and payment" and "read more" links. no problem using IE.

    when on Ebay and looking at an auction, the links for 'shipping and payment' and 'read more' (in the item specifics block) do not respond. all other links on auction pages work. and they also work using IE. this is the only website that i have this problem with.
    i did a refresh of Firefox, but the problem persists.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    '''If Firefox is open,''' you can restart in Firefox Safe Mode from the Help menu:
    * Click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    '''If Firefox is not running,''' you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".
    ;[[Image:SafeMode-Fx35]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Wordpress read-more-links out of order when hosting on Mini

    Hi
    I moved my Wordpress-based blog http://kennethlund.dk from a webhost to my Macmini to learn about hosting my own sites.
    Everything seems fine at the first glance, except that alle links are broken :s
    The linkstructure was working at my existing host and I haven't changed anything.
    All links to backend works - it's "just" the blogposts themselves, that I cannot open.
    I suppose this COULD be something about rewrite not working. Do I need to turn this on or is there any other advice for me?

    KLP29 wrote:
    Solution: turn on "Allow overrides"
    where would we find your solution?
    thanks

  • System Update 3.14 Read More Info and then SU Disappearing

    Hello,
    I have a small problem with System Update 3.14 on T42 2379DXU. After scanning my system for possible updates SU shows me all things to install. When I press + to expand it and then Read More link the chart seems to be loading, it shows for a couple of miliseconds and then it disappears and so does System Update. I need to restart it to scan system again, but the problem stays on.
    Anybody got along with that?

    I have the same problem with my new T500 machine. XP SP3, .Net 2.0. I have contaced Lenovo support and they have not yet followed through with an answer.

  • Blog issues: duplicating pages / read more

    Hello - thanks in advance to all the great helpers out there.
    1) using Blog pages as an announcement vehicle for son's school. Each class has a "blog" where I will post parent announcements. I have one set up exactly as needed with font, colors, etc. Cannot duplicate blog page. Apple confirmed. So can I easily save as a template and then make the other NINE class pages or do I have to do each one separately (ARGH!), which is huge pain in rear due to no grouping and no pasting of styles.
    2) Any way to get the "Read More" link off? Many of the "blog entries" are straightforward announcements that are only two to three lines etc. I have the summary blog page showing the whole entry so there is no need for a parent to click to "Read More". But the "Read More" link still there. (Double ARGH!)
    I really like using the iWeb blog functionality this way and I intend to hand off maintaining site to other parents so I can't really go the "embed a blog from wordpress" route etc.
    Thank you for any great ideas!
    Liz

    Liz ~ Many people post problems here having just one iWeb blog — and you're setting up nine blogs for other parents to maintain?! ...It's okay to set up a system that's likely to be difficult to maintain if you're the one who's going to maintain it. But when those other parents start having problems, they'll likely wonder why you set it up that way. It's also restricting to require that the other parents have a Mac running Leopard and iLife '09 and that they pass iWeb's Domain file around to each other.
    LizMacBook wrote:
    I intend to hand off maintaining site to other parents so I can't really go the "embed a blog from wordpress" route etc.
    Why not? ...You just set up a web-based email address, e.g. [email protected] (telling the other parents the email's password) and then use that email address when you register a new web-based blog, at say Posterous or WordPress, etc. (Again, telling the other parents the blog's userid & password.)
    Here's an old forum thread posted by someone who wisely doubted that iWeb's blog was a good choice and has had success with a WordPress blog:
    _To blog or not to blog_
    And to link to an external blog from iWeb's navbar:
    Create a blank internal page titled "Blog" (Actually you can name the page whatever you want.) Then in that Blog page add an HTML Snippet with the following code:
    <script type="text/javascript">
    parent.window.location = "http://www.yourblogname.com"; // change this to your own URL
    </script>
    ...Once published, clicking on "Blog" in the navbar will immediately redirect to your external Blog page. (Thanks to Cyclosaurus for the code).
    Also, for your particular needs, there may be better web-based alternatives such as Ning. A single Ning site has:
    Blogs for Every Member — Enable blogging for every member of your social network. Display everyone's blog posts as a tab or just feature specific blog posts on your network's Main page via our unique Feature displays.
    ...So you could have just one Ning site with nine tabs for the nine class blogs. And Ning has many more community features that you'd probably find useful.
    By the way, something's not right with your Public Profile: +"Mac OS X (10.4.8) iWeb 09"+ — iLife '09 requires 10.5.6 (Leopard) or later. See here.

  • "Read more" leads to blank page?

    Today on my web site clicking the "Read more" link leads to a blank page. I've not done anything different that I can think of; the site was working fine as recently as Friday when I last posted. (My dd using Safari claims it crashed Safari, too, though it doesn't crash my Firefox.)
    What can this be?
    Here's the site: www.honeypotrambles.com

    Hi, Maria--I appreciate your giving it a try. I still don't see the rest of the post. This appears to affect only the first two posts on that page (today's and the previous one), and my husband has no trouble seeing it with IE on a WIndows machine but can't see it with Firefox on his Windows computer, and my daughter can't see it with Safari on a Mac nor can I with Firefox on my Mac. I guess some code got screwed up, but I've no idea how to fix it.
    Thanks again--
    Laura

  • Losing "read more..." links in published blog

    I was working on a blog, but when I uploaded it, the links to the posts were not working, specifically the headline, "read more..." and "add comments" links. Any links I created elsewhere on the page were fine. I could not for the life of me figure out the problem, so I started from scratch, posted a demo site and I was fine. But now as I have worked on it and uploaded it to see, the links again no longer work. Very frustrating.. you can't select them in iWeb to do anything, and they should be live automatically. What am I doing wrong? Thanks!

    Firstly, are you publishing to MobileMe or an outside server?
    Please remember that if you are NOT using MobileMe and are uploading directly to your server, then blog comments WILL NOT WORK. That is one of the options that is not available if you don't use MMe. This info is actually stated when you publish to a folder from inside iWeb.

  • RSS screensaver: I can not press '1' to read article on AZERTY keybord

    Hi,
    When I use the RSS screensaver, I can not press '1' to read the article. I am using a AZERTY keybord on my MacBook and when I try to press '1', the screensaver stops and nothing else happens. I suppose it is because I need to press shift to enter a number...
    I already tried to use shift-lock before starting the screensaver. Same issue...
    Any ideas?
    MacBook   Mac OS X (10.4.7)  

    Anybody ?

  • NavigateToURL - RSS Feed Reader Linking Issue

    Hi, I am working on an RSS feed reader. The reader pulls blog entries just fine, but the results are not clickable. Tried numerous variations of "navigateToURL", but am relatively new to the Flex framework. Is there a way to make generated feed clickable? See code below:
    <?xml version='1.0' encoding='UTF-8'?>
    <s:Application xmlns:d="http://ns.adobe.com/fxg/2008/dt"
                   xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo"
                   xmlns:feed="services.feed.*"
                   width="275" height="325" backgroundColor="#E2E7E9" preloaderChromeColor="#E2E7E9"
                   viewSourceURL="srcview/index.html">
        <!-- Blog Feed 1.0 -->
        <!-- Properties of the parent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <fx:Script>
            <![CDATA[
                import mx.events.FlexEvent;
                import flash.net.navigateToURL;
                protected function list_creationCompleteHandler(event:FlexEvent):void
                    getDataResult.token = feed.getData();
                public function feed_clickHandler(event:MouseEvent):void
                    navigateToURL(new URLRequest("http://blog.mysite.com/feed/"+getDataResult.lastResult.title));
            ]]>
        </fx:Script>
        <!-- Script ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- Declarations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <fx:Declarations>
            <s:CallResponder id="getDataResult"/>
            <feed:Feed id="feed" showBusyCursor="true"/>
        </fx:Declarations>
        <!-- Declarations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <!-- UI components ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
        <fx:DesignLayer d:userLabel="Content">
            <s:BitmapImage d:userLabel="Shape 2" x="1" y="64" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Shape 2.png')"/>
            <s:BitmapImage d:userLabel="line highlight" x="263" y="66" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/line highlight.png')"/>
        </fx:DesignLayer>
        <fx:DesignLayer d:userLabel="Feed Item">
        </fx:DesignLayer>
        <fx:DesignLayer d:userLabel="Scrollbar">
            <s:List id="list" x="4" y="64" click="feed_clickHandler(event)"
                    creationComplete="list_creationCompleteHandler(event)"
                    skinClass="components.FeedDataListSkin4">
                <s:AsyncListView list="{getDataResult.lastResult}"/>
            </s:List>
        </fx:DesignLayer>
        <fx:DesignLayer d:userLabel="Header">
            <s:BitmapImage d:userLabel="Shape 1" x="1" y="1" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Shape 1.png')"/>
            <s:BitmapImage d:userLabel="Lines" x="12" y="43" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Lines.png')"/>
            <s:BitmapImage d:userLabel="Pomona Swap Meet" x="11" y="8" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Pomona Swap Meet.png')"/>
            <s:BitmapImage d:userLabel="Blog" x="184" y="31" smooth="true"
                           source="@Embed('/assets/images/PSM-RSS-Feed/Blog.png')"/>
        </fx:DesignLayer>
        <!-- UI components ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    </s:Application>
    I tried to connect a click event to the feed "title", but I'm not sure that the mouse event function is correct, or that I have placed the "clickHandler(event)" in the right location. Any thoughts would be appreciated.
    Thx.

    apex.oracle.com is locked down pretty tight since it is a free service.
    I'm surprised that running a restricted Package (DBMS_NETWORK_ACL_ADMIN) didn't throw an error and laugh at you.
    If you want to test that app, you must bring it "in house".
    MK

  • My RSS Feeds in Outlook link to articles online and today for no reason I keep getting url fail messages in outlook. Somehow the two aren't communicating correctly anymore. Any thoughts?

    Today or over the weekend, for no reason that I can tell, all of the links in my email (just checked that too) and my RSS feeds no longer link to FireFox. The following error appeared in Outlook "General Failure. URL:... An error occured in sending the command to the application." I'm not sure if it's Outlook or Firefox but this just happened for no reason that I could tell and I'm not computer savvy enough to go in to Outlook and figure all this out. It's worked with no issue for well over a year. The only recent change to Firefox I've made is to add an Amazon wish list toolbar...which I'm not even sure how to delete if that's the issue...but I'm not sure that it didn't work after installing that add-on. I've made no recent changes to Outlook (2007).

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • OS X RSS Screensaver problem

    Just wondering if something is wrong here, but I can't get the Apple RSS screensaver to show more than four stories. I've tried different feeds, etc., and they all have many more than four items, but when the screensaver comes on it only displays the top four stories. As far as I remember, it used to be the top ten stories. Is this a feature change or is something weird going on?

    Run Software Update, if nothing appears the open System Preferences - Print & Scan, highlight the device on the left pane and right click to reveal Reset Printing System.... and then restart the computer. If you still have a problem contact Minolta to see if they intend to support the device under Mavericks.

  • 10.5 RSS Screensaver not working

    Probably a stupid question, but I tried setting OS 10.5's RSS screensaver to http://images.apple.com/main/rss/hotnews/hotnews.rss, and I keep getting the error message 'Your selected subscriptions contain no pictures".
    On my new iMac, running 10.6, this doesn't give me an error message. I tried looking through the help, and it didn't help solve my issue...
    What am I doing wrong?
    Thanks so much!

    I am having a different problem with the RSS Screensaver. When the info comes up, it used to say "Press the 1 Key for more" or something to that effect. Now there is no info about which key to press. Anyone know how to get this back? Switching RSS feeds doesn't solve the problem, and the Screensaver is pretty useless if I can't read the articles...
    Thank you...

Maybe you are looking for

  • Always curier font on HP Laserjet 2550 PCL6

    Hi Everybody, I have a problem with HP LaserJet 2550 PCL6 printers, which are always printing text in Curier, even if my designed document always uses "ARIAL (W1)" font. The graphic layout (boxes) is correct, but the text is not printed with the prop

  • My FCP 5 will not capture video any more. How do I get it back

    I have a 2005 G5 operating on version 10.5.7. I have *FCP 5*. I do a lot of video editing and have been using this system since 2005. I have *4 gig Ram*. Suddenly it won't capture and when I try to go into that mode I get a message: *UNABLE TO INITIA

  • Can anyone send abaphr material?

    Hi, Anybody can send abap-hr material?. to this mail id : <b><REMOVED BY MODERATOR></b> Early reply is highly appriciable. Regards, Chow. Message was edited by:         Alvaro Tejada Galindo

  • Dba alert monitor

    Hi, I transferred sap mssql database one disk to another .My problem is after moving database another disk, space manager still shows the old drive in tcode dbacocpit. the screenshot is http://imageupload.org/?d=4DAED5021. thanks for your reply. Rega

  • Cross-compiling desirable

    I would really like to see the ability in the Studio compilers to cross compile SPARC code on x86 and vice versa. This would incentivize the OpenSolaris engineering team to support cross-compilation as well, I believe. The reason for this is that my