MyBB Community Forums

Full Version: Thread Sticky
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway to make mybb's sticky sections look like a vbulletin one.

From this:
[Image: ezqwyq.jpg]

To This:
[Image: 21ht1.jpg]

In the rating section having a sticky button.

Would be so grateful if somebody could do this for me someway.
BUMP!
So can anybody help me please? =|
(2009-10-10, 05:00 PM)Scoutie44 Wrote: [ -> ]http://community.mybboard.net/thread-30077.html

That should help you.

I couldn't use that as i'm with mybbnew a free forum hosting site.
Then chances are you wouldn't be able to use any method given as it'll need a plugin or file edit of some sort.
(2009-10-11, 11:56 AM)MattRogowski Wrote: [ -> ]Then chances are you wouldn't be able to use any method given as it'll need a plugin or file edit of some sort.

I can edit template files so i dont see why i shouldn't be able to
Not really. You'll either need PHP or the ability to upload an image.

This is a way of doing it without PHP, just using an image:

Put this somewhere in the forumdisplay_thread template:

<img src="{$mybb->settings['bburl']}/images/{$theme['imgdir']}/{$thread['sticky']}.png" alt="" />

Then you'd upload an image called 1.png that would show if it's a sticky, and a transparent 1x1 image called 0.png so nothing shows for normal threads.

But, as you can't upload images, you can't do that either... unless you hotlink to an external image server but that's never recommended.