PDA

View Full Version : Forum Display Enhancements - explanation


Leo?
03-08-2008, 10:00 PM
http://img142.imageshack.us/img142/4364/adsztm2.jpg


Open the 'Threadbit ' template


Find

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>And add after it:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" class="tooltip">$thread[threadtitle]<em><span></span>$thread[preview]</em></a>

Add Additional CSS Definitions

a.tooltip em {
display:none;
}
a.tooltip:hover {
border: 0;
position: relative;
z-index: 500;
text-decoration:none;
}
a.tooltip:hover em {
font-style: normal;
display: block;
position: absolute;
top: 20px;
left: -10px;
padding: 5px;
color: #000;
border: 1px solid #bbb;
background: #ffc;
width:170px;
}
a.tooltip:hover em span {
position: absolute;
top: -7px;
left: 15px;
height: 7px;
width: 11px;
background: transparent url(images/info.gif);
margin:0;
padding: 0;
border: 0;
}pict. :
http://img253.imageshack.us/img253/9499/infoaz8.gif
(http://www.grafilabs.com/forum/images/info.gif)

lasto
03-09-2008, 01:54 PM
what does this do exactly m8 ?

codershark
03-09-2008, 02:19 PM
it shows a part of the content from the thread, you see it on the pic

lasto
03-09-2008, 06:57 PM
thats just it - i dont see the pic - is just a big white gap

weird in IE i see no pic - i have to use firefox to see the attached pic

shaynehammy
03-11-2008, 07:28 PM
I use IE too and cant see any pic. Just big white space.

TCE Killa
03-11-2008, 11:47 PM
That's odd, I use IE to and I can see the pic.

xxshatteredsoul
03-11-2008, 11:55 PM
Picture shows up fine for me using IE7
here is a direct link to that pic try copy & pasting it into your browser
http://img142.imageshack.us/img142/4364/adsztm2.jpg

mahmuttunc
03-12-2008, 07:05 AM
i am using IE7 to and picture is visible

SHANE-D-PAIN
03-12-2008, 11:22 PM
Nice little bit of CSS. Used it for the nav on teenageforums.com

xxshatteredsoul
03-19-2008, 02:25 AM
Works awesome on IE7.

gibigbig
03-24-2008, 11:02 PM
doesnt work in FF
in 3.6.8 level patch 2