The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
make "manage attachments" button open a link to uploader instead
i use a seperate file uploader from the one in vbulletin, just because it is way more practical for my site. i would like to make it so when you click the "Manage Attachments" button on the post page, it will open another browser window to my uploader instead of the default vb attachment window. i would also like to change the text of the button if possible.
i have tried messing around with the "newpost_attachment" template, but my skills with javascript are almost nonexistant, but it seems that this should not be too difficult to do. i have searched the forums here and have not found anything sofar to point me in the right direction. any ideas would be appreciated |
#2
|
||||
|
||||
|
#3
|
|||
|
|||
thanks for the link amy, im sure it will be useful in the future!
as for this i started to figure it out right after i posted this. what i did was edit the newpost_attachment template and basically eliminated everything but the <fieldset> tags. then added some <p>explaination</p> with Code:
<input class="button" type="button" value="button text here" onclick="window.open('http://www.uploader.url.here')"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|