| Sorunlarınız & Problemleriniz 3.6.x vBulletin 3.6.x sürümleri ile ilgili tartışma ve sorunlara destek bölümü |
![]() |
|
|
LinkBack | Seçenekler | Stil |
|
|
#11 (permalink) |
|
Vip Üye Tecrübe Puanı: 11
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
admincp de stiller&temalardan temalrda ara bölümüne open_window veya pop_up yazıp aratarak reklam linklerini silebilir yada kendine reklamsız bir tema ayarlayabilirsin.
Lazımsa pmden at yardımcı olalım. Saygılar |
|
|
|
#12 (permalink) |
|
Kayıtlı Üye Tecrübe Puanı: 0
![]() |
arkdaşlar ben temalarda open_window arattım newpost_attachment ta aşağıdaki kodlar var ama ben link bulamadım?
<fieldset class="fieldset"> <legend>$vbphrase[attach_files]</legend> <div style="padding:$stylevar[formspacer]px"> <div style="margin-bottom:$stylevar[formspacer]px"> <div>$vbphrase[valid_file_extensions]: $bbuserinfo[attachmentextensions]</div> </div> <div style="margin-bottom:$stylevar[formspacer]px" id="attachlist"> <if condition="$show['attachmentlist']"> $attachments </if> </div> <div> <script type="text/javascript" src="clientscript/vbulletin_attachment.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript"> <!-- var newpost_attachmentbit = '$newpost_attachmentbit'; vB_Attachments = new vB_Attachment('attachlist', '$editorid'); $attachment_js document.write('<input type="button" id="manage_attachments_button" class="button" tabindex="1" style="font-weight:normal" value="$vbphrase[manage_attachments]" title="$vbphrase[add_edit_files_attached]" onclick="vB_Attachments.open_window(\'newattachmen t.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&po sthash=$posthash\', 480, 480, \'$postid\')" />'); //--> </script> <noscript> <a href="newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&po sthash=$posthash" target="manageattach" title="$vbphrase[add_edit_files_attached]" tabindex="1"><strong>$vbphrase[manage_attachments]</strong></a> </noscript> </div> </div> </fieldset> |
|
|
|