Xat status bb code

Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
Mr iOXZ
BBCoder I
BBCoder I
Posts: 1
Joined: 12 Jun 2010, 23:21

Xat status bb code

Post by Mr iOXZ »

I want to make a bb code that shows if I am on the xat chat for our site. The html is

<div><a href="http://www.xat.com/chat/room/98463918/" target="_new"><img border="0" width="330" height="70" src="http://www.xat.com/chat/98463918.gif" alt="Click to chat with me or leave me a message on my xat.com chat box."></a></div>

How do I make a bb code for this? Oh whoops wrong forum.
Last edited by Mr iOXZ on 22 Jun 2010, 18:03, edited 1 time in total.
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Xat status bb code

Post by cisco007 »

easy
bbcode usage:

Code: Select all

[xatstatus][/xatstatus]
html:

Code: Select all

<div><a href="http://www.xat.com/chat/room/98463918/" target="_new"><img border="0" width="330" height="70" src="http://www.xat.com/chat/98463918.gif" alt="Click to chat with me or leave me a message on my xat.com chat box."></a></div>
helpline:

Code: Select all

[xatstatus][/xatstatus]
Locked