The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#92
|
||||
|
||||
i am sorry, is it the tumbnail break TOS or not??
isnt we need border so not break TOS?? |
#93
|
|||
|
|||
installed on 3.6.10 in both postbit and postbit_legacy but not working...
anyone? |
#94
|
|||
|
|||
same as me. it didnt work.
|
#95
|
||||
|
||||
What do you have to do to keep your edit, quote, multi quote ect images under the adsence unit? Also I noted that the content moves around based on the post. Like if the member has a signature or if the post has a quoted post in it.
|
#96
|
||||
|
||||
Works very well if thread is a long one or you have big signiture...
If short post dont look good at all Any ideas on best way round it Attached pic Cheers |
#97
|
||||
|
||||
I worked this out
If you want it under post slightly Search for Code:
<!-- controls --> After add Code:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1))"> <span style="margin: 2px; float: right; width: 201px; height: 201px;"> <script type="text/javascript"><!-- google_ad_client = "pub-3894247933641517"; /* 200x200, created 04/06/08 */ google_ad_slot = "9908865295"; google_ad_width = 200; google_ad_height = 200; google_cpa_choice = ""; // on file//--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </span> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </if> Depending on what skin you may need to add or remove some of the <br> Attached what it does Cheers |
#98
|
|||
|
|||
I've been trying to incorporate this into my 3.7.0 vB today, two problems become apparent:
1. A lot of experienced users set their profiles to show the newest posts first. Basing your condition on ($post[postcount] % $vboptions[maxposts] == 1) is selecting the first post ever made in the thread, not the first post viewed. If you're trying to max ad revenue by putting that 300x250 rectangle in the first ad viewed, this has the opposite effect -- it's buried at bottom of the page for user who have chosen to view newest first. 2. 3.7.0 allows threaded & hybrid views, with a preset # of cached posts. Selecting based on ($post[postcount] % $vboptions[maxposts] == 1) seems to work for the posts that are displayed initially, but if that post is later retrieved from the cache & shown again, the ad is missing, although the post is still formatted as if it were there -- with 300x250 pixels of white space on the right side. I doubt most of my potential users are sophisticated enough to care (or even notice) if the threaded/hybrid views are missing, so I've simply disabled them. However, a workaround for the first problem would be nice. Later (and yes, I did sleep): This code addresses the first problem above: <if condition="(Evaluating $bbuserinfo[postorder] tells me whether the user is displaying newest or oldest first. Total post count seems not to be available, but the first post that is displayed on the screen is flagged by $GLOBALS[qrfirstpostid] == $post[postid]. Another potential problem is the use of $vboptions[maxposts] in the original mod. If user has elected to display more than the default # of posts per page, the condition potentially could be satisfied as many as 3 times & push the page over one of AdSense's max-ads-allowed limits. Using $bbuserinfo[maxposts] is preferable, but because it has a default value of -1, the conditional evaluation above is needed. |
#99
|
|||
|
|||
I am using Version 3.7.1. I do this and it dont shows me nothing.. i use postbit_legacy... i algo return to the original and re code the mod.... nothingg.. what it might be?
|
#100
|
|||
|
|||
Is there a way to restrict this by a certain style rather then usergroup?
|
#101
|
|||
|
|||
It moves up the buttons of reply, quotes etc. Is there a way i keep them down even if the post is not too long?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|