Jump to content

(NB40) Recent Topics/Posts


Recommended Posts

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

Link to comment
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.

Link to comment
  • 2 months later...

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 {
}

 

Link to comment

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 {
}

59de013be7388_Capturadepantalla2017-10-11alas13_29_40.png.b03ffb5f3159093c943a8ccd68f519f9.png

How to change the commentCount arrow color too?

 

How to change the text and line color of the Posts/Topics tabs?

59de019979fbe_Capturadepantalla2017-10-11alas13_33_17.png.a7aca3e73a920c2e2a7bdbdcb5ae922c.png

 

 

Much thanks!

 

 

Link to comment
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;

 

Link to comment

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;
}

 

Link to comment
  • 4 weeks later...
  • 4 weeks later...

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 by Demonland31
corrected original statement
Link to comment
  • 2 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...