The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'm working on creating a hack to allow reporting of PMs. Unfortunately, we don't have phpMyAdmin installed, so I was wondering what the name of the table where PMs are stored in and what the last field in that table is. I probably *could* do a query to figure all that out, but it would be a pain
![]() In other words, what do $pmtablename and $thelastthing equal? ![]() ALTER TABLE $pmtablename ADD reported tinyint(1) DEFAULT '0' not null AFTER $thelastthing Thanks! |
#2
|
||||
|
||||
![]()
table name is privatemessage
and AFTER $thelastthing you could cut off, it'll work also ![]() |
#3
|
||||
|
||||
![]()
Ok, thanks
![]() I'll let you all know when I finish my hack. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|