XF 1.2 Signature links

tommydamic68

Well-known member
How can I add links in my signature like this. I have links turned on but cant get this effect, tried using <a href="url">Link text</a> to no avail.

Screen Shot 2013-09-14 at 9.32.52 AM.webp

Thank you.
 
How can I add links in my signature like this. I have links turned on but cant get this effect, tried using <a href="url">Link text</a> to no avail.

View attachment 56599

Thank you.
@tommydamic68 I love how my community has inspired you so much (been following your progress) :)

The full bbcode that I use in my signature to get this result

Follow us on Twitter
Follow us on Google +
Support us and make a Donation


Would be this

PHP:
[RIGHT][SIZE=3][FONT=sans-serif][B]Follow us on [URL='http://twitter.com/oldschooldsl'][COLOR=#00ccff]Twitter[/COLOR][/URL]
Follow us on [URL='https://plus.google.com/103337399563740578273'][COLOR=#0000ff]G[/COLOR][COLOR=#ff0000]o[/COLOR][COLOR=#ff8c00]o[/COLOR][COLOR=#0000ff]g[/COLOR][COLOR=#008000]l[/COLOR][COLOR=#ff0000]e[/COLOR] [COLOR=#000000]+[/COLOR][/URL]
Support us and make a [COLOR=#008000][URL='http://www.sociallyuncensored.eu/service-fees.html'][COLOR=#008000]Donation[/COLOR][/URL][/COLOR][/B][/FONT][/SIZE]
[/RIGHT]

You should of course replace the links to fit your own needs. If you find anything else on SociallyUncensored.eu that is to your liking, as I said before, ask I'll share. :)
 
@tommydamic68 I love how my community has inspired you so much (been following your progress) :)

The full bbcode that I use in my signature to get this result

Follow us on Twitter
Follow us on Google +
Support us and make a Donation


Would be this

PHP:
[RIGHT][SIZE=3][FONT=sans-serif][B]Follow us on [URL='http://twitter.com/oldschooldsl'][COLOR=#00ccff]Twitter[/COLOR][/URL]
Follow us on [URL='https://plus.google.com/103337399563740578273'][COLOR=#0000ff]G[/COLOR][COLOR=#ff0000]o[/COLOR][COLOR=#ff8c00]o[/COLOR][COLOR=#0000ff]g[/COLOR][COLOR=#008000]l[/COLOR][COLOR=#ff0000]e[/COLOR] [COLOR=#000000]+[/COLOR][/URL]
Support us and make a [COLOR=#008000][URL='http://www.sociallyuncensored.eu/service-fees.html'][COLOR=#008000]Donation[/COLOR][/URL][/COLOR][/B][/FONT][/SIZE]
[/RIGHT]

You should of course replace the links to fit your own needs. If you find anything else on SociallyUncensored.eu that is to your liking, as I said before, ask I'll share. :)
@Adam Howard - I truly admire your site. Thanks for the code! (I would TRULY appreciate letting me in on how to add the little heart in the likes box! ;):D)
 
@Adam Howard - I truly admire your site. Thanks for the code! (I would TRULY appreciate letting me in on how to add the little heart in the likes box! ;):D)
I believe I have @Shelley to thank for that code. :love:

In your extra.css add the following

PHP:
/* Add heart next to like */
.LikeText:before {
content: "\2665 \0020";
color: #FF0000;
font-size: 1.5em;
margin: 0 0 0 2px;
}
/* END Add heart next to like */
 
Hi Adam,

Its not working on my forum. Whats the issue you think?


@tommydamic68
PHP:
[RIGHT][SIZE=3][FONT=sans-serif][B]Follow us on [URL='http://twitter.com/oldschooldsl'][COLOR=#00ccff]Twitter[/COLOR][/URL]
Follow us on [URL='https://plus.google.com/103337399563740578273'][COLOR=#0000ff]G[/COLOR][COLOR=#ff0000]o[/COLOR][COLOR=#ff8c00]o[/COLOR][COLOR=#0000ff]g[/COLOR][COLOR=#008000]l[/COLOR][COLOR=#ff0000]e[/COLOR] [COLOR=#000000]+[/COLOR][/URL]
Support us and make a [COLOR=#008000][URL='http://www.sociallyuncensored.eu/service-fees.html'][COLOR=#008000]Donation[/COLOR][/URL][/COLOR][/B][/FONT][/SIZE]
[/RIGHT]
 
Top Bottom