Quote:
Originally Posted by Dave
It's because the $vbulletin variable can not be reached inside the function you use.
You have to use "global $vbulletin;" inside of the function or pass the $vbulletin variable as a 5th argument to the function.
|
Excellent Dave... Thank you very much. That worked perfect
Is that the same with all functions? If I want to use vbbulletin variables
Cheers