MyBB Hacks

Full Version: Close, Pin, Delete Options on thread list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Yes, that would work, though its javascript rather than css. Same trick though. I think all the needed code is here:

Code:
<div>
<A HREF="http://www.7173mustangs.com/images/71mustang_diagram.pdf" OnMouseOver= "image1.src='http://www.7173mustangs.com/images/download2.png'" OnMouseOut="image1.src='http://www.leefish.nl/testfish/images/pixeltest.gif'"> <IMG SRC="http://www.leefish.nl/testfish/images/pixeltest.gif" NAME="image1" BORDER="0" HEIGHT="75" WIDTH="88" ALT="PDF Format"> </A></div>


http://www.leefish.nl/mybb/thread-1330.html

I added a link in the sandbox - borrowed your image there Rocketfoot Smile. wave your mouse under the picture in the first post and you will see it. That pixel.gif is a default image in mybb, its in the images folder of the default theme.

What I did notice is that it is slow, even on a vps. So.

I tried using it on a post button. No luck so far....

@RocketFoot:
Exactly what I want. You got the idea.

@leefish:
Nothing happened :/ but I think you both got the idea...
Just hover next to the find button on any page on leefish.....................


http://www.leefish.nl/mybb/thread-968-po...http://www.leefish.nl/mybb/thread-968-post-1497.ht

Tell me what you see?

Code used:

Code:
<A HREF="search.php?action=finduser&amp;uid={$post['uid']}" onmouseover="document.but1.src='http://www.leefish.nl/mybb/images/whut.gif'"
onmouseout="document.but1.src='http://www.leefish.nl/mybb/images/pixeltest.gif'">

<IMG SRC="http://www.leefish.nl/mybb/images/pixeltest.gif" NAME="but1" 
WIDTH="59" HEIGHT="16" BORDER="0" ALT="whut">

</A>

Yes it changes the color but it is still available if the mouse isn't hover on it. I need something that will appear only if the mouse if hover the div,td...
What browser are you looking in? Not ON the find button, next to it...........
"WHUT" hahaha I saw it.. Mozilla Firefox.
But can this be implemented if the mouse is over the <div>?
Dunno, depends on the way you have it set up. I think NOT to be honest.

It would REALLY REALLY HELP if you actually posted the HTML. I won't steal it....

Interesting post here http://www.webmasterworld.com/css/3208265.htm
I found a way around it. I'll do something different and these options will appear in all threads. I'll use the <if> to restrict it to mod and admin only.
Can someone help me with the URLs?

Close:
Delete:
Pin:

...the thread.
We can't add URL's to close, delete and pin topics.
http://community.mybb.com/thread-86518.html
It may be possible to do with Javascript, but I'm not writing up how.
Pages: 1 2
Reference URL's