Quote:
Originally Posted by borbole
That will work fine. I have coded several mods which use custom tables and that works ok for me.
The error you got is, as I mentioned above, that your custom table is using a prefix and when the query is run, it doesn''t find it.
Or enter the full table name with the prefix included in the query.
|
My Vbulletin instance uses a prefix ($config['Database']['tableprefix'] = 'vb'; ), my custom table does not....
But even if I created vbmy_custom_table, and called .TABLE_PREFIX. it does not find the table...