Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
newbie LAC Posted August 4, 2017 Author Posted August 4, 2017 1 minute ago, ABGenc said: I dont know if this was mentioned before but I realised that the widget does not show topics from the clubs where users are a member of. Since they are very used to this widget they dont even realise a topic is replied. Anyone having the same problem ? Hello, How to reproduce the problem? Where was a problem with posts But this IPS issue
ABGenc Posted August 4, 2017 Posted August 4, 2017 Ah I see. I have the problem with private and closed clubs. Will try them with built-in widgets and open ticket in case.
ABGenc Posted August 4, 2017 Posted August 4, 2017 @newbie LAC when using IPS Post Feed it seems to be normal that Club topics are not shown cause only forums from Forums applications are selected. There should be for example a tab where Club topics are listed.
newbie LAC Posted August 4, 2017 Author Posted August 4, 2017 35 minutes ago, ABGenc said: @newbie LAC when using IPS Post Feed it seems to be normal that Club topics are not shown cause only forums from Forums applications are selected. There should be for example a tab where Club topics are listed. I tested on 4.2.2 beta1 inbuilt widgets "Topic Feed" and "Post Feed" and topics and posts are displayed from closed club. ABGenc 1
ABGenc Posted August 4, 2017 Posted August 4, 2017 11 minutes ago, newbie LAC said: I tested on 4.2.2 beta1 inbuilt widgets "Topic Feed" and "Post Feed" and topics and posts are displayed from closed club. What about private clubs?
opentype Posted August 4, 2017 Posted August 4, 2017 19 minutes ago, newbie LAC said: I tested on 4.2.2 beta1 inbuilt widgets "Topic Feed" and "Post Feed" and topics and posts are displayed from closed club. Is there a toggle in the widget settings to control it?
newbie LAC Posted August 4, 2017 Author Posted August 4, 2017 7 minutes ago, ABGenc said: What about private clubs? 2 minutes ago, opentype said: Is there a toggle in the widget settings to control it? No. ABGenc and opentype 2
ABGenc Posted August 4, 2017 Posted August 4, 2017 (edited) 39 minutes ago, newbie LAC said: That is great, thanks. Should we expect your widget to be working this way when 4.2.2 is released ? Edited August 4, 2017 by ABGenc
JEFF MACK Posted August 4, 2017 Posted August 4, 2017 I submitted a support ticket about this back when 4.2 just came out. They see the issue and in one of these updates (might be the 4.2.2 talked about earlier), topics and posts will start to show up for clubs that people belong to.
newbie LAC Posted August 4, 2017 Author Posted August 4, 2017 9 minutes ago, ABGenc said: That is great, thanks. Should we expect your widget to be working this way when 4.2.2 is released ? ABGenc 1
Pedro Ibáñez Posted October 10, 2017 Posted October 10, 2017 Hi! I want to make some css changes; How to change this 3 colors? How to adjust the top/bottom margin of the circle? Much thanks!
newbie LAC Posted October 11, 2017 Author Posted October 11, 2017 Hello, 9 hours ago, Pedro Ibáñez said: How to change this 3 colors? Use selectors .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] h3 { } [id*="nbRecTPTabsTabTopics"] { } .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] .ipsCommentCount { } 9 hours ago, Pedro Ibáñez said: How to adjust the top/bottom margin of the circle? Use selector .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] li.ipsDataItem.ipsDataItem_unread .ipsDataItem_title:before { }
Pedro Ibáñez Posted October 11, 2017 Posted October 11, 2017 Hi and thanks for the answers. 6 hours ago, newbie LAC said: .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] li.ipsDataItem.ipsDataItem_unread .ipsDataItem_title:before { } I can't move the circle in vertical, only in horizontal. .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] .ipsCommentCount { } How to change the commentCount arrow color too? How to change the text and line color of the Posts/Topics tabs? Much thanks!
newbie LAC Posted October 11, 2017 Author Posted October 11, 2017 2 minutes ago, Pedro Ibáñez said: How to change the commentCount arrow color too? .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] .ipsCommentCount:after, .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] .ipsCommentCount.ipsFaded:after { border-color: transparent #FFCD00 transparent transparent; } 11 minutes ago, Pedro Ibáñez said: How to change the text and line color of the Posts/Topics tabs? .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] .ipsTabs_item { color: #e2390b; border-bottom-color: #e23cb4; } .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] .ipsTabs_activeItem { color: #1de20b; border-bottom-color: #e2e23c; } Change values on yours 20 minutes ago, Pedro Ibáñez said: I can't move the circle in vertical, only in horizontal. Try top: 5px; position: relative;
Pedro Ibáñez Posted October 11, 2017 Posted October 11, 2017 Thanks newbie LAC all working! Only one more thing please, Using the commentCount you gave to me I've managed to change to red the unread commentCount color and icon, but how to do the same with the text please?
newbie LAC Posted October 12, 2017 Author Posted October 12, 2017 Hello, 15 hours ago, Pedro Ibáñez said: Using the commentCount you gave to me I've managed to change to red the unread commentCount color and icon, but how to do the same with the text please? .ipsWidget[data-blockid*="_nbRecentTopicsPosts_"] li.ipsDataItem.ipsDataItem_unread .ipsDataItem_title { color: red; }
Pedro Ibáñez Posted October 12, 2017 Posted October 12, 2017 Thanks newbie LAC it looks very pretty !
rgf100 Posted November 10, 2017 Posted November 10, 2017 Am I right in saying this *won't* allow me to only show posts by a certain usergroup? I'm looking for something that'll do that...
newbie LAC Posted November 10, 2017 Author Posted November 10, 2017 25 minutes ago, rgf100 said: Am I right in saying this *won't* allow me to only show posts by a certain usergroup? I'm looking for something that'll do that... Hello, Like posts from admins? No, not with current version.
rgf100 Posted November 10, 2017 Posted November 10, 2017 I'm looking to use it for new members, but that's the idea. Add that in and I'll buy it tomorrow.
Demonland31 Posted December 7, 2017 Posted December 7, 2017 (edited) Is there any way for the link (for posts tab) to take a guest to the first post in a thread instead of the last post in a thread? EDIT: I upgraded the app and it is now an option. Thanks. Keep up the good work with this!!!!! Edited December 7, 2017 by Demonland31 corrected original statement
PasXal Posted December 15, 2017 Posted December 15, 2017 Hey! Please make setting, where I can choose "Show Club Post / Topics?" or/and "Show Club Post / Topics where i am member? In the current version I cant use this widget, its show me too much posts from the clubs.. Thanks in advance!
newbie LAC Posted December 15, 2017 Author Posted December 15, 2017 Hello, 4 minutes ago, PasXal said: Please make setting, where I can choose "Show Club Post / Topics?" or/and "Show Club Post / Topics where i am member? 1 setting with choice? - Show all posts - Show posts from clubs - Show posts from clubs where i am member
Recommended Posts