Jump to content

(NB40) Separate Pinned Topics

Featured Replies

  • Author

Hello,

Will be fixed in the next version

Done

  • 2 months later...
  • Replies 101
  • Views 13k
  • 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

  • Author

 

@craigf136 tested on 4.1.2

pinned.thumb.jpg.3b8811415e9c098af49d94e

Have you tested on default skin?

Yes, exactly the same issue.

4d5298a8ae41d3e789ddce8017698ff9.png

Actually ignore, still shows in DB hence showing in plugins area, not actually installed as it's a fresh instal of 4.1 - sorry.

  • 1 month later...

I added custom css rule:

.nbPinned  {
	background: #e5e5e5;
    border-color: rgba(0,0,0,0.03);
    color: #333333;
  	font-weight: bold;
}

.nbPinnedPin {}

.nbPinnedOthers {}

In the most forums it looks good:

566c0fdcd018c_-.--2015-12-1220-13-44.thu

But in some forums "Other topics" don't have css style:

566c0fff567fd_IT--.--2015-12-1220-14-42.

  • Author
17 hours ago, motomac said:

But in some forums "Other topics" don't have css style:

Hello,

Other topics questions.

Add

!important

to property background

background: #e5e5e5 !important;

 

Edited by newbie LAC

  • 6 months later...

When I have this mod enabled, I get this error:

  1. [[Template forums/front/forums/topicRow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

This is likely due to either this mod being out of date (I am running 4.1.13.2), or my custom skin is making this mod not happy.

Any ideas? Otherwise I would appreciate a refund.

Thanks

Cain

 

Edited by tenjuna

Did you run the support tool? This usually clears up small things - advisable to do so and let the author know before requesting a refund. How long have you had the mod? Which theme are you using and by whom? Does it happen on the default theme?

I have several themes installed, our own custom design and others, all up to date, as are all applications and plugins and I have this plugin and no such error occurs.

Edited by craigf136

  • Author
13 hours ago, tenjuna said:

When I have this mod enabled, I get this error:

  1. [[Template forums/front/forums/topicRow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

This is likely due to either this mod being out of date (I am running 4.1.13.2), or my custom skin is making this mod not happy.

Any ideas? Otherwise I would appreciate a refund.

 

Hello,

1. Run the support tool.

2. Test on default ips theme.

4.1.13.2

apps.jpg

Questions

pinq.jpg

Topics

tpin.jpg

Whether or not it works on the default theme is irrelevant, as I am not using the default theme. If the answer is "it works on the default theme so too bad", well then too bad for me I guess.

 

Then if you made the custom theme yourself then you need to investigate what the root cause is, if this is a theme from a IPS themer then you need to contact them for investigation/update. Don't blame the author of the plugin if it's not the plugin at fault.

  • Author
11 hours ago, tenjuna said:

Whether or not it works on the default theme is irrelevant, as I am not using the default theme. If the answer is "it works on the default theme so too bad", well then too bad for me I guess.

"Test on default theme" and "Use on default theme" is different things.

If my plugin works on default theme you need to find a reason in your custom theme.

  • 1 month later...

@newbie LAC hey there bro. There's problem with the plugin, it not working. It was working fine yesterday... but now it wont seperate the pinned and normal topics. Please advise.

I am using default theme by the way, and i tried uninstall and install again.

  • Author
Just now, goodnightworld said:

@newbie LAC hey there bro. There's problem with the plugin, it not working. It was working fine yesterday... but now it wont seperate the pinned and normal topics. Please advise.

I am using default theme by the way, and i tried uninstall and install again.

Hello,

Tell me your version IPS.

6 minutes ago, newbie LAC said:

Hello,

Tell me your version IPS.

where can i find the IPS version? I think it should be the latesto ne.

  • Author
1 minute ago, goodnightworld said:

where can i find the IPS version? I think it should be the latesto ne.

ACP - Applications. Near Forums.

apps.jpg

I checked code on your forum and couldn't find any problems. Can you give me acp access?

1 minute ago, newbie LAC said:

ACP - Applications. Near Forums.

apps.jpg

I checked code on your forum and couldn't find any problems. Can you give me acp access?

@newbie LAC its 4.1.13.2. Yea i can give u acp access. Can you pm you?

  • Author
Just now, goodnightworld said:

Can you pm you?

Yes.

  • Author
25 minutes ago, goodnightworld said:

There's problem with the plugin, it not working. It was working fine yesterday... but now it wont seperate the pinned and normal topics. Please advise.

You need to disable "Designer's Mode"

1 minute ago, newbie LAC said:

You need to disable "Designer's Mode"

Thanks it's solved.

  • 2 weeks later...

Just bought this @newbie LAC, all working fine. Is there a way that instead of separating pinned/unpinned topics by text, it could be a coloured box so it sits well with the theme?

Like this? I just feel that a white space with text doesn't separate the topics that well. I'd be happy to pay again for this... ;)

 

Screen Shot 2016-08-28 at 23.33.22.png

 

  • Author
6 hours ago, Lenny Warren said:

Just bought this @newbie LAC, all working fine. Is there a way that instead of separating pinned/unpinned topics by text, it could be a coloured box so it sits well with the theme?

Like this? I just feel that a white space with text doesn't separate the topics that well. I'd be happy to pay again for this... ;)

Hello,

Example 

 

1 hour ago, newbie LAC said:

Hello,

Example 

 

Gotcha, I'll have a go at that... I'll probably break it, but wil try... ? Cheers..

  • Author
12 minutes ago, Lenny Warren said:

Gotcha, I'll have a go at that... I'll probably break it, but wil try... ? Cheers..

Add in custom.css 

.nbPinned {
    background: #00595c;
    color: #fff;
    font-weight: bold;
    margin-top: 5px;
}

 

Huge thanks @newbie LAC, works perfectly.... EXACTLY as I wanted it, I owe you a beer. ;)

 

Should I add this?


 

Quote

 

Add


!important

to property background


background: #e5e5e5 !important;

 


 

 

Recently Browsing 0

  • No registered users viewing this page.