The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
rebuild pm with pmtext?
Had a problem with my pm table is there anyway to rebuild my pm table from the pmtext table?
thanks in advanced |
#2
|
|||
|
|||
Would help if you posted the exact error you're getting.
|
#3
|
|||
|
|||
no error I just have a few members that lost all there PMs anyway to get them back from the pmtext table since they are still there?
I can pull the data with the following sql that I would need. Code:
$sql = 'SELECT `pmtextid` , `fromusername` , `title` , `message` , `touserarray` , `dateline` '; $sql .= 'FROM `pmtext` '; $sql .= 'WHERE 1 AND `touserarray` '; $sql .= 'LIKE \'USERINFOHERE\' LIMIT 0, 30'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|