Well, I found this setting to the IPB, but do not know how to make changes to the VB, can someone help me? Please!
Replies hope ..
there goes the code for IPB, I use UploadCP
MOUSE OVER
<if=" $data['usarpostador'] == '1' ">
onMouseOver="stm(Text[{$data['tid']}],Style[8])" onMouseOut="htm()"
<else />
title='{$this->ipsclass->lang['topic_started_on']} {$data['start_date']}'
</if>
SCRIPT POPUP
<if=" $data['usarpostador'] == '1' ">
<script type="text/javascript">
var FiltersEnabled = 1
Style[8]=["white","black","black","white","","","","","","", "","","","",400,"",2,2,20,-10,"","","","",""]
Text[{$data['tid']}]=["Informacoes do Upload","{$data['preview_pa']} <br />{$this->ipsclass->lang['topic_started_on']} {$data['start_date']}"]
applyCssFilter()
</script>
</if>
|