vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Adsense & Banner - Posbit (https://vborg.vbsupport.ru/showthread.php?t=101291)

Damien2005 04-25-2006 08:43 PM

Hi all.. great hack but one problem..
When i add this code in my CSS
Code:

.element_inner_border {
width: 99%;
border-left: 1px solid #6783c3;
border-right: 1px solid #6783c3;
margin-left: auto;
margin-right: auto;
}

Then the table is f*cked up.. any fix for this???

Cheerzzz

Replicators 05-10-2006 03:57 AM

Great idea, but this really does a woosy to my template layout.

So for now i will have it uninstalled until it is fixed or w/e.

stonner 06-06-2006 11:53 AM

great hack! installed in 5seconds and works fine.

It appears after the first post. can I also let it appear after the last post on each page if i have 20 posts per page?

thank you

hubix 07-11-2006 08:59 AM

Hello!

Thx for the Hack :) After including the "temporary solution" it works...

But the function "Adsense Banner Settings" - "Permison" doesn?t works :( We will not shown up the google-ad for our Admins and Mods. So i remove the "6" and "7" for the admin/mods-usergroups, but the google-ad is still to see...

Have everyone the same problem? Can somebody fix it?

greetz :)
hubix

*EDIT* Hm, the "Quick Reply" also doesn?t works... We install the plugin at some forums of us and the plugin do in all of them the same problems :(

dostborsa 07-13-2006 03:05 PM

very very good

mükemmel bir plugin başarılar

dostborsa 07-13-2006 04:36 PM

ilk mesajdan sonra 1 kere çıkıyor tamam

sonra 21. mesajdan sonra ard arda 7-8 tane çıkıyor.

ReadOrDie 07-21-2006 01:13 AM

This hack doesn't work for me either. I'm not sure why it's even posting if it doesn't work for the majority of the people here...

Follie Folli 08-23-2006 02:24 PM

It works with vb 3.6 ?
If not, can you update it ? Thanks:cool:

Nathan2006 09-12-2006 07:41 AM

Thanks Reminder,

Install

Just one small problem, I don't know how to add a little space above the ad?

I have added a screenshot

Thank you for any help :)

oldfan 09-28-2006 06:27 PM

it messing up my page format http://www.metallifukinca.com/showth...?t=3361&page=2
I cannot seen to fix it, anyone got any ideas?

beansbaxter 09-29-2006 05:18 AM

I am running 3.6.1 and it worked fine for me. The only problem is there is no space above it compared to the space below, the same problem as outlined in post 49 of this thread.

Works for me though, first try.

GrendelKhan{TSU 10-01-2006 04:47 PM

didn't work for mine.
v3.6.0

well..worked...but totally messed up the template. :(
I have a custom skin though...maybe that's teh problem for most people here. oh well.

daloosaa 10-19-2006 11:19 AM

Works perfect with vB 3.6.2.

I had to add

Code:

<if condition="$vboptions[Adsense_Banner_setting_onoff]">
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
    <td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
    <td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]

</if>
    </td>
</tr>
</table>

</div>
$spacer_close
</if>
</if>

in 'postbit_wrapper' after
Code:

<!-- / post #$post[postid] -->

gamesmastervide 10-20-2006 10:38 AM

https://vborg.vbsupport.ru/external/2006/10/10.jpg

this is an annoying problem the 3rd post and every post after it is extremly stretched and quick fix for this?

Spermy 10-21-2006 01:29 PM

Quote:

Originally Posted by daloosaa
Works perfect with vB 3.6.2.

I had to add

Code:

<if condition="$vboptions[Adsense_Banner_setting_onoff]">
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
    <td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
    <td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]

</if>
    </td>
</tr>
</table>

</div>
$spacer_close
</if>
</if>

in 'postbit_wrapper' after
Code:

<!-- / post #$post[postid] -->

Works great on 3.62 with that, but it isn't using the usergroup permissions like it is suppose to.
Any ideas?

farooqaaa 10-23-2006 05:17 PM

AMAZING!! one thanks alot!

TheRed 11-03-2006 12:50 AM

Correct code, deleted an unneeded </if> that was causing a few table glitches

Code:

<if condition="$vboptions[Adsense_Banner_setting_onoff]">
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
    <td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
    <td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]

    </td>
</tr>
</table>

</div>
$spacer_close
</if>
</if>


sebbe 11-05-2006 11:04 AM

This plugin will make the multi-quote system brake. At least I had this problem and heard of a few others. Anyone with a solution to this?

adnedarn 01-08-2007 08:07 AM

V. 3.6.4
My install did nothing. I tried the edit below, and it did not work still. So I deleted the edit.


Quote:

Originally Posted by Reminder (Post 827899)
if pluin not working

temporary solution

Go to your admin cp, then:
Styles & Templates -> Style Manager -> Current Template
[Edit Templates] -> Select 'postbit->postbit_legacy'

Find

Code:

<!-- / post #$post[postid] -->
After

Code:

<if condition="$vboptions[Adsense_Banner_setting_onoff]">
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
    <td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
    <td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]

</if>
    </td>
</tr>
</table>

</div>
$spacer_close
</if>
</if>


I then tried this edit below, and it seems to be working perfectly. Thanks!

Quote:

Originally Posted by TheRed (Post 1109747)
Correct code, deleted an unneeded </if> that was causing a few table glitches

Code:

<if condition="$vboptions[Adsense_Banner_setting_onoff]">
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
    <td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
    <td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]

    </td>
</tr>
</table>

</div>
$spacer_close
</if>
</if>



adnedarn 01-09-2007 04:10 AM

Well, it was working. Now it seems it has moved down to about the 8th posts. And yes, it broke the multi quote feature. You can only select the first post to quote. Quick reply still seems to work though. (as I can tell, testing an "closed" board) Any one figured out something for this? Untill then.. Removed. :-( I really liked it too.

adnedarn 01-09-2007 11:30 PM

Uninstalled. Instead installed item: https://vborg.vbsupport.ru/showthrea...hlight=adsense Seems to work VERY well, gives lots of options and more places to fit codes. (shown for 3.6)
Andrew


All times are GMT. The time now is 01:37 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.01136 seconds
  • Memory Usage 1,776KB
  • 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
  • (9)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (21)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