Hi Kerry-Anne,
I just helped a user of one of my Plug-Ins who was also using your Plug-In and they had a problem
I was able to trace the problem to your "USC Alignment Fix" (or my "Sorky03 - SubForum List Control - parse_templates" parse_template hook). I changed the execution order of yours from 5 to 6 and they both play together nicely
Similarly, I may be able to change the execution order of mine and they may also play together nicely, but as I noticed that you have two (2) parse_template hooks, I thought it worth getting your thoughts on how we can make sure this is not a recurring issue
My parse_templates code line of interest...
Code:
$vbulletin->templatecache['header'] .= $Sorky03_headerExtras;
.
Your parse_template code line of interest...
Code:
$vbulletin->templatecache['header'] = $vbulletin->templatecache['header'] . '";$spacer_open="';
.
Have you got any idea why either would affect the other?
PS: My Plug-In is
here