Google Ads Integration :(
Thats possible to do, you must edit the navbar template, also becareful if you put an ad there, since filling that white space might break the site for lower resolutions.
Yes it does.... What happens is that the background of that area becomes blues (as the overall background)..... I dont think putting ads on top would work..
Timan, can you please help me add ads after lets say first post or so please. I have tried every single Google Adsense mod on the vbulletin.org but it is just not working out in the vb 3.6.4.
Logout of these forums and go here, http://www.aqua-soft.org/board/index.php take a look at the top, did you want an ad up there like that?
Easy,
<if condition="!$bbuserinfo[userid]">
<div class="pin1 borderbottom" align="center" style="padding: 8px;">
<div align="center" style="padding-bottom:8px;"><b>Please Login or <a href="../../unavailable.html">Register</a>.</b></div>
<!-- Google Script -->
</div>
</if>
That'll show an ad with the propper padding/pinstripe background for GUESTS only... if you want it to show up for everyone, simply remove the tags.
You can put this at the bottom of the Navbar Template.
Navigation / Breadcrumb Templates > navbar
Thank you very much for your help!
You rock!
Hey jim2,
This is something I've been looking for for a long time. It works perfectly for people who login. But how can I make it run for guests??
"But how can I make it run for guests??"
Sorry, I don't know
I have hack mod for guess only for "Archive"
Its easy to make anything Guest only... look at the post I made in this thread earlier.
Just wrap any bit of code you want (in templates) in this if statement and it'll only show up to guests.
Code
Its easy to make anything Guest only... look at the post I made in this thread earlier.Just wrap any bit of code you want (in templates) in this if statement and it'll only show up to guests.
Code
is possible for id groups
example, only for id=3
how to? and wthat's template
FORUMHOME?
where?
$header
$navbar
HERE?
Code
You can use something like this
<if condition="is_member_of($bbuserinfo,1,3,7)">
Where 1 3 and 7 are usergroup id's.
(EXAMPLE not actual group id's for these groups)
1 = members
3 = mods
7 = admins
So if I used that ifstatement above it'll show content for ONLY those usergroups, if you want to show content for everyone BUT those groups, you need to put a ! in front of it so "is_member_of would be "!is_member_of
Read the posts in this thread, I've pretty much told you guys how to add google ads like on this site.
Ohh
I don't see google ads in your forum login my id
Only i see if guess
Thanks very much, you're muy rock
Aqua-Soft Forums




