Quote:
Originally Posted by msimplay
**bump** same as the last time
|
ok found the answer
HTML Code:
FIND in search_results :
$headinclude
HTML Code:
ADD AFTER in search_results :
<if condition="$bbuserinfo[field5] != 'No'">
<script language="javascript" src="clientscript/overlib/overlib.js"></script>
<script language="javascript">
function doPreview(txt)
{
return overlib(txt, FGCOLOR, '#F3F6FA', BGCOLOR, '#000000', TEXTSIZE, '8pt', TEXTCOLOR, '#000000');
}
</script>
</if>
HTML Code:
FIND in search_results :
</body>
</html>
HTML Code:
BEFORE ADD in search_results :
<if condition="$bbuserinfo[field5] != 'No'"><div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div></if>
This will give the same ability in search results
none of that was my code i just copied and pasted in the right templates
hope thats useful to others