Close, Pin, Delete Options on thread list
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #1
Close, Pin, Delete Options on thread list
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.

[Image: 468x602b.png]
(This post was last modified: 01-17-2011 05:57 AM by Skiilz.)
01-17-2011 05:43 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #2
RE: Close, Pin, Delete Options on thread list
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.


[Image: leelink.gif]
MYBB1.6 & XThreads
01-17-2011 06:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #3
RE: Close, Pin, Delete Options on thread list
Could you add the code for me please.. I didn't understand :/

[Image: 468x602b.png]
01-17-2011 11:06 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #4
RE: Close, Pin, Delete Options on thread list
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.


[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 01-18-2011 12:11 AM by leefish.)
01-17-2011 11:57 PM
Visit this user's website Find all posts by this user Quote this message in a reply
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #5
RE: Close, Pin, Delete Options on thread list
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

[Image: gallery_2_628_39582.jpg]
(This post was last modified: 01-18-2011 01:54 AM by RocketFoot.)
01-18-2011 01:52 AM
Find all posts by this user Quote this message in a reply
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #6
RE: Close, Pin, Delete Options on thread list
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

[Image: 468x602b.png]
01-18-2011 02:11 AM
Find all posts by this user Quote this message in a reply
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #7
RE: Close, Pin, Delete Options on thread list
Aw, darn!  What temp are you using?  It really looks like IPB 3?

[Image: gallery_2_628_39582.jpg]
01-18-2011 02:19 AM
Find all posts by this user Quote this message in a reply
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #8
RE: Close, Pin, Delete Options on thread list
The screen is from an IPB forum Smile I got the screen just to show how it should look Smile

[Image: 468x602b.png]
01-18-2011 02:54 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #9
RE: Close, Pin, Delete Options on thread list
Well skillz, I am no closer to knowing what you want.....


[Image: leelink.gif]
MYBB1.6 & XThreads
01-18-2011 03:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #10
RE: Close, Pin, Delete Options on thread list
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:
1
2
3
4
5
6
7
8
<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


[Image: gallery_2_628_39582.jpg]
(This post was last modified: 01-18-2011 04:57 AM by RocketFoot.)
01-18-2011 04:54 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: