is_browser('ie') can separate between IE6 and IE7?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drBuddha
    New Member
    • Oct 2007
    • 27
    • 3.6.x

    is_browser('ie') can separate between IE6 and IE7?

    Hey,

    I wonder if the conditional is_browser('X') can separate between IE6 and IE7?

    something like:
    Code:
    <if condition="is_browser('[B]ie6[/B]')">
    You Are using Internet Explorer 6!
    <else /><if condition="is_browser('[B]ie7[/B]')">
    You Are using Internet Explorer 7!
    </if></if>
    thanks.
  • peterska2
    Senior Member
    • Oct 2003
    • 8869
    • 3.7.x

    #2
    Code:
    <if condition="is_browser('[B]ie', 6[/B])">
    You Are using Internet Explorer 6!
    <else /><if condition="is_browser('[B]ie', 7[/B])">
    You Are using Internet Explorer 7!
    </if></if>
    That should do the job.

    Comment

    • drBuddha
      New Member
      • Oct 2007
      • 27
      • 3.6.x

      #3
      well, it doesn't work :\

      anything else?

      Comment

      • peterska2
        Senior Member
        • Oct 2003
        • 8869
        • 3.7.x

        #4
        If that doesn't work then there is no function to do this. This requires modifying the code. We cannot officially support code modifications or forums running modified code, however you can try searching or asking for help with this over at vBulletin.org.

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...