Thread: Major Additions - vB Ad Management 4
View Single Post
  #1328  
Old 07-21-2007, 08:36 PM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sigepjedi View Post
What needs to take place for the Usergroup: Unregistered / Not Logged In to see the ads, or any other group aside from admin for that matter?

Looking through the properties for the groups, I do not see anything specific for making ads viewable, nor in the ad settings.

Thanks in advance.
Add usergroup 1 to the usergroup permissions in vB Ad Management General Settings.

Quote:
Originally Posted by Amaresh View Post
Hey
i am having a problem here.
In the fluid version of the theme, there is white space to the right side of the right column ad.
Here's a screenshot.



Please tell me what can be done about it.
Really couldn't tell you for a custom theme I'm afraid, far too many changes to be able to pin it down to just one and it may take more than one change to fix it.

Quote:
Originally Posted by dssart View Post
hmmm....here's my forumbit_advertisement:

Code:
<tr align="center">
	<td class="alt2">
		<img src="$stylevar[imgdir_statusicon]/forum_link.gif" border="0" alt="" />
	</td>
	<td class="alt1Active" align="$stylevar[left]">
		<div>
			$forumbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt1Active">
		-
	</td>
	<td class="alt2">
		-
	</td>
	<if condition="$vboptions['showmoderatorcolumn']">
		<td class="alt1Active">
			-
		</td>
	</if>
</tr>
Sorry, I did mean threadbit. Here is my threadbit_advertisement:

Code:
<tr align="center">
	<td class="alt1Active">
		<img src="$stylevar[imgdir_statusicon]/thread_moved.gif" border="0" alt="" />
	</td>
	<if condition="$show['threadicons']">
		<td class="alt2">
			&nbsp;
		</td>
	</if>
	<td class="alt1Active" align="$stylevar[left]">
		<div>
			$threadbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
	<td class="alt1Active">
		-
	</td>
	<td class="alt2">
		-
	</td>
	<if condition="$show['inlinemod']">
		<td class="alt1Active">
			&nbsp;
		</td>
	</if>
</tr>
No COLSPAN. Can you please tell me where to insert it? Thank You
Oops, remembered wrongly. Try these, you might need to adjust the colspan numbers if I've guessed wrongly. The number should match the number of cells the ad spans.

Code:
<tr align="center">
	<td class="alt1Active" align="$stylevar[left]" <if condition="$vboptions['showmoderatorcolumn']">colspan="3"<else />colspan="4"</if>>
		<div>
			$forumbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
</tr>
Code:
<tr align="center">
	<td class="alt1Active" align="$stylevar[left]" <if condition="$show['threadicons']">colspan="4"<else />colspan="3"</if>>
		<div>
			$threadbit_adcode
		</div>
	</td>
	<td class="alt2">
		$vboptions[adintegrate_adtitle]
	</td>
</tr>
Quote:
Originally Posted by Aden View Post
Hey redtyger..
couldnt find the following in my style templates

Code:
  # Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
# Find &nbsp; in your header template and replace it with $header_advertisement.
# Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.
Your help would be greatly appreciated
# Try putting it at the top.
# You can put it anywhere you like.
# Try putting it at the bottom.

Quote:
Originally Posted by Pocket Aces View Post
Is it possible to have an alternate ad if the chosen ad is excluded on certain forum/s?
Like for example, an adsense is place on the header globally except for adult category/forum. So instead of displaying adsense on that adult category, an alternate ad will be displayed (could be bidvertiser, adultfriendfinder, etc.).
Conditionals, really isn't it. I just happened to come across a tutorial for integrating conditionals and if it's as easy as it seems then it'll definitely be in the next version which will allow for any kind of conditional about anything and allow more or less infinite flexibility.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01313 seconds
  • Memory Usage 1,804KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete