Thanks @Dave, I find onclick code in newpost_attachment template
Quote:
vB_Attachments.open_window(\'newattachment.php?$se ssion[sessionurl]$attachurl&poststarttime=$poststarttime&po sthash=$posthash\', 480, 480, \'$postid\')
|
But when I added this code in editor_smiliebox like picture but its not working why ?
Code:
<input id="manage_attachments_button" class="button" tabindex="1" style="font-weight:bold; padding:5px; background:red; color:#fff;" value="File Upload" title="Bu Mesaja ait Eklentileri g?rmek yada değiştirmek i?in, buraya tıklayın" onclick="vB_Attachments.open_window(\'newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&posthash=$posthash\', 480, 480, \'$postid\')" type="button">