Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates > Template Support > "yget"

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-17-2007, 06:05 AM
New Pligger
 
Join Date: Mar 2007
Posts: 29
Thanks: 4
Thanked 0 Times in 0 Posts
how to add a logo and Google AdSense like this

how to add a logo and Google AdSense like this
Attached Images
File Type: jpg 1.jpg (23.0 KB, 1237 views)
File Type: jpg 123.jpg (32.1 KB, 1044 views)
Reply With Quote
  #2 (permalink)  
Old 03-17-2007, 11:00 PM
New Pligger
 
Join Date: Mar 2007
Posts: 29
Thanks: 4
Thanked 0 Times in 0 Posts
anybody help?
Reply With Quote
  #3 (permalink)  
Old 03-18-2007, 05:04 PM
onelessthang's Avatar
Constant Pligger
 
Join Date: Feb 2007
Location: Dallas, TX - USA
Posts: 120
Thanks: 39
Thanked 32 Times in 16 Posts
In templates>yget>sidebar>modules

1. Create new file adsense.tpl
2. Cut and paste code needed for sidebar module into adsense. make sure to change your google_ad_client and google_ad_channel values.

Code:
<div class="tlb">
{php}
	echo "<span><img src=\"".my_pligg_base."/templates/yget/images/expand.png\"  onClick=expandcontent(this,'s1') ></span>    ";
{/php}

<a href="#">Sponsored Links</a> --title of sidebar

</div>


<div id="sr" style="padding-bottom:5px;">
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxx";
google_alternate_color = "F9F7EE";
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = "200x200_as";
google_ad_type = "text";
google_ad_channel = "xxxxxxxxxx";
google_color_border = "F9F7EE";
google_color_bg = "F9F7EE";
google_color_link = "6F3C1B";
google_color_text = "6F3C1B";
google_color_url = "CC0000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
  </div>
3.Save your adsense.tpl file
4. make sure you upload your adsense.tpl file to

Next

1. Open sidebar.tpl file in
2. Add this line of code where ever you want the side bar to show up templates>yget>sidebar>modules



Code:
{assign var=sidebar_module value="adsense"}{include file=$the_template_sidebar_modules."/wrapper.tpl"}
since I wanted my adsense above the categories I placed the code above this line

Code:
{assign var=sidebar_module value="categories"}{include file=$the_template_sidebar_modules."/wrapper.tpl"}
so it looks like this

Code:
{assign var=sidebar_module value="adsense"}{include file=$the_template_sidebar_modules."/wrapper.tpl"}

{assign var=sidebar_module value="categories"}{include file=$the_template_sidebar_modules."/wrapper.tpl"}
3. save your sidepar.tpl file

I hope this helps.


Be Well,
Onelessthang

Last edited by onelessthang; 03-18-2007 at 11:36 PM..
Reply With Quote
The Following 6 Users Say Thank You to onelessthang For This Useful Post:
  #4 (permalink)  
Old 03-18-2007, 05:10 PM
onelessthang's Avatar
Constant Pligger
 
Join Date: Feb 2007
Location: Dallas, TX - USA
Posts: 120
Thanks: 39
Thanked 32 Times in 16 Posts
For the header -

You will just need to ad a 1 row\2 column table to the header.tpl file

around line 40

inbetween the close and opening of these divs


Code:
	Line 39 </div>
	<table>
			<tr>
				<td>Header Image</td>
				<td>Adsense Code - recommend no wider than 468x60</td>
			<tr>
		</table>
<div id="cab">
Hope this helps,
Onelessthang
Reply With Quote
The Following 7 Users Say Thank You to onelessthang For This Useful Post:
  #5 (permalink)  
Old 03-18-2007, 07:46 PM
New Pligger
 
Join Date: Mar 2007
Posts: 29
Thanks: 4
Thanked 0 Times in 0 Posts
hahahahahahaha
kiss u
Reply With Quote
  #6 (permalink)  
Old 06-06-2007, 01:21 AM
Casual Pligger
 
Join Date: May 2007
Posts: 45
Thanks: 1
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by onelessthang View Post
For the header -

You will just need to ad a 1 row\2 column table to the header.tpl file

around line 40

inbetween the close and opening of these divs


Code:
	Line 39 </div>
	<table>
			<tr>
				<td>Header Image</td>
				<td>Adsense Code - recommend no wider than 468x60</td>
			<tr>
		</table>
<div id="cab">
Hope this helps,
Onelessthang

i need help something wrong happen when i did that logo and ads are showing properly but the bar and the link under the published,upcomming,submit story got screwed up and are now not visible can you help please

www.indianewspad.com is my website
Reply With Quote
  #7 (permalink)  
Old 06-06-2007, 01:22 AM
Casual Pligger
 
Join Date: May 2007
Posts: 45
Thanks: 1
Thanked 0 Times in 0 Posts
hey never mind i got it fixed thanks
Reply With Quote
  #8 (permalink)  
Old 06-20-2007, 09:47 PM
Constant Pligger
 
Join Date: Nov 2006
Posts: 150
Thanks: 30
Thanked 15 Times in 11 Posts
Send a message via MSN to disier
Quote:
Originally Posted by onelessthang View Post
For the header -

You will just need to ad a 1 row\2 column table to the header.tpl file

around line 40

inbetween the close and opening of these divs


Code:
	Line 39 </div>
	<table>
			<tr>
				<td>Header Image</td>
				<td>Adsense Code - recommend no wider than 468x60</td>
			<tr>
		</table>
<div id="cab">
Hope this helps,
Onelessthang
Thank you very much my site look better now www.tanibol.com thanks to your IDEA.
Reply With Quote
  #9 (permalink)  
Old 07-05-2007, 10:38 AM
New Pligger
 
Join Date: Jul 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Talking Thanks so much

Newbies will love you for your post!!!
Thanx
Reply With Quote
  #10 (permalink)  
Old 10-21-2007, 06:51 AM
New Pligger
 
Join Date: Oct 2007
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Thank's brooo....
I love you....mwaaaahhhhh
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
What is wrong with this logo Lostshootingstar Off-topic 1 09-06-2008 07:16 PM
green 9.8.2 qvnsq Pligg Templates 63 03-26-2008 02:46 AM
Logo and Banner on the sidebar ufoman "yget" 7 11-29-2007 08:55 AM
FindAndroid.com - Site to find anything about Google Android Mobile OS iseec My Pligg Site 0 11-22-2007 04:10 AM


Search Engine Friendly URLs by vBSEO 3.2.0