Version: 1.00, by mabersoft
Developer Last Online: Nov 2011
Category: Forum Home Enhancements -
Version: 4.0.x
Rating:
Released: 02-06-2010
Last Update: Never
Installs: 4
Template Edits
Code Changes Translations
No support by the author.
Here is a simple vbulletin mod made by Mabersoft vBulletin.
*INSTALL*
Add this code to any of the ad templates
Code:
<!-- Mabersoft vBulletin Guest Ad -->
<vb:if condition="$show['guest']">
<div align="center">
<!-- Ad Code Goes Here -->
<!-- /Ad Code Goes Here -->
<br />
Only Guests See This Ad!
</div>
</vb:if>
<!-- /Mabersoft vBulletin Guest Ad -->
Add you Ad code between
Code:
<!-- Ad Code Goes Here -->
<!-- /Ad Code Goes Here -->
*LICENCE*
What You Can Not Do:
Re use the code in anyway shape or form
Remove the <!-- Mabersoft vBulletin Guest Ad --> & <!-- /Mabersoft vBulletin Guest Ad -->
Redistribute it any way shape or form
Call It Your Own Work
What You Can Do:
Change Style of it
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Just use the existing conditional selection options that come with the Advertising module.
One of these is actually "User belongs to usergroup", so this Template Mod is fairly superfluous.
Set that setting to Unregistered, and your ad will only be shown to Guests, and you don't have to edit the ad template.
Use this mod and edit the ad template with this, I'm fairly certain that ad location can't be used for any other ad.
Use the standard system and don't install this mod, and you can have multiple ads in one location that will be seen only by whatever usergroup you want to see them.
Too bad the Advertising Module which comes with vb is very limited in the way it handles usergroups. You can only have the if condition apply to 1 usergroup. Which means, if you want the ad to display to everyone except for a certain 3 usergroups, you have to create several ads, and even then, it's difficult to accomplish fully.
So this Template mod does add functionality for people wanting to do this.
Too bad the Advertising Module which comes with vb is very limited in the way it handles usergroups. You can only have the if condition apply to 1 usergroup. Which means, if you want the ad to display to everyone except for a certain 3 usergroups, you have to create several ads, and even then, it's difficult to accomplish fully.
So this Template mod does add functionality for people wanting to do this.
Pray tell, how exactly this mod (show an ad to guests) allows one to show an ad to multiple usergroups.
Sorry I missed that, it's not part of the modification at all, and really just proves the point several of us are making - it's more of an example of how Conditions work, and not a good replacement for the in-built Advertising.