A while back ago, some one in the forums posted a little script to make the spy display within a block on the front page. Worked like a charm on my d7 install. But I just put up the new d7.1 and tried to use it with no luck. Maybe somebody out there can take a look and tell me why.
Its a neat little box to have, and those that can make it work, will probably enjoy it, as I did, and still do, on an older site. But something is different now that I can not figure out. Any suggestions?
<div class="disignBoxFirst">
<div class="boxContent">
<script
type="text/javascript" src="/modules/boonex/spy/js/spy.js"
language="javascript"/></script>
<script
type="text/javascript">
$(document).ready(function () {
oSpy =
new BxSpy();
oSpy.sPageReceiver = '/m/spy/';
oSpy.iUpdateTime
= 5000;
oSpy.sEventsContainer = 'spy_events';
oSpy.sPageMode
= 'global';
oSpy.iLastEventId = 443;
oSpy.iEventsCount
= 443;
oSpy.iPerPage = 10;
oSpy.iSlideDown =
1500;
oSpy.iSlideUp = 1500;
oSpy.sActivityType =
'';
oSpy.iProfileId = 0;
oSpy.PageUpdate();
});
</script><div
id="spy_events"><div class="spy_events_wrapper
spy_events_wrapper_not_member " >
<div class="event_info">
</div>
<div class="clear_both"></div><div
class="paginate">
<div class="pages_section"><div
class="paginate_btn notactive"
style="background-image:url(/templates/base/images/icons/sys_pgt_first.png)"><img
src="/templates/base/images/icons/spacer.gif" alt="First page"
title="First page" /></div><div class="paginate_btn
notactive"
style="background-image:url(/templates/base/images/icons/sys_pgt_prev.png)"><img
src="/templates/base/images/icons/spacer.gif" alt="Previous page"
title="Previous page" /></div><div class="paginate_btn"
style="background-image:url(/templates/base/images/icons/sys_pgt_next.png)"><a
href="/m/spy/&page=2&per_page=10" title="Next page" ><img
src="/templates/base/images/icons/spacer.gif" alt="Next page" alt="Next
page"/></a></div><div class="paginate_btn"
style="background-image:url(/templates/base/images/icons/sys_pgt_last.png)"><a
href="/m/spy/&page=45&per_page=10" title="Last page"
><img src="/templates/base/images/icons/spacer.gif" alt="Last
page" alt="Last page"/></a></div></div>
<div
class="clear_both"></div>
</div></div></div>
</div>
</div>