Quote:
Originally Posted by nicedreams
I disagree. It does not work with 3.5.3. It always says, you've already registered your admiration for that user even if you haven't.
Jim
|
Ok, I figured out another plugin is interfering somehow with this one. I'm not sure why it is, it is a plugin hooked at global_start calling a function from coppermine's cpmfetch function. I removed the close line $objCpm->cpm_close(); and now it works.
I moved the $objCpm->cpm_close(); line to a hook at forumdisplay_complete. I'm not sure if it is doing anything there or not. Is there a better hook i can maybe put this close line at?
Jim