Quote:
Originally Posted by Replicant
This is a theory. The page nav buttons are using AJAX to pull content, so the only part of the page that is refreshing is the display_contenttype_threadview_header template. If you can find a hook in that template to insert your script, maybe that would get the result you are looking for.
|
Well that at least helps me understand the WHY of my problem.
The script I use in the header is
Code:
<!-- BEGIN: gfycat --><script type"text/javascript" src="http://test.gfycat.com/gfycat_test_june25.js"></script><!-- END: gfycat -->
I just made a hook and have a the custom template let me move the GFYCAT script position.
Moving didn't fix it.
I also manually added it to an area that should refresh in that template. Didn't work.
Will probably need to make the BB Code spit out a DIV that refreshes itself after XXX milliseconds. I'm learning how to do that now to test it,but if anyone reads this knows how, please chime in and save me the work

This is not my forte.