There is one thing that I found and it took me awhile to figure it out.
If a variable is given a value say in a plugin at global start and then you reference that variable inside the new left column template it will not function. It took me awhile, but what I did was is put that variable = value; line in the global start left column plug in - ABOVE the code that calls the left column template.
I guess you just cant choose the order the plugins run, maybe its in the order of installation.
|