The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Can someone please help me by telling me what codes I need to remove exactly so I can get rid of attachments completely. I tried, now I'm getting a MYSQL error since I already deleted the tables in the database
-.-;; Thanks!! I hope this is quick ![]() |
#2
|
|||
|
|||
![]()
1. Turn them off for every usergroup and every permission
2. Turn them off in the admin CP 3. Run these queries: [sql] UPDATE post SET attachmentid = 0; DELETE FROM attachment; [/sql] |
#3
|
||||
|
||||
![]()
also [sql]UPDATE thread SET attach=0[/sql]
|
#4
|
||||
|
||||
![]()
-.-; I dropped attachmentid in post and attach in thread
I was trying to delete all the attachment codes as well but now I have an error in showthread etc. PHP Code:
|
#5
|
|||
|
|||
![]()
Don't drop the fields unless you enjoy rewriting half of vB's queries...just empty them.
|
#6
|
||||
|
||||
![]()
I'm too picky about these things >.< I want the code to be very clean.
I'll try to figure out the queries (unless someone is willing to help), if all else fails, I backed up everything |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|