Recent Topics

1 Jan 27, 2005 09:19    

Hello everyone,

I am wondering if someone could give me some pointers on how to install my Google Adwords, in the side bar of my Link Blog or the other blogs?

I tried to do it myself, but got a parse error message, so I took the code for my Google Adwords out. Umm, Generally how does one add things to the sidebar?... Is there a tutorial on this, at this website?

Regards,
gabbydeb :)

2 Jan 27, 2005 16:40

you can add it like on every page.

but you can post the code snippet you made and maybe we find the error (please don't post the whole file)

3 Jan 27, 2005 18:49

kiesow wrote:

you can add it like on every page.

but you can post the code snippet you made and maybe we find the error (please don't post the whole file)

Hello, thank you for helping me. Here is the part of the file where I submitted my Google Adwords.

$linkblog_main_start = '<div class="bSideItem"><h3>'.

<script type="text/javascript"><!--
google_ad_client = "pub-****************";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="";
google_color_border = "FDFFCA";
google_color_bg = "FDFFCA";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

T_('Linkblog').'</h3>';
if(!isset($linkblog_main_end)) $linkblog_main_end = '</div>';

I hope this helps! :D

Regards,
gabbydeb

4 Jan 27, 2005 21:02

why don't you just add

<div class="bSideItem">

<script type="text/javascript"><!--
google_ad_client = "pub-****************";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="";
google_color_border = "FDFFCA";
google_color_bg = "FDFFCA";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> 

somewhere in the sidebar?

5 Jan 27, 2005 21:25

kiesow wrote:

why don't you just add

<div class="bSideItem">

<script type="text/javascript"><!--
google_ad_client = "pub-****************";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel ="";
google_color_border = "FDFFCA";
google_color_bg = "FDFFCA";
google_color_link = "0000CC";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> 

somewhere in the sidebar?

That is just the problem. I don't know how to just add something to the sidebar, besides the links function which has already been provided in b2evolu script.

I mean doesn't anything extra like my Google Ads have to be inserted in the blog template, in the appropriate place? That is where my problem is because I don't know what the appropriate place is. :(

Regards,
gabbydeb

6 Jan 27, 2005 23:24

ok, so open the _main.php of your skin and search for

<!-- =================================== START OF SIDEBAR =================================== -->

<div id="bSideBar">

add it after this

7 Jan 28, 2005 07:06

kiesow wrote:

ok, so open the _main.php of your skin and search for

<!-- =================================== START OF SIDEBAR =================================== -->

<div id="bSideBar">

add it after this

Hi kiesow,

Success! I installed my Google Adsense. Thank you for helping me! :lol:

Regards,
gabbydeb

8 Feb 08, 2005 20:14

I'm using the wpc_mark_3 skin (3 columns). I found the _main file and the sidebar section, but it appears to only have code for the left sidebar. On the rightside is the calendar and search button. I having trouble finding the file for the right sidebar. Would appreciate someone directing me to the right file.


Form is loading...