<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Liked / Thanks hover not displaying properly? in Community Site Feedback</title>
    <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505566#M14043</link>
    <description>&lt;P&gt;@Anonymous,&lt;/P&gt;
&lt;P&gt;I had not intended to suggest that THIS issue needed a server side fix.&amp;nbsp; Rather that this functionality ought to be facilitated by server side customisation, not client side customisation.&amp;nbsp; May be on this occasion we might need to agree to disagree.&amp;nbsp; &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@02E1053DE4F6FF9047EC1F2C1447C226/images/emoticons/coolsmiley.gif" alt="Cool_smiley" title="Cool_smiley" /&gt;&lt;/P&gt;
&lt;P&gt;A smart system (and I'm far from convinced that without Jack's sterling work in the skin, that this could be considered to be one) would facilitate customisation BOTH server side and client side.&amp;nbsp; Reading between the lines, client side JS is picking up place holders, making queries back to the server and generating / inserting HTML on the fly.&amp;nbsp; This adds payload to the delivered web page (code) and delayed rendering (execution of code) time.&lt;/P&gt;
&lt;P&gt;If such customisation were facilitated server side, the delivered pay load would be smaller and it would be ready for rendering without further processing.&amp;nbsp; From comments Jack has made, server side customisation is not facilitated by Lithium ... which I suggest is a serious omission.&amp;nbsp; I think I would be correct in stating that the majority of SMF's customisation is performed server side.&lt;/P&gt;</description>
    <pubDate>Sat, 06 Jan 2018 18:50:21 GMT</pubDate>
    <dc:creator>Townman</dc:creator>
    <dc:date>2018-01-06T18:50:21Z</dc:date>
    <item>
      <title>Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505106#M14018</link>
      <description>&lt;P&gt;I’ve just noticed that when you hover over the thumbs up counter all you see it the Alt text saying what it is, when it used to show you a list of who’d thanked a post. Just thought I'd mention it.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 08:45:56 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505106#M14018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T08:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505121#M14019</link>
      <description>&lt;P&gt;That's a recent change, @Anonymous , not that I worry about it that often.&lt;/P&gt;
&lt;P&gt;Edit - on my system, providing there is a number in the counter, hovering &lt;STRONG&gt;does&lt;/STRONG&gt; show the 'likeess'&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:12:10 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505121#M14019</guid>
      <dc:creator>jab1</dc:creator>
      <dc:date>2018-01-05T09:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505122#M14020</link>
      <description>&lt;P&gt;It's still there and working.&lt;/P&gt;
&lt;P&gt;The alt text does get wiped out if you recently clicked it and not refreshed the page. This is because the ajax call replaces the alt text when clicking. The collection of usernames is done on page load, put into a hidden container next to the like button, javascript then clones that hidden container and applies it to the alt text, replacing what was there and then deletes the hidden container.&lt;/P&gt;
&lt;P&gt;I could extend the js so that it keeps the username collection and does something else when clicked as I was under time constraints when I created it and by the time I finished it I had run out of time to make any improvements.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:11:52 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505122#M14020</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-01-05T09:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505123#M14021</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4"&gt;@jaread83&lt;/a&gt; See my edit, should have tested before replying.&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@39CAA4D3C5337609D22BCCF670FC8D42/images/emoticons/embarrassed.gif" alt="Embarrassed" title="Embarrassed" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:15:11 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505123#M14021</guid>
      <dc:creator>jab1</dc:creator>
      <dc:date>2018-01-05T09:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505124#M14022</link>
      <description>It does work but there are some extra fluff needed in the code for when you click the thanks. Give it a try - hover over a post with a thanks counter of 1 or more, you will see who thanked the post, then click the thanks button and hover over the number, it resets because the alt text is replaced when you clicked it. That is the normal behaviour and I have hacked the component to bits with JS to get it to display a list of users as that isn't something the software does by default.</description>
      <pubDate>Fri, 05 Jan 2018 09:18:39 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505124#M14022</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-01-05T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505127#M14023</link>
      <description>&lt;P&gt;Thanks for that&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4"&gt;@jaread83&lt;/a&gt; I did the hover &lt;STRONG&gt;after&lt;/STRONG&gt; I'd clicked the like button, so the above explains what I saw but as a result of that I did refresh the page and it still showed the Alt text, which is why I posted here!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:25:52 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505127#M14023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T09:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505132#M14024</link>
      <description>That's odd. Can you link me to the post that this happens on please?</description>
      <pubDate>Fri, 05 Jan 2018 09:34:58 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505132#M14024</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-01-05T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505135#M14025</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4"&gt;@jaread83&lt;/a&gt;, it's message 9 of &lt;A title="Message 9" href="https://community.plus.net/t5/General-Chat/Colmans-Mustard-in-Norwich-to-close/m-p/1504993" target="_blank"&gt;this&lt;/A&gt; thread.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:40:40 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505135#M14025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T09:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505137#M14026</link>
      <description>&lt;P&gt;Looks like it is working for me....&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-01-05 at 09.42.00.png" style="width: 999px;"&gt;&lt;img src="https://community.plus.net/t5/image/serverpage/image-id/9946i71B74DEDDCEB8B7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-01-05 at 09.42.00.png" alt="Screen Shot 2018-01-05 at 09.42.00.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Do you have any javascript errors on that page?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:43:19 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505137#M14026</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-01-05T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505140#M14027</link>
      <description>&lt;P&gt;As it does for me now, but when I posted it wasn't, as for errors I don't know. Don't waste your time on this &lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4"&gt;@jaread83&lt;/a&gt;, you'll have better things to do. If it happens again I'll try and get some screen grabs for you.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:57:14 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505140#M14027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T09:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505142#M14028</link>
      <description>No worries &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@104CD63F9302A50EF5EC70FE32BB8AA1/images/emoticons/smiley.gif" alt="Smiley" title="Smiley" /&gt; I will keep a mental note of this and check every now and then.</description>
      <pubDate>Fri, 05 Jan 2018 10:01:45 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505142#M14028</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-01-05T10:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505382#M14037</link>
      <description>&lt;P&gt;Jack,&lt;/P&gt;
&lt;P&gt;Talk of more client side JS skin grafting is concerning.&amp;nbsp; I find page load / rendering is already too sluggish - I too often find that having started to do something on an essentially loaded page, things change in front of my eyes... particularly on write a post page.&lt;/P&gt;
&lt;P&gt;The magic of this stuff is excellent, but needing to 'shape' this heap of crud client side has a pay-load delivery (bandwidth) and rendering (performance) cost which users ought not to be 'paying for'.&amp;nbsp; Somehow Lithium need to be made to get their fingers out and fix these issues properly server side.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2018 10:18:19 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505382#M14037</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2018-01-06T10:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505393#M14040</link>
      <description>&lt;P&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;, there really is no issue to fix server side, well not in this instance, as this as you know is a custom component asked for by us users. I agree there is a huge amount of bloat in this system, but not wanting to defend Lithium, they have to cater for the majority, not the minority as this leads to a maintenance nightmare.&lt;/P&gt;
&lt;P&gt;Maybe if &lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4"&gt;@jaread83&lt;/a&gt;, could suggest the functionality as a core component with the backing of other Lithium board users then they may take it on board, but ironically it wouldn't reduce the code base size, so no benefit would be gained.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2018 10:50:55 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505393#M14040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-06T10:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505399#M14042</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/4"&gt;@jaread83&lt;/a&gt; wrote:&lt;BR /&gt;Do you have any javascript errors on that page?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As a side note to this, I had the developer tools open on my browser and on loading &lt;A title="Unread Posts with Full Text" href="https://community.plus.net/t5/forums/unreadpostspage/tab/message:full" target="_blank"&gt;this&lt;/A&gt; page it counted over 500 errors, granted not the page in question but 500+ errors!&lt;/P&gt;
&lt;P&gt;To see what I mean if you are using FF on OSX open a new tab then call up the Developer Toolbar using Cmd + F2 then load your page of choice and you'll see the error count in the bottom right of the screen.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2018 11:17:07 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505399#M14042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-06T11:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505566#M14043</link>
      <description>&lt;P&gt;@Anonymous,&lt;/P&gt;
&lt;P&gt;I had not intended to suggest that THIS issue needed a server side fix.&amp;nbsp; Rather that this functionality ought to be facilitated by server side customisation, not client side customisation.&amp;nbsp; May be on this occasion we might need to agree to disagree.&amp;nbsp; &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@02E1053DE4F6FF9047EC1F2C1447C226/images/emoticons/coolsmiley.gif" alt="Cool_smiley" title="Cool_smiley" /&gt;&lt;/P&gt;
&lt;P&gt;A smart system (and I'm far from convinced that without Jack's sterling work in the skin, that this could be considered to be one) would facilitate customisation BOTH server side and client side.&amp;nbsp; Reading between the lines, client side JS is picking up place holders, making queries back to the server and generating / inserting HTML on the fly.&amp;nbsp; This adds payload to the delivered web page (code) and delayed rendering (execution of code) time.&lt;/P&gt;
&lt;P&gt;If such customisation were facilitated server side, the delivered pay load would be smaller and it would be ready for rendering without further processing.&amp;nbsp; From comments Jack has made, server side customisation is not facilitated by Lithium ... which I suggest is a serious omission.&amp;nbsp; I think I would be correct in stating that the majority of SMF's customisation is performed server side.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2018 18:50:21 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505566#M14043</guid>
      <dc:creator>Townman</dc:creator>
      <dc:date>2018-01-06T18:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505603#M14045</link>
      <description>&lt;P&gt;Apologies&amp;nbsp;&lt;a href="https://community.plus.net/t5/user/viewprofilepage/user-id/5145"&gt;@Townman&lt;/a&gt;&amp;nbsp;that’s what I took from the context of your comments.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2018 21:32:00 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505603#M14045</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-06T21:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Liked / Thanks hover not displaying properly?</title>
      <link>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505863#M14046</link>
      <description>&lt;P&gt;I should make it clear that having done peformance testing I know for a fact that the one and only thing that is truly bulky in load time and weight is the Online Users component that is featured on the homepage. Adding enhancements to my other little client side fixes is not going to hinder load times at all in the grand scheme of things.&lt;/P&gt;
&lt;P&gt;@Anonymous, I am not seeing any errors on the Unread page feed... I think its another case of a certain post created by a user that is causing this. I cannot locate it.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 09:24:19 GMT</pubDate>
      <guid>https://community.plus.net/t5/Community-Site-Feedback/Liked-Thanks-hover-not-displaying-properly/m-p/1505863#M14046</guid>
      <dc:creator>jaread83</dc:creator>
      <dc:date>2018-01-08T09:24:19Z</dc:date>
    </item>
  </channel>
</rss>

