Phalynx |
08-12-2008 07:21 AM |
Quote:
Originally Posted by ThorstenA
(Post 1596170)
isn't it possible to add ajax and cron within plugins? I installed some products and they use additional ajax features. As far as I know there are also cron plugins. But I am not sure.
|
For sure, I can incorporate all files as plugins, but every coder should know that this blows up the plugin system unnecessary, espacially if there is so many code that has to be loaded like with this modification. On big boards this makes a huge difference compared to files that are loaded on demand.
Also, please show me the product that is using plugin crons. As far as I know you have to specify a file to execute in that part.
Quote:
Originally Posted by fredang85
(Post 1596194)
Invalid SQL:
SELECT tagid
FROM vBull_tag
WHERE tagtext IN ('russian', 'Вообщем', 'привет', 'всем');
MySQL Error : Illegal mix of collations for operation ' IN '
Error Number : 1271
is it because of the weird language?
|
That is something I cannot help you with. Just don't use russian and english words... That error is causing in the vBulletin function called "insert_tags_thread" in file "functions_newpost.php". Auto Thread Tagger is also using such a file.
|