HTML In Signature

Status
Not open for further replies.

infernus

New Member
Messages
67
Reaction score
0
Points
0
is ther a wy that i can enable the html in my signature or is it disables all over the board, by the way what do u think about my signature
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
It's disabled across the board.

If only people would read that =P

-Corey
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
What would you need HTML for, most things can be done via vB Code.
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
hmmm... still there is no option there for dynamic images.
eg: linking to a script that outputs a object.

I am trying this as we speak.
my next option is trying to use a .htaccess file to change the way png files a read in a subdirectory.

If not got another option that will try also.
 

Zenax

Active Member
Messages
1,377
Reaction score
4
Points
38
you can create a dynamic signature by simply creating the PHP script that would output the image, and then having the vb code point to the image creation file.

Code:
[img 1]http://yourdomain.com/imagecreationscript.php[/img]

Simply remove the space and the 1 after the first image bit.
 
Last edited:

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
you can create a dynamic signature by simply creating the PHP script that would output the image, and then having the vb code point to the image creation file.

Code:
[img 1]http://yourdomain.com/imagecreationscript.php[/img]

Simply remove the space and the 1 after the first image bit.

If you can give me a working exampple of that I would love you forever.

I have object orientated Image creator that out puts the image.

You cant have a php script in a image tag, this would be a huge security breach. As now any twit can run a php script from the tag. Also a image tag just places the link to the image you specefied in a img src html tag which would work if html was on.

If it where this easy, there would be more dynamic sigs out there.
Edit:
Also how come the resize image tag isn't allowed?

Code:
[img=100x100]http://[img]
Edit:
Ok, check it out.

A image tag linking to a php script:
[noparse]
display.php
[/noparse]
display.php


A image tag linking to a directory with a index.php in it:
[noparse]
dyni
[/noparse]
dyni


A image tag linking to a *.png file that is actually a php script, directory has a .htaccess file in it:
[noparse]
display.png
[/noparse]
display.png


Just noticed that you can add tags to the post by pressing "ctrl+b" for bold as an example. Normal control commands are still the same though. Cool.
Edit:
Ohhh.... I eat my words man. So sorry. Tried it before and had no luck though. But why the hell does it resize to a tiny little block?
Edit:
As a bonus Corey just installed the GD-Image-AnimatedGif-0.05 perl module.

So now I have a long mission to try and create a site that you could create a multitude of different sigs from.

Sorry, man. Really do eat my words.
 
Last edited:
Status
Not open for further replies.
Top