The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I change the size of the attachment upload popup window?
I am using the blacksmart theme, and for some reason, the attachment window popup pops up too small (I have to manually resize it to see everything in it).
Where do I change the size of this popup? |
#2
|
||||
|
||||
If you have questions regarding a style or modification, you need to ask for help in the style or modification thread.
|
#3
|
||||
|
||||
I have this same problem.
Where in the code can pop-ups be changed? (NOTE: My style is not on this site, I'd be threadjacking if I posted this over in Mods/Styles.) |
#4
|
||||
|
||||
For a newpost, it's in the newpost_attachment template:
HTML Code:
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(\'newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&posthash=$posthash\', 480, 480, \'$postid\')" />');
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|