![]() |
Fix/Solution for vBSEO Problem:
Quote:
THIS WORKS!!! |
Hey guys, I get this:
Quote:
|
Quote:
Quote:
Quote:
|
For some reason my edit button would not work any more, until i disabled this mod. Any ideas???
|
dunno if im doing something wrong or dont understand this thing....
i just installed this, put the ad in the header, enabled the header ad, and nothing is showing. am i suppose to do something special? put a $header_ad or something in a template or is this auto insert? i tried it in the header, didnt work. i tried it with PM's and nothing as well. |
How to display adsense after first post
Please help me |
Quote:
|
The auto refresh doesnt work, and on IE on the bottom left is shows errors so I searched the lines that were causing errors (3 of them) it states it as a syntax error
Code:
<script type="text/javascript">setInterval(function(){recreatead("header", "ajax.php", , "header")}, 10190)</script> so I found the code in the php file but not sure how to fix it Code:
return '<script type="text/javascript">setInterval(function(){recreatead("'.$adcode_name.'", "'.$file.'", '.(string) $is_bit.', "'.$setting_name.'")}, '.$refresh.')</script>'; Code:
function recreatead(id, file, is_bit, setting_id) Can you double check if its the code or a setting that went wrong? Thanks |
Excellent detective work, that certainly is the problem. Try this, I can't test it at the moment:
FIND: Code:
function refreshad_js($adcode_name, $file, $is_bit = false, $setting_name = '') REPLACE WITH: Code:
function refreshad_js($adcode_name, $file, $is_bit = 'false', $setting_name = '') FIND: Code:
// Avoid getting stuck in a loop if the value is no good. BELOW, ADD: Code:
// Force boolean string conversion more effectively. FIND: Code:
'.(string) $is_bit.' REPLACE WITH: Code:
"'.$is_bit.'" |
Hehe it is my field of interest :)
anyway that did fix the syntax errors , now it does refresh but the new problem is that when it refreshes it just disappears so for example I see the first ad for 10 seconds and then it goes away, and I am separating the ads using the "|" delimiter. Any clue? Thanks |
All times are GMT. The time now is 04:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|