Another option is to fix broken link, as described in Unknown Location: crossdomain.xml when Viewing Index
This is a discussion on Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it. within the Member Articles forums, part of the Focus on Members category; Another option is to fix broken link, as described in http://www.vbseo.com/f3/unknown-loca...93/#post207077...
Another option is to fix broken link, as described in Unknown Location: crossdomain.xml when Viewing Index
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
For some reason, ever since installing this, when looking in the who's online I see a bunch of people with the location of /favicon.ico
Why would they be a that location??
CommanderTalk.com --> www.commandertalk.com
CommanderTalk.com --> www.commandertalk.com
What exactly is the URL that is reported here (including domain)?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Well the domain is www.teryxhq.com
The favicon is located at TeryxHQ.com - Kawasaki Teryx Forums
CommanderTalk.com --> www.commandertalk.com
Please open a ticket with testing account login so that we can check the issue.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
http://www.fniv.it/board/404.php
this is mine
however this template is uncahced ... how i can cache it?
also i need to know how i can disable the ads into this page ... i tried to put at the end and at the beginning of the custom_404 template this code:
but this don't runs ....PHP Code:<if condition="THIS_SCRIPT != 'misc'">
ca-pub-xxxxxxxxxxxx
</if>
Last edited by KURTZ; 04-10-2009 at 04:03 AM.
Hello,
how do you insert ads on your forum?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
Try editing the "Advertising Template" which is being used for the ads, and wrap it with the conditionals.
Taken from: How to Integrate Google Adsense in 3.8 - vBulletin Community ForumI can't specify the exact template name as I don't use this adsense integration.Admin CP » Styles & Templates » Style Manager » Edit Templates
Then double click on 'Advertising Templates' to see all locations.
EDIT: What is "SW" ?
i've these templates ...
footer_end
footer_startPHP Code:blank
forumdisplay_afterthreadsPHP Code:<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<div style="width:728px; margin:1em auto 0 auto">
<script type="text/javascript"><!--
google_ad_client = "{$GLOBALS['vbulletin']->adsense_pub_id}";
google_ad_host = "{$GLOBALS['vbulletin']->adsense_host_id}";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "$stylevar[page_bgcolor_hex]";
google_color_bg = "$stylevar[page_bgcolor_hex]";
google_color_link = "$stylevar[body_link_n_fgcolor_hex]";
google_color_text = "$stylevar[body_fgcolor_hex]";
google_color_url = "$stylevar[body_link_n_fgcolor_hex]";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</if>
forumhome_afterforumPHP Code:blank
header_endPHP Code:blank
PHP Code:blank
header_logo
navbar_belowPHP Code:blank
showthread_beforeqrPHP Code:<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<div style="width:728px; margin:0 auto; padding-bottom:1em">
<script type="text/javascript"><!--
google_ad_client = "{$GLOBALS['vbulletin']->adsense_pub_id}";
google_ad_host = "{$GLOBALS['vbulletin']->adsense_host_id}";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "$stylevar[alt2_bgcolor_hex]";
google_color_bg = "$stylevar[alt1_bgcolor_hex]";
google_color_link = "$stylevar[body_link_n_fgcolor_hex]";
google_color_text = "$stylevar[body_fgcolor_hex]";
google_color_url = "$stylevar[body_link_n_fgcolor_hex]";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</if>
PHP Code:blank
showthread_firstpost
showthread_firstpost_sigPHP Code:blank
showthread_firstpost_startPHP Code:<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<if condition="!$bbuserinfo['userid']">
<div style="clear:both"></div>
</if>
</if>
PHP Code:<if condition="$GLOBALS['vbulletin']->adsense_pub_id">
<if condition="!$bbuserinfo['userid']">
<div style="float:right; width:300px; height:250px; margin-left:10px">
<script type="text/javascript"><!--
google_ad_client = "{$GLOBALS['vbulletin']->adsense_pub_id}";
google_ad_host = "{$GLOBALS['vbulletin']->adsense_host_id}";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "$stylevar[alt1_bgcolor_hex]";
google_color_bg = "$stylevar[alt2_bgcolor_hex]";
google_color_link = "$stylevar[body_link_n_fgcolor_hex]";
google_color_text = "$stylevar[body_fgcolor_hex]";
google_color_url = "$stylevar[body_link_n_fgcolor_hex]";
google_ui_features = "rc:6";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</if>
</if>
Last edited by KURTZ; 04-10-2009 at 10:25 AM.
I think you'll have to modify footer_start, navbar_below and showthread_firstpost_start template. Wrap each of them as described in Create a Custom vBulletin "404 Page Not Found" Page, and direct vBSEO to use it.
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
so i should put this code at the beginning of these templates?
PHP Code:<if condition="$_REQUEST['do'] != '404'">
#your adsense code#
OK this code runs the other not ... but i think the other is better than this ... so it's possible to fix it?PHP Code:<if condition="THIS_SCRIPT != 'misc'">
ca-pub-xxxxxxxxxxxx
edit: just checked: this code have a trouble, it put my ads ID in the templates ... but grab the banners into the 404.php ...
Last edited by KURTZ; 04-10-2009 at 10:44 AM. Reason: add pic