The Arcive of vBulletin Modifications Site. |
|
[release] Quotes include Attachments Details »»
|
|||||||||||||||||||||||||
Author: filburt1
Description: If you quote a post that has an attachment, then information about the attachment is included in the quote. It is added as BB Code so the end user has the option of editing or deleting the added text in the quote. Screenshot: next post Requested here. Adds one query to newreply. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Screenshot:
|
|
#3
|
|||
|
|||
|
Is this suppose to be down by the quick reply box. I installed it and seen no change at all. Any ideas?
|
|
#4
|
|||
|
|||
|
No, on newreply.
|
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Not easily.
|
|
#7
|
||||
|
||||
|
Nice little feature here filbie.
|
|
#8
|
|||
|
|||
|
Excellent work.. Anyway to get this to show the actual image or just a link to the image or attachment (would rather show the actual image) and none of the other information?
|
|
#9
|
|||
|
|||
|
It's possible but as I said it's a security problem. There's another way to due to to avoid the problem but it requires Apache with mod_rewrite which not everybody has.
|
|
#10
|
|||
|
|||
|
Quote:
What if all my attachments were images and I added this phpinclude..? Code:
.
.
.
$attachmentbbcode = "\n\n[img]$bburl/attachment.php?s=$session[sessionhash]&postid=$postid]$qa[filename][/img]";
.
.
.
|
![]() |
|
|