Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
455 views
in Q2A Core by
HI there,

After adding feedburner codes into "Custom HTML in sidebar box on every page", I realized that my site has been undergoing some errors concerning 'submit' buttons.

http://www.chatscience.net

When logging in or submitting changes in admincp, a pop-up appears and leads me to feedburner's subscription site. I guess I could fix this through disabling side panel or side-bar but I didn't know how to.

Could you please help me to get over this problem.

Best regards,

Tung.
by
Could anyone please help me solve this problem?

1 Answer

0 votes
by
 
Best answer

Finally, I got the solution. First, disable the sidepanel by removing

$this->sidepanel();

(this means the HTML customized side bar would also be disabled). Then I fixed the feedburner's code by adding </form> at the end. At last, I re-enabled the sidepanel.

Everything's done!

...