- Joined
- Feb 6, 2010
- Posts
- 1,556
- Reaction score
- 28
Would it be possible to add this custom bbcode which replaces text with an image using the gd library, like this
Google won't index domains / emails that way.
Its actually very easy to do:
1) Goto ACP and Custom BBCodes
2) Click add new bbcode
3) call it whatever you want
4) put the tagname as textimg
5) put the replacement as:
<img src="http://www.ashfrancis.com/siggen.php?text={param}" />
(i will give you the php script so you can put it on acorn if wanted)
And your done!
HTML:
[img]http://www.ashfrancis.com/siggen.php?text=google.com[/img]
Google won't index domains / emails that way.
Its actually very easy to do:
1) Goto ACP and Custom BBCodes
2) Click add new bbcode
3) call it whatever you want
4) put the tagname as textimg
5) put the replacement as:
<img src="http://www.ashfrancis.com/siggen.php?text={param}" />
(i will give you the php script so you can put it on acorn if wanted)
And your done!
Last edited: