vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How to use JS in vbulletin? (https://vborg.vbsupport.ru/showthread.php?t=81758)

pengpeng 05-20-2005 04:59 AM

How to use JS in vbulletin?
 
How to use JS in vbulletin
I want to add some AD JaveScript code in vB.I hope to these AD will display in post bottom like this codes

__________________________________________________ _____
<script language='JavaScript' type='text/javascript' src='http://www.cpcfan.com/phpAdsNew/adx.js'></script>
<script language='JavaScript' type='text/javascript'>
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);

document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://www.cpcfan.com/phpAdsNew/adjs.php?n=" + phpAds_random);
document.write ("&amp;what=zone:14");
document.write ("&amp;exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&amp;referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><a href='http://www.cpcfan.com/phpAdsNew/adclick.php?n=a98dabdb' target='_blank'><img src='http://www.cpcfan.com/phpAdsNew/adview.php?what=zone:14&amp;n=a98dabdb' border='0' alt=''></a></noscript> __________________________________________________ _______

How shall I do it?

Marco van Herwaarden 05-20-2005 07:11 AM

I think your best choice would be to include it into the SHOWTHREAD template.

pengpeng 05-20-2005 02:32 PM

I put these js code into Showthread template,but AD can't display.
Help me~

Help me~

pengpeng 05-22-2005 11:30 PM

Did any one know this?


All times are GMT. The time now is 04:45 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00979 seconds
  • Memory Usage 1,708KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete