Welcome to the RaGEZONE - MMORPG development forums.

[vBulletin] Sparkle Name Effect?

This is a discussion on [vBulletin] Sparkle Name Effect? within the Coders' Paradise forums, part of the Evolution : RaGEZONE category; Does anyone know how to make your username sparkle like mine? I have a forum I'm testing out and I ...

Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    Happy Franklin Day!
    Rank
    Alpha Member
    Join Date
    Sep 2008
    Location
    World of Morrow
    Posts
    2,800
    Liked
    453

    [vBulletin] Sparkle Name Effect?

    Does anyone know how to make your username sparkle like mine? I have a forum I'm testing out and I want to use the effect on my name in the forum. Any takers?
    <-- Proud of it!
    Test My Beta Importer and get rep and credit as a tester! ~ Link

  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    May 2008
    Posts
    833
    Liked
    163
    Gamertag: omghealme

    Re: [VBulletin] Sparkle Name Effect?

    It's CSS and HTML.

    Go into your admin cp,
    user groups
    edit the one you want.
    HTML markup ( btw i cant remember exactly by memory)
    Code:
    <span style="background: url(images/backround9.gif)"><b><font color="#339966">
    First side

    Code:
    </font></b></span>
    Second Side
    Upload the attachment in the /images file on your server.
    Attached Images Attached Images

  3. #3
    :-)
    Rank
    Alpha Member
    Join Date
    Jun 2007
    Location
    Next Door
    Posts
    2,039
    Liked
    388

    Re: [VBulletin] Sparkle Name Effect?

    Quote Originally Posted by iJames View Post
    It's CSS and HTML.

    Go into your admin cp,
    user groups
    edit the one you want.
    HTML markup ( btw i cant remember exactly by memory)
    Code:
    <span style="background: url(images/backround9.gif)"><b><font color="#339966">
    First side

    Code:
    </font></b></span>
    Second Side
    Upload the attachment in the /images file on your server.
    Well the most important part of this is the GIF image, of course. Also, don't use <font> tags, they're going out of business, per-say.. So are <b> tags.. You can do it all in a <span>, instead.

    PHP Code:
    <span style="font-weight:bold;color:#336699;background: url(images/backround9.gif)">
    /* Text Here */
    </span

  4. #4
    Member
    Rank
    Member
    Join Date
    May 2009
    Posts
    69
    Liked
    1

    Re: [VBulletin] Sparkle Name Effect?

    Quote Originally Posted by iJames View Post
    It's CSS and HTML.

    Go into your admin cp,
    user groups
    edit the one you want.
    HTML markup ( btw i cant remember exactly by memory)
    Code:
    <span style="background: url(images/backround9.gif)"><b><font color="#339966">
    First side

    Code:
    </font></b></span>
    Second Side
    Upload the attachment in the /images file on your server.
    Awesome! Are there any other colors for the sparkles?
    Ex - FlyForFame GM.

  5. #5
    Canadian
    Rank
    Alpha Member
    Join Date
    Dec 2007
    Location
    New York
    Posts
    2,827
    Liked
    112

    Re: [VBulletin] Sparkle Name Effect?

    Quote Originally Posted by Checkypoint View Post
    Awesome! Are there any other colors for the sparkles?
    You just have to find different color sparkles around the internet.

  6. #6
    Member
    Rank
    Member
    Join Date
    May 2009
    Posts
    69
    Liked
    1

    Re: [VBulletin] Sparkle Name Effect?

    Quote Originally Posted by Mike View Post
    You just have to find different color sparkles around the internet.
    Hmm, where would you suggest I check? I didn't find much at vBulletin.org.

    I'm trying to find the sparkles in white.
    Last edited by Checkypoint; 31-10-09 at 05:59 AM.
    Ex - FlyForFame GM.

  7. #7
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    215
    Liked
    21

    Re: [vBulletin] Sparkle Name Effect?

    Look around bud... (google.com?)

    Or if your good in graphics try making your own? never hurts to try :)

  8. #8
    Member
    Rank
    Member
    Join Date
    May 2009
    Posts
    69
    Liked
    1

    Re: [vBulletin] Sparkle Name Effect?

    Quote Originally Posted by 21KJake21K View Post
    Look around bud... (google.com?)

    Or if your good in graphics try making your own? never hurts to try :)

    Lawl. -googles white sparkle- xD
    Ex - FlyForFame GM.

  9. #9
    Venture Adventure
    Rank
    Supervisor
    Join Date
    Nov 2008
    Location
    United Kingdom
    Posts
    6,403
    Liked
    1622
    Gamertag: Tyler In 2D Steam ID: TylerIn2D

    Re: [vBulletin] Sparkle Name Effect?

    If you just check the same directory as used in the code snippet, RZ has a few of them.

    Just save and re-upload.

  10. #10
    Member
    Rank
    Member
    Join Date
    May 2009
    Posts
    69
    Liked
    1

    Re: [vBulletin] Sparkle Name Effect?

    Quote Originally Posted by Tyler View Post
    If you just check the same directory as used in the code snippet, RZ has a few of them.

    Just save and re-upload.
    What do you mean? ._.
    Ex - FlyForFame GM.

  11. #11
    :-)
    Rank
    Alpha Member
    Join Date
    Jun 2007
    Location
    Next Door
    Posts
    2,039
    Liked
    388

    Re: [vBulletin] Sparkle Name Effect?

    Well I tried what Tyler said, and it redirects all of the numbers, whether it be 1, 9, or 9999. Maybe it was just a glitch on my browser's end, but I'm pretty sure it's because there's only one sparkle image. Not sure though.

    You can edit the GIF image in Adobe Image Ready and change the Hue. Image Ready should conserve the animation. Just goto 'Image'->'Adjustments'->'Hue/Saturation' to change the hue.

    [I'm unsure about the last option, but it contains the word 'Hue' somewhere in there]

  12. #12

  13. #13
    Found a place to live.
    Rank
    Alpha Member
    Join Date
    Sep 2008
    Posts
    2,566
    Liked
    280

    Re: [vBulletin] Sparkle Name Effect?

    Quote Originally Posted by s-p-n View Post
    You can edit the GIF image in Adobe Image Ready and change the Hue. Image Ready should conserve the animation. Just goto 'Image'->'Adjustments'->'Hue/Saturation' to change the hue.

    [I'm unsure about the last option, but it contains the word 'Hue' somewhere in there]
    That would be the easiest way to change the color.

    Could always make your own as well. No reason not to be unique.
    Found a place to live in Spain ( my home country ), not fully up and going but I'm getting there. Still need to build a new computer as I sold my last one. Only kept my MacBook, when I went on vacation, but ended up selling it when I decided to stay here.

    Cya, ~BB

  14. #14
    Member
    Rank
    Member
    Join Date
    May 2009
    Posts
    69
    Liked
    1

    Re: [vBulletin] Sparkle Name Effect?

    Quote Originally Posted by Blackbox View Post
    That would be the easiest way to change the color.

    Could always make your own as well. No reason not to be unique.
    The problem is, I don't know how to do that. I want white sparkles. XD

    Also, thanks to the person who posted those other sparkles.
    Ex - FlyForFame GM.

  15. #15
    Registered
    Rank
    Member
    Join Date
    Oct 2009
    Location
    Seoul, Korea
    Posts
    20
    Liked
    0

    Re: [vBulletin] Sparkle Name Effect?

    Admin>User Groups>Go to color and use the span background html code.
    Projects: Universal World
    Programming Language: C++ Coder

 

 
Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •