Quote:
Originally Posted by distractme
the instructions you gave for upgrading the quote notification hack are a teeny bit sparse for me.
our real tech admin quit and that means i am the one stuck with upgrading out plugins to 3.6 and i am struggling. could you look at this and tell me what i have done wrong?
based on the first line of code, i assumed that forum id number was 65.
Quote:
if ($threadinfo['forumid'] != 65) {
|
so i substitued as per instruction
Quote:
$quoteuserquery = $vbulletin->db->query_first("SELECT user_table.userid AS userid,
user_table.email AS email, profile_fields.field 65 AS wantquotenotify
|
but i am obviously wrong  . can you help? i only have a three day pass here... from the owner to try and get all this stuff figured out.
|
Not forum id, field id.
From the Admin interface, User Profile Fields -> User Profile Field Manager. Look for "Quote Notification". Under the name column is the field number.
Mine is field number 21 so I have "profile_fields.field21".