SMF Shop

SMFShop => Coding => Topic started by: Craig!! on April 02, 2007, 02:56:19 am

Title: [SOLVED] Help Please!
Post by: Craig!! on April 02, 2007, 02:56:19 am
Hey can someone create me some items for my SMF Shop please..?

I think these would be really easy to make!

1. Make the members name Bold
2. Make the members name Glow
3. Make the members name Underline
4. Make the members name Strikeout

I think its something like the "change name colour" item that I already have.. buh as I suck at HTML/CSS I was hoping someone could make them for me! :)

Thanks in advance!
Title: Re: Help Please!
Post by: inkstains on April 02, 2007, 10:45:06 am
it's been done bro i think you can find it at this link

http://www.dansoftaustralia.net/products/smf-mods/smfshop.htm
Title: Re: Help Please!
Post by: Daniel15 on April 02, 2007, 06:04:08 pm
You need to install the Display Name CSS item. Once you do this, it's easy :). Go to the Add/Edit/Delete Items section of the SMFShop admin, and add a new "Display Name CSS" item (one item for each different thing you'd like). For the CSS, these should work:

For Bold:
Code: [Select]
font-weight: bold

For underline:
Code: [Select]
text-decoration: underline

For strikeout:
Code: [Select]
text-decoration: strikeout

I wasn't too sure about the Glow, but a Google search shows that something like this should work:
Code: [Select]
filter: Glow(Color=#ff0000, Strength=8);

Hope this helps you :)
Title: Re: Help Please!
Post by: Craig!! on April 02, 2007, 09:38:53 pm
The Bold And Underline Codes Worked. The Other Two Didn't :(
Title: Re: Help Please!
Post by: Craig!! on April 02, 2007, 10:01:36 pm
Oh I Figured Out How To Make The Display Name Have A Coloured Background!

You Use This:

Code: [Select]
background-color : #C0C0C0
:)
Title: Re: Help Please!
Post by: David on April 03, 2007, 03:33:30 am
I would suggest that you avoid glow anyway...it is an I.E. thing and probably won't work in other browsers...Microsoft haven't cleared the code with the W3C who control the standards for such code thus they are in the wrong for encouraging its use and the other browser systems are correct in not supporting it.
Title: Re: Help Please!
Post by: Craig!! on April 03, 2007, 07:21:09 am
I Have IE, FireFox & Opera.. It Works Fine In Each!