this is very nice to see everywhere I look for this problem anyone tells people to disable hacks... well I knew it would work without hacks but now I am asking you how do I get my hacks working that have not been changed in the code yet - I mean I have boutgh a shoutbox that isn't supported anymore but it is the only one I want to use... so how can I get this thing to work with the new vbulletin? What is the necessary change I have to make when a plugin shows this nervous warning??? all it says there is the usual warning
Code:
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3780
but there is no link or any description how to cmake these changes... I sure know how to use an editor and have seen several php files but this gives me some bad times. Any ideas how I can get the necessary files edited?
same it is in other addons... I can see the problem should be here:
Code:
eval('$navbar = "' . fetch_template('navbar') . '";');
but how the hell should I replace this? or am I completely wrong there?