Forum Home Based Image?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • envy-uk
    Member
    • Mar 2004
    • 66
    • 3.0.0 'Gold'

    Forum Home Based Image?

    Is there an easy way for me to place an image on the forum home page, without it coming up on any other page?

    I basically wish to insert an image, linking to a special offer and have it appear on that page alone.
  • daemon
    Senior Member
    • Jun 2003
    • 2351
    • 3.5.x

    #2
    You could try wrapping your image tag in the following conditional:

    HTML Code:
    <if condition="THIS_SCRIPT == 'index'"></if>
    Leaving you with the following:

    HTML Code:
    <if condition="THIS_SCRIPT == 'index'"><img src="/path/to/img" alt="" /></if>
    Just place the above where you want it on the page and it should work.
    Bugdar: PHP bug tracking software that is beautiful, fast, and robust.

    Comment

    • envy-uk
      Member
      • Mar 2004
      • 66
      • 3.0.0 'Gold'

      #3
      Cheers for the help. It's appreciated.

      I'll give it a try later tonight.

      Comment

      Related Topics

      Collapse

      Working...