(#1)
|
|
Junior Member
Posts: 3
Join Date: Apr 2012
Location: Los Angeles, CA
|
Hi - I am brand-new to using ForumRunner ... just installed it last night after upgrading my forum to vBulletin 4.1.12. Have tried out both the free ForumRunner app and also the paid app - and I have to say that this mobile forum support software is outstanding! It exceeds my expectations in terms of the look-and-feel, ease of setup, and the feature set ... well done, ForumRunner!
I do have one question. On the non-mobile version of my forum, I have two vbliterals that reside at the bottom of the "footer" template. Both are javascript calls - one is a call to Quantcast, the other a call to Datonics. [I use Quantcast in addition to Google Analytics to report my site traffic to advertisers. And I use Datonics for some data mining.] MY QUESTION - how can I get these two javascript calls to run under ForumRunner? If you are curious what the calls look like in the vBulletin 4.1.12 footer template, here they are (with my account information scrubbed): Code:
<vb:literal>
<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"<MY QUANTCAST ACCT NUMBER GOES HERE>"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<img src="http://pixel.quantserve.com/pixel/<MY QUANTCAST ACCT NUMBER GOES HERE>.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
</noscript>
<!-- End Quantcast tag -->
</vb:literal>
<vb:literal>
<!-- Start Datonics -->
<script type="text/javascript" src="http://ads.pro-market.net/ads/scripts/site-<MY DATONICS ACCT NUMBER GOES HERE>.js"></script>
<!-- End Datonics -->
</vb:literal>
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
