The Arcive of vBulletin Modifications Site. |
|
Threadpreview Details »»
|
|||||||||||||||||||||||||
This is my little Add-On to add a threadpreview to the forumdisplay and the searchresults.
It doen't add any extraqueries, because the text comes direct from the "title-tag". Result: on mouseover a "popup" opens with the text A live preview can be seen here: http://www.developer-network.org/ Screenshot: Attachment 70851 Updates/Changelog: 10.10.2007 Version 1.1: Installation: Upload the files. If you have installed tms just install the add-on Else: install the add-on and add to forumdisplay and search_results template before $footer this part: Code:
<script type="text/javascript" src="clientscript/yui/yahoo.js"></script> <script type="text/javascript" src="clientscript/yui/event-min.js" ></script> <script type="text/javascript" src="clientscript/yui/dom-min.js" ></script> <script type="text/javascript" src="clientscript/yui/container-min.js"></script> <link type="text/css" rel="stylesheet" href="clientscript/yui/containerdev.css"> <script type="text/javascript" src="clientscript/ragtek_forumdisplay.js"></script> open the container.css, search for: Code:
.yui-tt {
visibility:hidden;
position:absolute;
color:#FFFFCC;
background-color:#222222;
font-family:arial,helvetica,verdana,sans-serif;
padding:2px;
border:1px solid #FCC90D;
font:100% sans-serif;
width:400px;
}
Code:
color:#FFFFCC;background-color:#222222;border:1px solid #FCC90D; Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Looks like this is only for vBadvanced? Is this correct?
|
|
#3
|
|||
|
|||
|
no
it is for vb ![]() you don't need vbadvanced! why do you think this?*g* |
|
#4
|
|||
|
|||
|
I think this because if you go to the forum on your demo site there is no preview link:
http://www.developer-network.org/forumdisplay.php?f=5 |
|
#5
|
|||
|
|||
|
yes it is
if you put the mouse over "very nice vbulletin addon" the box appears |
|
#6
|
|||
|
|||
|
I thought this was standard in vBulletin? I already to seem to have it.
|
|
#7
|
||||
|
||||
|
Quote:
|
|
#8
|
|||
|
|||
|
Thank you man
|
|
#9
|
||||
|
||||
|
Yes, this is standard in vb - no need to add anything else.
Ragtek - what does your addon do that vb doesn't? |
|
#10
|
|||
|
|||
|
it's not standard
standard is just the default browser "popup" but this one shows a "nicer" popup just look at screenshots in this post |
![]() |
|
|