Live Feed

Live Feed 1.4.0a

No permission to download
Hi @Milano
thanks for this addon!
How can i change the background: rgb(184, 179, 179) css code of div class slimScrollBar in the widget? Where is the css code?



Thanks
Antonio

Edit template LiveFeed_widget find and add
PHP:
<script>
$(function()
{
    $('.newsFeed').slimScroll(
    {
        height: '300px',
        color: 'your color'
    });
});

You can find all slimScroll options here: http://rocha.la/jQuery-slimScroll#slimtest3
 
Hi, is there a way to disable the recent activity and only show your personal feed? Or better yet, could an option be made for members to choose which one they would rather want?
 
All this did for me is increase the size of Recent Activity with NO scroll bar.
Just add the color option to the existing instance, replace your color with your desire color. For example: #ff0000

Hi, is there a way to disable the recent activity and only show your personal feed? Or better yet, could an option be made for members to choose which one they would rather want?
Good idea, I would think about that
 
Last edited:
Not sure if its a local problem specific to my installation or if its a larger scale bug, however this plugin has been preventing registrations on my forum for over a week now.. Possibly a conflict with another plugin.. I dont know but thought id point it out..

Error Info:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'livefeed_widget_personal' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 19 minutes ago
 
Not sure if its a local problem specific to my installation or if its a larger scale bug, however this plugin has been preventing registrations on my forum for over a week now.. Possibly a conflict with another plugin.. I dont know but thought id point it out..

Error Info:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'livefeed_widget_personal' in 'field list' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 19 minutes ago

Which version are you using, please ensure that there is a "livefeed_widget_personal" column in "xf_user_option" table
 
Hello. Love this add-on. I just migrated from IPB to xF so this was very useful for me. I just have a query/request... Can I get a live feed above the forum list on the homepage? My members prefer to get the latest threads on the homepage itself. If you can incorporate this, it would be great. I am currently using the sidebar widget but it just does not have the same feel. Thanks!
 
If using WF just paste hook:forum_list_nodes in the location field.. I believe the position will be a negative number like -10 but i don't remember for sure.
 
Nice. Another query. Is it possible that I can hide excerpts from the forum home but not on the recent activity section? Sort of a more compact solution on the forum homepage!
 
How do I control the styling of these elements?

Om4fZmy.png


I tried searching for snippet etc. in Style Properties... Could not find anything relevant. The text is too small for my need. Thanks!
 
How do I control the styling of these elements?

Om4fZmy.png


I tried searching for snippet etc. in Style Properties... Could not find anything relevant. The text is too small for my need. Thanks!
Ive uninstalled the plugin but if i remember correctly it wasnt a SP rather the CSS template for this plugin.. But i cant be positive..
 
Back
Top Bottom