Log in

View Full Version : Banner subscriptions system


diettalk
04-05-2004, 10:16 PM
right or left side (column) banner system that can use vBulletins "paid subscriptions" to hide banners if a user donates.

magnus
04-05-2004, 10:32 PM
Just install my AdColumns (https://vborg.vbsupport.ru/showthread.php?t=62348) hack. Then, simply enclose the HTML with:

<if condition="$bbuserinfo[usergroup]!={paid subscriptions usergroupid}">

.. HTML CODE HERE ..

</if>


Viola! You're done. :)

diettalk
04-05-2004, 10:34 PM
Just install my AdColumns (https://vborg.vbsupport.ru/showthread.php?t=62348) hack. Then, simply enclose the HTML with:

<if condition="$bbuserinfo[usergroup]!={paid subscriptions usergroupid}">

.. HTML CODE HERE ..

</if>


Viola! You're done. :)
Thank you.

infecto
04-05-2004, 10:52 PM
If you didn't allow users to change themes you could also create a subscribers and non-subcribers theme.

MaTtY PiMpZ
08-09-2005, 11:31 AM
Just install my AdColumns (https://vborg.vbsupport.ru/showthread.php?t=62348) hack. Then, simply enclose the HTML with:

<if condition="$bbuserinfo[usergroup]!={paid subscriptions usergroupid}">

.. HTML CODE HERE ..

</if>


Viola! You're done. :)
is it possible to use this conditional html code trick in styles to hide text or an html link from all users but one or two groups..?