The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Modified Attachment for "Source / Reference link"
Hello, i want to know if it possible to modified attachment for "Source / Reference link".
I didn't use BBcode (to prevent post from junk link), or custom field that create additonal database table. I tried some modifications to newattachment.php, but still failed. The process i need : - get original file url ($vbulletin->GPC['attachmenturl']) - insert attachmenturl to filename field on attachment table - disable uploading function Final goal is replace attachment (postbit_attachment) , Code:
<a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a> Code:
<a href="{vb:raw attachment.filename}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a> |
#2
|
|||
|
|||
up for this
|
#3
|
|||
|
|||
up2 it's wonderful if make this mod
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|