Author Topic: [SOLVED] Help Please!  (Read 5281 times)

Offline Craig!!

[SOLVED] Help Please!
« 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!

Offline inkstains

Re: Help Please!
« Reply #1 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

Offline Daniel15

Re: Help Please!
« Reply #2 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 :)

Offline Craig!!

Re: Help Please!
« Reply #3 on: April 02, 2007, 09:38:53 pm »
The Bold And Underline Codes Worked. The Other Two Didn't :(

Offline Craig!!

Re: Help Please!
« Reply #4 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
:)

Offline David

Re: Help Please!
« Reply #5 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.

Offline Craig!!

Re: Help Please!
« Reply #6 on: April 03, 2007, 07:21:09 am »
I Have IE, FireFox & Opera.. It Works Fine In Each!