Jump to content

(NB40) Separate Pinned Topics

This topic contains 102 posts. A summary containing the most significant posts is available

Featured Replies

  • Author
 

Should I add this?

You can if you want. It was a special case.

  • Replies 101
  • Views 14.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • newbie LAC
    newbie LAC

    Maybe. That was in the last year. I can't reproduce on 4.1.14.2. Maybe a poster has custom css rules which overrided a background.

  • newbie LAC
    newbie LAC

    Hello, Tested on 4.2.1. Works fine

  • I was going to post to saying "so you have to buy the mod again?" but then I started thinking. IPB v4 is a completely new coding, which means all the addons have to be re-written. So of course they sh

Posted Images

 

You can if you want. It was a special case.

Cheers @newbie LAC, was that for the Question forums?

  • Author
 

Cheers @newbie LAC, was that for the Question forums?

Maybe. That was in the last year.

I can't reproduce on 4.1.14.2. Maybe a poster has custom css rules which overrided a background.

  • 4 weeks later...

I purchased this plugin and then used

.nbPinned  {
	background: #3C6994 !important;
    border-color: rgba(0,0,0,0.03);
    color: #3C6994;
  	font-weight: bold;
    padding: 0px;
}

To create a line (thanks to those in this topic for the code) but would like it to be thinner, I added padding: 0px; to try and accomplish this but while it will make it bigger it doesn't make it smaller even with 0, so is there anyway to make the line thinner?

 

Cheers

Edited by greg185

  • Author
 

To create a line (thanks to those in this topic for the code) but would like it to be thinner, I added padding: 0px; to try and accomplish this but while it will make it bigger it doesn't make it smaller even with 0, so is there anyway to make the line thinner?

Hello,

Add also 

.nbPinned .ipsDataItem_main {
	padding: 6px 10px;
}

 

Thanks :thumbsup:

 

Worked, but even sert as 0 it's still not quite what I want but was same as v 3.4 with another code so will have to do.

 

Cheers

  • Author
 

Worked, but even sert as 0 it's still not quite what I want but was same as v 3.4 with another code so will have to do.

Give me an example v 3.4

  • 4 months later...

Hello. Simple question. Are the seperated pinned topics collapsable? Or if not will it be possible in a future version?
Because some long term members don't need the pinned topics and would be happy if they could sort them out.

  • Author

Hello,

 

Are the seperated pinned topics collapsable?

No.

 

Or if not will it be possible in a future version?

Maybe if you tell (show) me how it will be works. I have an idea but maybe you have other.

  • 1 month later...

Is it possible to add another separation?

Pinned Topics

*Featured Topics

Normal Topics

  • Author
 

Is it possible to add another separation?

Pinned Topics

*Featured Topics

Normal Topics

Hello,

No. There are 2 types only. Pinned topics locate in the top, Unpinned topics locate under pinned topics. Featured topics can locate anywhere (by default depends of last reply).

  • 1 month later...

When you pin or unpin a topic the bar image goes away and displays like this.  Is there a fix?

Capture.JPG

  • Author

Hello,

 

When you pin or unpin a topic the bar image goes away and displays like this.  Is there a fix?

In your custom css 

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):nth-child(even) {
    background: transparent !important;
}

change to 

.ipsDataList.ipsDataList_zebra .ipsDataItem:not( .ipsDataItem_selected ):not( .ipsModerated ):not( .ipsDataItem_new ):not( .ipsDataItem_success ):not( .ipsDataItem_warning ):not( .ipsDataItem_error ):not( .ipsDataItem_info ):not( .ipsDataItem_status ):not( .nbPinned ):nth-child(even) {
    background: transparent !important;
}

 

  • 3 months later...

Hi, I was wondering if this will need an update for 4.2, and if so will it be provided?

  • Author
 

Hi, I was wondering if this will need an update for 4.2, and if so will it be provided?

Hello,

Tested on 4.2.1. Works fine

Thanks!

  • 7 months later...

Doesn't work! ?

  • Author

Hello,

 

Doesn't work! ?

I need more information. Screenshots, links etc

Edited by newbie LAC

 

Hello,

I need more information. Screenshots, links etc

I installed the plugin and I don't see a difference they're not separated.

  • Author
 

I installed the plugin and I don't see a difference they're not separated.

Give me a link on a page with pinned topics

  • 1 month later...

Can confirm. Doesn't work on latest version (4.3.1). Not seeing any difference.

I can send you ACP access @newbie LAC

Edited by aaabe4d31bb

I am taking back what I said. I had the Designer MOde enabled as I was working on the theme, then bought and installed your plugin and saw no changes. I then disabled the Designer Mode and everything was working expected.

Sorry, and thank you for this awesome plugin.

Working fine with latest version.

Edited by aaabe4d31bb

  • 3 weeks later...

Appears to be working with 4.3.3. :smile:

Recently Browsing 0

  • No registered users viewing this page.