Quote:
Originally Posted by BiZiMDiYaR
Hi,
But I have another problem, where is the CSS ? I don't see any additional css... I onyl see editor css, is this the one to add the code ? Could you please mentioned the correct place for this.
|
There is no additional CSS...
All you do to add this is create the user field and replace
Code:
<if condition="$bbuserinfo[userid]">
With:
Code:
<if condition="$bbuserinfo[userid]">
<if condition="$vbulletin->userinfo['fieldX'] == Hide">
<else />
<!--[if lte IE 6]>
<![endif]-->
<br /><br />
then replace:
Code:
<!-- Shevko Facebook BAR -->
<else />
</if>
With:
That's it.