The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I was wondering if anybody has a mod out already or if not if i could request this mod to be done - where if a user does not select a user name - automatically their signature is your adsense banner - they can remove this by adding their own signature - but when they go into the signature box they do not see the adsense code but rather just a blank box they can add their signature in.
|
#2
|
||||
|
||||
![]()
Try this. I haven't tested it, but it should work.
AdminCP > Styles & Templates > Search Templates > Open your postbit template Find: $post[signature] Replace with: <if condition="!$post[signature]"> YOUR ADSENSE CODE <else /> $post[signature] </if> |
#3
|
|||
|
|||
![]()
i wonder if it wud work ?? didnt work for me .......
|
#4
|
||||
|
||||
![]()
What about:
Code:
<if condition="$post[signature] != ''"> $post[signature] <else /> YOUR ADSENSE CODE </if> |
#5
|
|||
|
|||
![]() Quote:
|
#6
|
|||
|
|||
![]()
Smoothie: ahh that TOS oh well I forgot to check the TOS to make sure it would be legal. Oh well hmm must find another way now.
|
#7
|
|||
|
|||
![]() Quote:
![]() If redtygers replacement didnt work, maybe this one will Code:
<if condition!="$post[signature]"> YOUR ADSENSE CODE <else /> $post[signature] </if> |
#8
|
|||
|
|||
![]()
ok, what size adsense code is displayed for this?
I know its not the leaderboard.... can you tell me which one, as I would also like to implement this. Thank you! ![]() |
#9
|
|||
|
|||
![]()
Advanced Default Signature Hack ----> https://vborg.vbsupport.ru/showthrea...hreadid=136153 <------ with this hack you can put HTML Default Signature
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|