MyBB Community Forums

Full Version: Enable sticky & locked thread img/text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
When I lock a thread or put a sticky on a thread, it just doesn't show that it's locked or it's sticky.

I am using the popular "Apart 1" theme that I see have massive downloads and also seen other forums using this one. I just wonder how I can manage to make some image that says it's a sticky or that it's locked!?
(2013-12-14, 11:12 AM)Sozu Wrote: [ -> ]When I lock a thread or put a sticky on a thread, it just doesn't show that it's locked or it's sticky.

I am using the popular "Apart 1" theme that I see have massive downloads and also seen other forums using this one. I just wonder how I can manage to make some image that says it's a sticky or that it's locked!?

check this

http://community.mybb.com/thread-31137-p...#pid208458
(2013-12-14, 11:51 AM)martec Wrote: [ -> ]
(2013-12-14, 11:12 AM)Sozu Wrote: [ -> ]When I lock a thread or put a sticky on a thread, it just doesn't show that it's locked or it's sticky.

I am using the popular "Apart 1" theme that I see have massive downloads and also seen other forums using this one. I just wonder how I can manage to make some image that says it's a sticky or that it's locked!?

check this

http://community.mybb.com/thread-31137-p...#pid208458

I tried that now. But it put the image in front of all the forum names.
Then it doesn't exist no additional CSS
(2013-12-14, 03:16 PM)Sozu Wrote: [ -> ]
(2013-12-14, 11:51 AM)martec Wrote: [ -> ]
(2013-12-14, 11:12 AM)Sozu Wrote: [ -> ]When I lock a thread or put a sticky on a thread, it just doesn't show that it's locked or it's sticky.

I am using the popular "Apart 1" theme that I see have massive downloads and also seen other forums using this one. I just wonder how I can manage to make some image that says it's a sticky or that it's locked!?

check this

http://community.mybb.com/thread-31137-p...#pid208458

I tried that now. But it put the image in front of all the forum names.
Then it doesn't exist no additional CSS

you cleared the cache after modifying the css?
you can add css code in global.css
(2013-12-14, 03:21 PM)martec Wrote: [ -> ]
(2013-12-14, 03:16 PM)Sozu Wrote: [ -> ]
(2013-12-14, 11:51 AM)martec Wrote: [ -> ]
(2013-12-14, 11:12 AM)Sozu Wrote: [ -> ]When I lock a thread or put a sticky on a thread, it just doesn't show that it's locked or it's sticky.

I am using the popular "Apart 1" theme that I see have massive downloads and also seen other forums using this one. I just wonder how I can manage to make some image that says it's a sticky or that it's locked!?

check this

http://community.mybb.com/thread-31137-p...#pid208458

I tried that now. But it put the image in front of all the forum names.
Then it doesn't exist no additional CSS
you cleared the cache after modifying the css?
you can add css code in global.css

Yes, I tried press on the rebuild cache under tools & maintenance for everything that had forum in it names. But still it shows the image on all forum threads.
[Image: 5cblr.jpg]
Add the CSS to global.css (additional CSS = Edit Stylesheet: Advanced Mode)...
.thread_sticky_0, .thread_sticky_ {
display: none;
}

Also he meant your browser cache, so press CTRL + F5 and/or SHIFT + F5 on forumdisplay page.
(2013-12-14, 11:45 PM)Destroy666 Wrote: [ -> ]Add the CSS to global.css (additional CSS = Edit Stylesheet: Advanced Mode)...
.thread_sticky_0, .thread_sticky_ {
display: none;
}

Also he meant your browser cache, so press CTRL + F5 and/or SHIFT + F5 on forumdisplay page.

Yes, I did add that CSS code to the global.css

And I did try do CTRL + F5. I even tried go into google chrome ingnogic (or whatever spelled) mode.

But still not working, it shows the image on all forums.
(2013-12-15, 08:08 PM)Sozu Wrote: [ -> ]
(2013-12-14, 11:45 PM)Destroy666 Wrote: [ -> ]Add the CSS to global.css (additional CSS = Edit Stylesheet: Advanced Mode)...
.thread_sticky_0, .thread_sticky_ {
display: none;
}

Also he meant your browser cache, so press CTRL + F5 and/or SHIFT + F5 on forumdisplay page.

Yes, I did add that CSS code to the global.css

And I did try do CTRL + F5. I even tried go into google chrome ingnogic (or whatever spelled) mode.

But still not working, it shows the image on all forums.

strange...
the code above work

you can check here http://community.mybb.com/thread-119160.html
So here:
http://www.youtube.com/watch?v=-m1BXY_4sGU
Change to HD 720p and watch full view and you'll see it all clearly.

Now came to my mind, shall it be on #countainer at CSS or what? because I cannot find any advanced mode or additional CSS selector in there.


[edit]
Also, I think i don't mind the sticky threads. as they got some up on "important" anyway. So it seperating there.

BUT! I need one for locked threads. Would be great.
I believe I just change from sticky to locked in the codes? once I get these working
I told you should click Edit Stylesheet: Advanced Mode (in top right corner when you open global.css), which you don't do on video. Then all selectors will be shown, paste the code under any of them.
Pages: 1 2