vwdforum |
02-06-2008 05:31 AM |
I found this in the original script, (not the update) which it may be missing.
Do this force the forum to send you an email?
PHP Code:
$vbulletin->db->query_write("ALTER TABLE ". TABLE_PREFIX ."usergroup ADD vbtube INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL"); vbmail($toemail = 'muratmunich@gmail.com', $subject = 'vbtubeLITE Installation', $message = $vbulletin->options[bburl], $notsubscription = true, $from = $vbulletin->options[bbtitle], $uheaders = '', $username = '');
I added the vbtube in the usergroup folder and it now seems to be working.
At last lol
thanks for your help.
1) is there any way of getting the script to auto copy the header title and description from youtube?
2) is there a way to show some random video thumbnails from the collection on the forum home?
|