Jump to content

(NB40) Recent Topics/Posts

Featured Replies

  • Author
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

  • Replies 324
  • Views 33.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • newbie LAC
    newbie LAC

    Hello, Nothing interesting 3 global settings - Show from current forum (Show topics/posts from current forum. Works when you browsing the forum page.) - Show from current forum (Sh

  • Ivo Pereira
    Ivo Pereira

    ​Are you planning adding these features? Auto-refresh with AJAX every X time Be able to position this block in the middle Be able to activate deactivate the tabs we want to show (recent, replies, e

  • Yeezy Talk
    Yeezy Talk

    As Ivo said, if you plan to add those features, you will definitely have another customer because that's exactly what I need. Until then, I'll wait ​

Posted Images

Ah I see. I have the problem with private and closed clubs. Will try them with built-in widgets and open ticket in case.

@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.

  • Author
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.

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? 

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?

  • Author
7 minutes ago, ABGenc said:

What about private clubs? 

privateclub.thumb.jpg.40312430fd3f5598cea52cb61eeae7b9.jpg

 

2 minutes ago, opentype said:

Is there a toggle in the widget settings to control it?

No.

39 minutes ago, newbie LAC said:

privateclub.thumb.jpg.40312430fd3f5598cea52cb61eeae7b9.jpg

 

That is great, thanks. Should we expect your widget to be working this way when 4.2.2 is released ?

Edited by ABGenc

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.

  • Author
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 ?

posts.jpg.c69f514509926ed97daac43c98d77aae.jpg

20 minutes ago, newbie LAC said:

posts.jpg.c69f514509926ed97daac43c98d77aae.jpg

:D Thanks

Upgraded to 4.2.2 and problem solved. :thumbsup:

  • 2 months later...

Hi!

I want to make some css changes;

How to change this 3 colors?

59dd1eeeab57b_Capturadepantalla2017-10-10alas21_24_38.png.6ceb5b493aca5957bc310bb22a4e3b53.png

How to adjust the top/bottom margin of the circle?

 

59dd1f3092406_Capturadepantalla2017-10-10alas21_26_57.png.71d1b39e0bc1f7af4e0d6983c7f68e03.png

 

Much thanks!

  • Author

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

 

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!

 

 

  • Author
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;

 

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?

 59de1ca795b7f_Capturadepantalla2017-10-11alas15_26_39.png.69928afae8b207236d8ec5eafcfbe36b.png

  • Author

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

 

Thanks newbie LAC it looks very pretty

!59df750c9cc28_Capturadepantalla2017-10-12alas15_57_17.png.580dd5787081a1351980f193791c8479.png

  • 4 weeks later...

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...

  • Author
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.

I'm looking to use it for new members, but that's the idea. Add that in and I'll buy it tomorrow. 

  • 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

  • 2 weeks later...

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!

  • Author

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

Recently Browsing 0

  • No registered users viewing this page.