Search found 93 matches

by KukY13
27 Jun 2010, 14:11
Forum: BBCode Support
Topic: email with subject
Replies: 8
Views: 5851

Re: email with subject

Try this:
BBCode:

Code: Select all

[email={EMAIL},{TEXT1},{TEXT2}][/email]
HTML Replacement:

Code: Select all

<a href="mailto:{EMAIL}?Subject={TEXT1}&Body={TEXT2}">{EMAIL}</a>
Help Line:

Code: Select all

[email=e-mail adress,subject,body][/email]
Not sure will it work, though.
by KukY13
26 Jun 2010, 17:56
Forum: BBCodes
Topic: Rotating Text BBcode
Replies: 8
Views: 26751

Re: Rotating Text BBcode

neptune » 01 May 2010, 12:20 wrote:is there a bbcode with rotating pictures, i dont find such a bbcode?
I think it is possible, if you place HTML <img> tags instead of text while writing the BBCode.
by KukY13
26 Jun 2010, 16:52
Forum: Submit a BBCode
Topic: Section BBCode
Replies: 0
Views: 3226

Section BBCode

Hi, I'm new to here and I'm looking for some new stuff for my forum. I wanted to provide you with a BBCode which I thouht of, and it provided pretty useful to me in long posts. BBCode: [section={IDENTIFIER}]{TEXT}[/section] HTML Replacement: <a href="#{IDENTIFIER}" id="{IDENTIFIER}" style="font ...