myp
Weezy I need hw to put ads between msg on wapka
Weezy
myp HOW TO DISPLAY/INJECT/PUT/ADD YOUR ADS BETWEEN/IN MIDDLE OF FORUM POSTS Step 1: Wrap your ::MESSAGES:: In your wap2 style of forum site (The second big text box) with div id ads. That is:
Now this will make it easier to parse. In your bottom auto content for forum ..paste the below code
<div id="adCode" style="display:none">your ad codes go here</div>
Copy code
Immediately after the code let this follow:
<script language="javascript">
var dAds=document.getElementById('adCode').innerHTML;
var dC=document.getElementById('ads').innerHTML;
dC=dC.replace(/\[ad\]/gi,dAds);
document.getElementById('ads').innerHTML=dC;
</script>
Copy code
to display your ads type
and thats all!
Weezy
myp Ok, lets try this ..paste this code @ your forum footer or bottom autocontent ..check in this first code u will see
Hello look here and
And look here too ..they are slots for your ads, u can use text, link and banner ads ..just edit the text only
<script> var x = document.getElementsByClassName("ad_pop_in");
var y = Math.floor(Math.random() * x.length);
var z = Math.floor(Math.random() * x.length);
x[y].innerHTML = '<div class="ad"><b>Helloo look here</b></div>';
x[z].innerHTML = '<div class="ad"><b>And look here too</b></div>';
</script>
Copy code
..now paste the below code in your message in forum box,
Weezy
myp Is this download page share code or forum footer share?
Weezy
myp Copy below, replace
yoursiteurl.com with the url of your site
<div class="footer"><b>Share Link </b></div><div class="menu"><center><b>BB Code</b><br /><input size='' type='text' value='[url=http://yoursiteurl.com:getid-url:][/url]'/><script type="text/javascript"> document. write('<input type="text" value="[url=http://yoursiteurl.com:getid-url:]' + document.title+'[/url]" size=""/>' ); </script><script type="text/javascript"> document. write('<input type="text" value="[url=http://yoursiteurl.com:getid-url:]' + document.title+'[/url]" size=""/>' ); </script><br /><b>URL Link</b><br /><input type="text" value='http://yoursiteurl.com:getid-url:'/></center></div>
Copy code
myp
Weezy I need breadcrumb code my site