The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vbulletin 4.2.2 mobile ads showing blank pages
hi all,
I am trying to add google adsense to the pages but it shows well in forum pages and others but in thread pages it is giving white blank screen. did any only have any ideas. thank you |
#2
|
||||
|
||||
Check for spaces in the file you're trying to add the ads in.
https://www.vbulletin.com/docs/html/blank_pages |
#3
|
|||
|
|||
Quote:
if you're using async ads you cannot run both async & sync in the same page- it'll give you a white page. Async ads have to be wrapped in vb literal tags to work. Sync ads do not and will return a white page if you use them. You have to put your async code in the header just below the following: <base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]--> If you go any lower, the ads wont render & you'll get a white page. |
Благодарность от: | ||
RichieBoy67 |
#4
|
||||
|
||||
Just wrap literal tags around your add code like mentioned above.
{literal}Your Ads{/literal} |
#5
|
|||
|
|||
Quote:
Code:
<vb:literal>your code here</vb:literal> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|