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
Hey guys, how can I add these options to my forum:
Close, Pin, Delete

[Image: semttuloan.png]

I need help only with the mouse hover and links. The template is done already.

Thank you.
You mean like Tomms's stuff on Xekko?

Give them a span a:hover class with the image, and all the active, visted etc span with a one pixel transparent png.
Could you add the code for me please.. I didn't understand :/
Hi Skills, I mean do it via css - each button has a hover state and an active state.  If you post the template of whatever it is with the buttons I will have a look.
Skillz, are creating an IPB 3.x template?  Looking good!  The topic preview hover from here (MyBB Hacks) is much better than IPB's click to preview!   I can't wait to see this done!  

Here is what Skillz is referring to:
http://www.bigmacktrucks.com/index.php?s...http://www.bigmacktrucks.com/index.php?s=4ec42e722f68461c3416d2068e91927f&s
RocketFoot, sorry to disappoint you but I'm not creating an IPB 3x theme :/ I'm just adding some new things to my template. Smile
Aw, darn!  What temp are you using?  It really looks like IPB 3?
The screen is from an IPB forum Smile I got the screen just to show how it should look Smile
Well skillz, I am no closer to knowing what you want.....
I gotcha!  

Sorry to hijack your help thread...

He wants the icons to be invisible until you run your mouse over the row.  Then they appear and you can click on one of them.  I know you'll have to use a mouseover script but I'm not sure where to put it!

Here is a code i use on my wiring diagram page...maybe you can use parts of it?

Code:
<center>
<table width="600" border="3"> 
<tr>																	

<td><center><h2>1971 Mustang Simple Wiring Diagram</h2>
<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.7173mustangs.com/images/download1.png'"> <IMG SRC="http://www.7173mustangs.com/images/download1.png" NAME="image1" BORDER="0" HEIGHT="75" WIDTH="88" ALT="PDF Format"> </A></center></td>
<P></tr>
</table><P>


This is the result: (green arrow turns red on mouse over)
http://www.7173mustangs.com/misc.php?page=diagrams

Pages: 1 2
Reference URL's