Live Feed

Live Feed 1.4.0a

No permission to download
Hey @Milano I think I found a bug? Or maybe something is wrong on my end.

When you go to Your News Feed in your account, it shows for a split second the correct thing, but then Live Feed takes it over, and displays all the news. The sidebar also shows nothing on that page. This is the page I'm talking about --> https://xenforo.com/community/account/news-feed

Also related to the bug, or a conflict, I'm using Post Rating by @Luke Foreman. If you go to post ratings received page "/account/ratings-received/" Again it shows correct info for a split second, but then takes it over and pushes the ratings views down at the bottom.

I can PM you for more info if you want. Thanks.
 
@Milano - I installed the Live Feed on a new site with the Widget Framework (in the sidebar). For some reason, guests are all getting the "The news feed is currently empty" message in the widget.

Could you please tell me how to show guests the feed?
 
Hey @Milano I think I found a bug? Or maybe something is wrong on my end.

When you go to Your News Feed in your account, it shows for a split second the correct thing, but then Live Feed takes it over, and displays all the news. The sidebar also shows nothing on that page. This is the page I'm talking about --> https://xenforo.com/community/account/news-feed

Also related to the bug, or a conflict, I'm using Post Rating by @Luke Foreman. If you go to post ratings received page "/account/ratings-received/" Again it shows correct info for a split second, but then takes it over and pushes the ratings views down at the bottom.

I can PM you for more info if you want. Thanks.

Do you ues route filters?
 
Cant install it.

installed with the addon-LiveFeed.xml file (correct file?)
Code:
Parse error: syntax error, unexpected T_STATIC in /storage/content/70/163570/abc123.com/public_html/library/Milano/Common/Install.php on line 36
 
@Milano

This error comes up after install:

Code:
Error Info
Zend_Exception: No entry is registered for key 'tms_style_id' - library/XenForo/Application.php:1005
Generated By: Helldon, A moment ago
Stack Trace
#0 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/TMS/Model/TemplateModification.php(18): XenForo_Application::get('tms_style_id')
#1 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Model/TemplateModificationAbstract.php(152): TMS_Model_TemplateModification->applyTemplateModifications('<xen:h1>{$xenOp...', Array, NULL)
#2 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/Milano/LiveFeed/DataWriter/Option.php(25): XenForo_Model_TemplateModificationAbstract->applyModificationsToTemplate('forum_list', '<xen:h1>{$xenOp...', NULL)
#3 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/Milano/LiveFeed/DataWriter/Option.php(12): Milano_LiveFeed_DataWriter_Option->_repaseTemplate()
#4 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/DataWriter.php(1423): Milano_LiveFeed_DataWriter_Option->_postSaveAfterTransaction()
#5 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Model/Option.php(572): XenForo_DataWriter->save()
#6 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/ControllerAdmin/Option.php(174): XenForo_Model_Option->updateOptions(Array)
#7 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_Option->actionSave()
#8 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/vhosts/inthegame.nl/httpdocs/forums/admin.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(58) "http://inthegame.nl/forums/admin.php?options/save/newsfeed"
["_GET"] => array(1) {
["options/save/newsfeed"] => string(0) ""
}
["_POST"] => array(3) {
["options"] => array(5) {
["enableNewsFeed"] => string(1) "1"
["newsFeedMaxItems"] => string(1) "5"
["newsFeedCache"] => string(1) "1"
["newsFeedMessageSnippetLength"] => string(3) "140"
["LiveFeed_interval"] => string(2) "60"
}
["options_listed"] => array(6) {
[0] => string(14) "enableNewsFeed"
[1] => string(16) "newsFeedMaxItems"
[2] => string(13) "newsFeedCache"
[3] => string(28) "newsFeedMessageSnippetLength"
[4] => string(17) "LiveFeed_interval"
[5] => string(15) "LiveFeed_widget"
}
["_xfToken"] => string(8) "********"
}
}

Server Error

No entry is registered for key 'tms_style_id'

XenForo_Application::get() in TMS/Model/TemplateModification.php at line 18
TMS_Model_TemplateModification->applyTemplateModifications() in XenForo/Model/TemplateModificationAbstract.php at line 152
XenForo_Model_TemplateModificationAbstract->applyModificationsToTemplate() in Milano/LiveFeed/DataWriter/Option.php at line 25
Milano_LiveFeed_DataWriter_Option->_repaseTemplate() in Milano/LiveFeed/DataWriter/Option.php at line 12
Milano_LiveFeed_DataWriter_Option->_postSaveAfterTransaction() in XenForo/DataWriter.php at line 1423
XenForo_DataWriter->save() in XenForo/Model/Option.php at line 572
XenForo_Model_Option->updateOptions() in XenForo/ControllerAdmin/Option.php at line 174
XenForo_ControllerAdmin_Option->actionSave() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /var/www/vhosts/inthegame.nl/httpdocs/forums/admin.php at line 13

Please advice?
 
Last edited:
@Milano

This error comes up after install:

Code:
Error Info
Zend_Exception: No entry is registered for key 'tms_style_id' - library/XenForo/Application.php:1005
Generated By: Helldon, A moment ago
Stack Trace
#0 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/TMS/Model/TemplateModification.php(18): XenForo_Application::get('tms_style_id')
#1 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Model/TemplateModificationAbstract.php(152): TMS_Model_TemplateModification->applyTemplateModifications('<xen:h1>{$xenOp...', Array, NULL)
#2 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/Milano/LiveFeed/DataWriter/Option.php(25): XenForo_Model_TemplateModificationAbstract->applyModificationsToTemplate('forum_list', '<xen:h1>{$xenOp...', NULL)
#3 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/Milano/LiveFeed/DataWriter/Option.php(12): Milano_LiveFeed_DataWriter_Option->_repaseTemplate()
#4 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/DataWriter.php(1423): Milano_LiveFeed_DataWriter_Option->_postSaveAfterTransaction()
#5 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/Model/Option.php(572): XenForo_DataWriter->save()
#6 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/ControllerAdmin/Option.php(174): XenForo_Model_Option->updateOptions(Array)
#7 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/FrontController.php(347): XenForo_ControllerAdmin_Option->actionSave()
#8 /var/www/vhosts/inthegame.nl/httpdocs/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/vhosts/inthegame.nl/httpdocs/forums/admin.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(58) "http://inthegame.nl/forums/admin.php?options/save/newsfeed"
["_GET"] => array(1) {
["options/save/newsfeed"] => string(0) ""
}
["_POST"] => array(3) {
["options"] => array(5) {
["enableNewsFeed"] => string(1) "1"
["newsFeedMaxItems"] => string(1) "5"
["newsFeedCache"] => string(1) "1"
["newsFeedMessageSnippetLength"] => string(3) "140"
["LiveFeed_interval"] => string(2) "60"
}
["options_listed"] => array(6) {
[0] => string(14) "enableNewsFeed"
[1] => string(16) "newsFeedMaxItems"
[2] => string(13) "newsFeedCache"
[3] => string(28) "newsFeedMessageSnippetLength"
[4] => string(17) "LiveFeed_interval"
[5] => string(15) "LiveFeed_widget"
}
["_xfToken"] => string(8) "********"
}
}

Server Error

No entry is registered for key 'tms_style_id'

XenForo_Application::get() in TMS/Model/TemplateModification.php at line 18
TMS_Model_TemplateModification->applyTemplateModifications() in XenForo/Model/TemplateModificationAbstract.php at line 152
XenForo_Model_TemplateModificationAbstract->applyModificationsToTemplate() in Milano/LiveFeed/DataWriter/Option.php at line 25
Milano_LiveFeed_DataWriter_Option->_repaseTemplate() in Milano/LiveFeed/DataWriter/Option.php at line 12
Milano_LiveFeed_DataWriter_Option->_postSaveAfterTransaction() in XenForo/DataWriter.php at line 1423
XenForo_DataWriter->save() in XenForo/Model/Option.php at line 572
XenForo_Model_Option->updateOptions() in XenForo/ControllerAdmin/Option.php at line 174
XenForo_ControllerAdmin_Option->actionSave() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /var/www/vhosts/inthegame.nl/httpdocs/forums/admin.php at line 13

Please advice?

Are you using this addon https://xenforo.com/community/resources/template-modification-system-tms.293/. Please disable it an try again
 
Hi there,
I was using 1.2 V on this addon just upgrades, since this does not need WF to operate, but I still have WF how are the settings
done. I only see settings in WF. No other external Live Settings other then in ACP options. Am I missing something ?
 
Installed this and the widget looks pretty bad without the wrapper, and pretty bad with the wrapper.

Each feed (for me) has a black block and doesn't stretch the width of the container, and doesn't have a proper header.
 
Top Bottom