The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
attachments in PM
Hi all,
how can i do for adding the attachments option in the PM messages? |
#2
|
||||
|
||||
I believe there was a modification that allowed this on 3.6.x. Have you tried searching?
|
#3
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showthread.php?t=91220 but don't work in vB 3.6.8 .... |
#4
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/showthread.php?t=127113" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=127113</a>
|
#5
|
|||
|
|||
thanx,
last question regar the previous mod: how can i do for remove this tables from MySql? Code:
ALTER TABLE attachment add usedin varchar(30) not null; ALTER TABLE attachment add itemid int not null; ALTER TABLE pmtext add attach int not null; ALTER TABLE attachment add index (usedin,itemid); anybody can help me? |
#6
|
||||
|
||||
Why do you want to run those queries?
|
#7
|
|||
|
|||
because in the previous version of the att mod exist this queries.... but i've already remove it running thi others queries: Code:
ALTER TABLE attachment DROP usedin; ALTER TABLE attachment DROP itemid; ALTER TABLE pmtext DROP attach; |
#8
|
||||
|
||||
The mod should automatically clean up the database when you uninstall it...
|
#9
|
|||
|
|||
Quote:
ALTER TABLE attachment DROP usedin; ALTER TABLE attachment DROP itemid; ALTER TABLE pmtext DROP attach; |
#10
|
||||
|
||||
You *should* be fine.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|