Quote:
Originally Posted by mystic10
sir,
i have used ur inline mod as mind giving problem but when i replace with the inlinemod.php given by u i get errors and when i replace it back with mine i get invalid path..i have attached inlinemod.php that was orignal from 3.6.8 patch maybe u can help me out on what i do so the inline moderation can work as of now both yours and the original is giving problems...
these are the error:
sticky/unsticky/move/unmove/delete has this error
print_standard_error(...)
is now redundant. Instead, use
standard_error(fetch_error(...))
close
Fatal error: Call to a member function query() on a non-object in /home/yahoocit/public_html/inlinemod.php on line 391
open
Fatal error: Call to a member function query() on a non-object in /home/yahoocit/public_html/inlinemod.php on line 412
|
You should
NOT be using this with any other version than v3.0. That is what this was designed for and using it with future versions is a bad idea because it makes function calls that are incompatible with each other.
This will not work at all with any other version than 3.0. Put back the version of the file that came with your version of vBulletin. If it is giving you problems, then contact Jelsoft for support. Furthermore, I no longer support this mod because vBulletin now includes this feature.