Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Adsense & Banner - Posbit Details »»
Adsense & Banner - Posbit
Version: 1.00, by Reminder Reminder is offline
Developer Last Online: Dec 2009 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 11-20-2005 Last Update: Never Installs: 119
Uses Plugins
 
No support by the author.

[install]
Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-banner_adsense' from your computer then press 'Import'


[Adsense & Banner settings]
Go to your admin cp, then:
vBulletin Options -> Adsense Banner Settings ->

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 09-29-2006, 05:18 AM
beansbaxter's Avatar
beansbaxter beansbaxter is offline
 
Join Date: May 2005
Location: Seattle
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #53  
Old 10-01-2006, 04:47 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #54  
Old 10-19-2006, 11:19 AM
daloosaa daloosaa is offline
 
Join Date: Jun 2006
Location: Germany, BB, Mahlow
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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] -->
Reply With Quote
  #55  
Old 10-20-2006, 10:38 AM
gamesmastervide gamesmastervide is offline
 
Join Date: Sep 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



this is an annoying problem the 3rd post and every post after it is extremly stretched and quick fix for this?
Reply With Quote
  #56  
Old 10-21-2006, 01:29 PM
Spermy Spermy is offline
 
Join Date: Oct 2005
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #57  
Old 10-23-2006, 05:17 PM
farooqaaa farooqaaa is offline
 
Join Date: Aug 2006
Location: Pakistan
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AMAZING!! one thanks alot!
Reply With Quote
  #58  
Old 11-03-2006, 12:50 AM
TheRed's Avatar
TheRed TheRed is offline
 
Join Date: Oct 2003
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #59  
Old 11-05-2006, 11:04 AM
sebbe's Avatar
sebbe sebbe is offline
 
Join Date: Feb 2006
Location: .se
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #60  
Old 01-08-2007, 08:07 AM
adnedarn adnedarn is offline
 
Join Date: Jan 2007
Location: Tucson, Arizona
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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 View Post
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>
Reply With Quote
  #61  
Old 01-09-2007, 04:10 AM
adnedarn adnedarn is offline
 
Join Date: Jan 2007
Location: Tucson, Arizona
Posts: 192
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 12:45 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.05478 seconds
  • Memory Usage 2,317KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete