vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Adsense, different sizes for visitors to members ? under last post (https://vborg.vbsupport.ru/showthread.php?t=119620)

Snake 06-29-2006 05:58 PM

Thanks a ton for this hack! :)

MadKad 06-29-2006 06:04 PM

Quote:

Originally Posted by Dark Cloud
Thanks a ton for this hack! :)

no thank you for liking it :banana:

Blue-Inc 06-30-2006 06:28 PM

Hi there,

Great Modification and thank you for making it.

One question:

If I installed this, could I some how make this work with adbrite.com

MadKad 06-30-2006 07:13 PM

Quote:

Originally Posted by Blue-Inc
Hi there,

Great Modification and thank you for making it.

One question:

If I installed this, could I some how make this work with adbrite.com

Yer you can add any adverts you want, also you can add more adverts to show for different groups.

Just add your code for your adverts where it tells you on the template :D

webset32 07-08-2006 07:46 AM

Thank you very much, very well implemented...;)

MadKad 07-09-2006 07:45 AM

Thank you :D

rollo tamasi 07-16-2006 02:38 PM

is there anyway i can make the ads just appear for visitors to the site and not to registered members. At the moment when i log out i can see the ads (great) but when i log in i just see the table area at the bottom of the threads with no content. Is it possible to have this table removed while i'm signed in?

Added a screen shot for clarity

rollo tamasi 07-16-2006 07:38 PM

could you clarify this please
Quote:

To change who sees what please add the user groups by doing the following

Find:
Usergroups

and replace with your registerd user groups like this = 3,6,9,10,4
where do i modify the usergroups? I'm using VB 3.5.4
At the moment i have installed your mod but my ads are not appearing to my members.

MadKad 07-17-2006 10:59 AM

Quote:

Originally Posted by rollo tamasi
is there anyway i can make the ads just appear for visitors to the site and not to registered members. At the moment when i log out i can see the ads (great) but when i log in i just see the table area at the bottom of the threads with no content. Is it possible to have this table removed while i'm signed in?

Added a screen shot for clarity

if you want to do that just place all the new code that is in side your template in the middle of this

Code:

<if condition="in_array($bbuserinfo['usergroupid'], array(usergroupshere))">
all code here
</if>


Quote:

Originally Posted by rollo tamasi
could you clarify this please


where do i modify the usergroups? I'm using VB 3.5.4
At the moment i have installed your mod but my ads are not appearing to my members.


see the template

Code:

<if condition="in_array($bbuserinfo['usergroupid'], array(usergroupshere))">
all code here
</if>

that code where you placed your adds in the middle, you need to add the user groups where it says usergroupshere like the visitors as defoult are 1 so others will be 2 etc etc add them like

Code:

<if condition="in_array($bbuserinfo['usergroupid'], array(1,2,3))">
all code here
</if>

and it should work, any problems please say :)

please also note if you are using adsence then the ad's might not show straght away as google adsnce spider has to have visited your page first for ad's to show :)

rollo tamasi 07-17-2006 11:25 AM

Quote:

Originally Posted by MadKad
and it should work, any problems please say :)

sorry about this MadKad but i can't seem to get the correct combination code wise. This is what i'm using at the moment, i can see adverts when i log out but not when i log in.

Code:

<!--######## start of bottom add's ########-->

<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr>
    <td class="thead" style="font-weight:normal" align="left">Advertisements</td>
</tr>
<tr>
    <td align="center" class="alt1">
<if condition="in_array($bbuserinfo['usergroupid'], array(1,2,3,4,5))">
<script type="text/javascript"><!--
google_ad_client = "pub-7213854248425086";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text";
google_ad_channel ="";
//--></script>
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</if>

<!-- Ad End -->
<!-- User ad's end -->
</div>
</if>
</td>
</tr>
</table>

</div>
<!--####### end of bottom add's #######-->



All times are GMT. The time now is 05:49 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
  • Page Generation 0.01092 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete