Quote:
Originally Posted by kh99
So what does happen? Seems like if it's changing the background then the plugin must be running.
|
Okay so I have a plugin say.
Code:
if (1==2)
//<div class="userinfo" style="background: green;">
else
//<div class="userinfo">
That's just an example with the if statement, but you should get the picture.
Lynne, that's what I think is wrong. The hook location is wrong and is not being called on the page. How can I turn debug mode on to check which hooks
--------------- Added [DATE]1351013884[/DATE] at [TIME]1351013884[/TIME] ---------------
Okay so I enabled debug mode. postbit_display_start, which is the hook I've been using is enabled in both pages. So I'm still a little confused, I'll try making just something that prints out something to test it.
--------------- Added [DATE]1351013967[/DATE] at [TIME]1351013967[/TIME] ---------------
Nope, I made it output 'Hello', it works in the threads, but still messes up my PM. Weird..