Live Update

Live Update 4.0.1

No permission to download
You mean the alert balloon? I'm certain its a style property.

Liam

I assume he means the favicon balloon. The colour of which is buried deep within the minified JS somewhere.

Yeah, I meant the favicon baloon.
I wanted to match it with my sites alert baloon color. But you say there is no way to change that. Have to live with that.
 
Are you sure it's a conflict on those two? I have both installed and not getting any errors or having any issues.
It does for me, for example the Tab Name, when there is alerts both home and chat page do hide the alert count. On the chat page the alerts pop in but for example if you hover the alert menu the instead of disappear the alert number baloon it shows "0 Alerts".

What confuses me is why it messes the tab title on the homepage even with the chat there, because on the homepage that chat doesn't add "New messages" to the tab.
 
It does for me, for example the Tab Name, when there is alerts both home and chat page do hide the alert count. On the chat page the alerts pop in but for example if you hover the alert menu the instead of disappear the alert number baloon it shows "0 Alerts".

What confuses me is why it messes the tab title on the homepage even with the chat there, because on the homepage that chat doesn't add "New messages" to the tab.

The 0 alerts thing is an unrelated bug in taigachat and is not connected with live update
 
The 0 alerts thing is an unrelated bug in taigachat and is not connected with live update
Oh if that's taigachat then it's okay. It just tricks with the tab name on the homepage that should not hide the alert count from this addon as only the chat page shoul edit the tab title.
 
Last edited:
I would like to force all users to "Tab Title" and disable "Live Update Display Options" in the user account. Do you know how to do it?
 
@Chris D

Threw this update tonight. Any idea what it's about?

Code:
Zend_Db_Adapter_Mysqli_Exception: No such file or directory - library/Zend/Db/Adapter/Mysqli.php:333
Generated By: Unknown Account, Yesterday at 12:58 AM
Stack Trace
#0 /home/dressedw/public_html/library/Zend/Db/Adapter/Abstract.php(315): Zend_Db_Adapter_Mysqli->_connect()
#1 /home/dressedw/public_html/library/XenForo/Application.php(727): Zend_Db_Adapter_Abstract->getConnection()
#2 [internal function]: XenForo_Application->loadDb(Object(Zend_Config))
#3 /home/dressedw/public_html/library/XenForo/Application.php(970): call_user_func_array(Array, Array)
#4 /home/dressedw/public_html/library/XenForo/Application.php(1001): XenForo_Application->lazyLoad('db', NULL)
#5 /home/dressedw/public_html/library/XenForo/Application.php(1571): XenForo_Application::get('db')
#6 /home/dressedw/public_html/library/XenForo/Model.php(161): XenForo_Application::getDb()
#7 /home/dressedw/public_html/library/XenForo/Model/DataRegistry.php(138): XenForo_Model->_getDb()
#8 /home/dressedw/public_html/library/XenForo/Model/DataRegistry.php(97): XenForo_Model_DataRegistry->_getMultiFromDb(Array)
#9 /home/dressedw/public_html/library/XenForo/Dependencies/Abstract.php(147): XenForo_Model_DataRegistry->getMulti(Array)
#10 /home/dressedw/public_html/library/XenForo/FrontController.php(127): XenForo_Dependencies_Abstract->preLoadData()
#11 /home/dressedw/public_html/index.php(13): XenForo_FrontController->run()
#12 {main}

array(3) {
  ["url"] => string(47) "http://www.dressedwell.net/index.php?liveupdate"
  ["_GET"] => array(1) {
    ["liveupdate"] => string(0) ""
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(59) "/threads/disagreeable-menswear-post-of-the-day.763/page-168"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Nothing actually to do with this add-on.

That error just happened while that page was being accessed. Looks like your MySQL server died briefly.
 
My Live Update mod stopped polling. It's not sending any request to the server. I am fairly certain its due to an extreme modification of the header of the Cloud theme. I uninstalled Live Update mod and Re-install. It's still not sending request. Any suggestions that dont involve not using my custom header? LoLs =)
 
Check that the PAGE_CONTAINER template still has "<link rel="apple-touch-" in it as that is used by the template modification to insert the LiveUpdate template including the JavaScript.
 
Check that the PAGE_CONTAINER template still has "<link rel="apple-touch-" in it as that is used by the template modification to insert the LiveUpdate template including the JavaScript.

It seems like it:

Code:
<!DOCTYPE html><xen:set var="$isResponsive" value="{xen:if '@enableResponsive AND !{$noResponsive}', 1, 0}" />
<html id="XenForo" lang="{$visitorLanguage.language_code}" dir="{$visitorLanguage.text_direction}" class="Public NoJs {xen:if {$visitor.user_id}, 'LoggedIn', 'LoggedOut'} {xen:if {$sidebar}, 'Sidebar', 'NoSidebar'} {xen:if $hasAutoDeferred, RunDeferred} {xen:if $isResponsive, Responsive, NoResponsive}" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<xen:hook name="page_container_head">
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
    <xen:if is="{$isResponsive}">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    </xen:if>
    <xen:if is="{$requestPaths.fullBasePath}">
        <base href="{$requestPaths.fullBasePath}" />
        <script><xen:comment>/* Chrome bug and for Google cache */</xen:comment>
            var _b = document.getElementsByTagName('base')[0], _bH = "{xen:jsescape $requestPaths.fullBasePath}";
            if (_b && _b.href != _bH) _b.href = _bH;
        </script>
    </xen:if>

    <title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
   
    <noscript><style>.JsOnly, .jsOnly { display: none !important; }</style></noscript>
    <link rel="stylesheet" href="css.php?css=xenforo,form,public&amp;style={xen:urlencode $_styleId}&amp;dir={$visitorLanguage.text_direction}&amp;d={$visitorStyle.last_modified_date}" />
    <!--XenForo_Require:CSS-->
    <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>   
    <link href='http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css' rel="stylesheet" type='text/css'>
    {xen:helper ignoredCss, {$visitor.ignoredUsers}}

    <xen:include template="google_analytics" />
    <xen:include template="page_container_js_head" />
   
    <link rel="apple-touch-icon" href="{xen:helper fullurl, @ogLogoPath, 1}" />
    <link rel="alternate" type="application/rss+xml" title="{xen:phrase rss_feed_for_x, 'title={$xenOptions.boardTitle}'}" href="{xen:link forums/-/index.rss}" />
    <xen:if is="{$pageDescription.content} AND !{$pageDescription.skipmeta} AND !{$head.description}"><meta name="description" content="{xen:string wordTrim, {xen:helper stripHtml, {xen:raw $pageDescription.content}}, 200}" /></xen:if>
    <xen:if is="{$head}"><xen:foreach loop="$head" value="$headElement">{xen:raw $headElement}</xen:foreach></xen:if>
</xen:hook>
</head>
 
Check Admin CP > Appearance > Template Modifications

Under the Live Update heading, you should see PAGE_CONTAINER. On the right hand side of that, you should see a summary of whether or not the template modification is applying to styles. You can click that for more information. Screenshot that, it could be relevant.
 
Strictly speaking it's still not what I specifically asked for, but it actually does show me enough information... :)

There's no errors (the red 0 indicating there's no errors).

I just registered on your site, however, and my suspicion is correct, for some reason the JS for the add-on isn't loading - it just doesn't appear in the HTML source,

On your site I have access to 4 styles. Two of them are named "CloudRemake". They both exhibit this problem. However, the other two styles, Cloud and Default Style work fine.

With that in mind, this is an issue with your style so you may need to seek support from the style author.
 
Strictly speaking it's still not what I specifically asked for, but it actually does show me enough information... :)

There's no errors (the red 0 indicating there's no errors).
.

I was wondering what those numbers ment. Thanks.


I just registered on your site, however, and my suspicion is correct, for some reason the JS for the add-on isn't loading - it just doesn't appear in the HTML source,

On your site I have access to 4 styles. Two of them are named "CloudRemake". They both exhibit this problem. However, the other two styles, Cloud and Default Style work fine.

With that in mind, this is an issue with your style so you may need to seek support from the style author

Thanks for taking the time to look into it. I will contact the author.
I should delete the older CloudRemake. One was for development and other was the live version.. (bad naming obviously).[/QUOTE]
 
Back
Top Bottom