The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Text glow chatbox?

+4
hidankiller
Rac
Jophy
Anonymous Boy
8 posters

Go down

In progress Text glow chatbox?

Post by Anonymous Boy January 22nd 2012, 9:16 am

Does anyone know the code for text glow in the chatbox?
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Guest January 22nd 2012, 9:43 am

Your forum version? Smile
avatar
Guest
Guest


Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy January 22nd 2012, 10:08 am

phpBB2
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Guest January 22nd 2012, 2:47 pm

Add to CSS Stylesheet:
Code:
/* For information text */
p.chatbox_row_1 span.date-and-time, p.chatbox_row_1 span.msg span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}

/* For message text */
p.chatbox_row_1 span.msg span{
text-shadow:0px 2px 13px #f5a911 !important;
}

/* For connected users list */
p.chatbox_row_1 ul.online-users li a span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}
avatar
Guest
Guest


Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy January 23rd 2012, 12:39 am

Thanks man i also got a question or two more. How do i make the links shiny
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy January 23rd 2012, 4:02 am

And i want the usernames to glow too and sometimes the text doesn't glow or when a user enters the chatroom. Here is what i am talking about --->glow - Text glow chatbox? Capture-11
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Jophy January 23rd 2012, 10:51 am

Please don't double/triple post.

Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the EDIT button instead. This is your 2nd reminder about this.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Text glow chatbox?

Post by Guest January 23rd 2012, 12:30 pm

Try this:
Code:
p.chatbox_row_1 a{
text-shadow: 0px 2px 13px #f5a911 !important;
}
You can modifi text-shadow: 0px 2px 13px #f5a911 Wink
avatar
Guest
Guest


Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy January 24th 2012, 3:01 am

:/ really confusing because it still isn't making the names glow or all the text in each line
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Guest January 24th 2012, 5:04 am

Use the same code, but do it again for row "2" as well as row "1" to have all lines glowing. =)
avatar
Guest
Guest


Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy January 25th 2012, 1:01 am

What do you mean by that?
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Rac January 25th 2012, 1:24 am

Code:

/* For information text */
p.chatbox_row_1 span.date-and-time, p.chatbox_row_1 span.msg span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For message text */
p.chatbox_row_1 span.msg span{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For connected users list */
p.chatbox_row_1 ul.online-users li a span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}

/* For information text */
p.chatbox_row_2 span.date-and-time, p.chatbox_row_1 span.msg span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For message text */
p.chatbox_row_2 span.msg span{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For connected users list */
p.chatbox_row_2 ul.online-users li a span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}


Try replacing the original code with that.
avatar
Rac
Forumember

Male Posts : 39
Reputation : 1
Language : English, French, German
Location : England

http://jhgamesforums.forumotion.co.uk

Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy January 25th 2012, 2:16 am

Rac wrote:
Code:

/* For information text */
p.chatbox_row_1 span.date-and-time, p.chatbox_row_1 span.msg span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For message text */
p.chatbox_row_1 span.msg span{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For connected users list */
p.chatbox_row_1 ul.online-users li a span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}

/* For information text */
p.chatbox_row_2 span.date-and-time, p.chatbox_row_1 span.msg span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For message text */
p.chatbox_row_2 span.msg span{
text-shadow:0px 2px 13px #f5a911 !important;
}
 
/* For connected users list */
p.chatbox_row_2 ul.online-users li a span strong{
text-shadow:0px 2px 13px #f5a911 !important;
}


Try replacing the original code with that.
Didd that and nothing happened
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy January 26th 2012, 6:24 am

The codes you all gave me are not working, the text glow only works every other line and the usernames are glowing
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by hidankiller January 28th 2012, 6:54 am

hi is it possible for phpBB3?
avatar
hidankiller
New Member

Posts : 4
Reputation : 1
Language : english/tagalog

Back to top Go down

In progress Re: Text glow chatbox?

Post by deathmaster January 28th 2012, 8:48 am

thnx
avatar
deathmaster
New Member

Posts : 2
Reputation : 1
Language : dutch

Back to top Go down

In progress Re: Text glow chatbox?

Post by anonymouz17 January 28th 2012, 12:34 pm

PLeASE PUT INSTRUCTION ! HOW TO PUT THAT CODE!
anonymouz17
anonymouz17
Forumember

Posts : 138
Reputation : 2
Language : english

Back to top Go down

In progress Re: Text glow chatbox?

Post by Base January 28th 2012, 12:45 pm

-dHs-sasuke:

Please do not use all capitals as it looks like you're shouting. Continuing to do so will earn you a warning.

You will need to add the code to your CSS Stylesheet which can be found at:

1. Administration Panel (advanced mode)
2. Display Tab
3. Colors (on the left, under Pictures and Colors)
4. CSS Stylesheet
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy February 2nd 2012, 12:33 am

This is still a problem did any of you have a look at the picture i provided with what i am talking about? In every line, the text is in color in the picture but on my site every other line is glowing and our usernames aren't
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy February 4th 2012, 7:39 am

Thanks, also how do i change the color?
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by Guest February 4th 2012, 7:52 am

In the code that Rideem3 provided, you can change the color by replacing "#fff" with the color of your choice. =)
avatar
Guest
Guest


Back to top Go down

In progress Re: Text glow chatbox?

Post by Anonymous Boy February 4th 2012, 8:38 am

Leah7 wrote:In the code that Rideem3 provided, you can change the color by replacing "#fff" with the color of your choice. =)
Thank you my good sir. Also, i need the other code so the usernames also have glow. Um, the glow looks really horrible and it looks nothing like the glow on the picture i provided for you guys, why is this?
avatar
Anonymous Boy
Forumember

Posts : 248
Reputation : -1
Language : English

Back to top Go down

In progress Re: Text glow chatbox?

Post by ShinGamix February 21st 2012, 2:56 am

Nice thanks for keeping this around. I really like this.

Any way to keep the chatbox on all the pages even if I view a topic? and you know the code for just auto-login for the chatbox?

Also any way to make new topics text glow in a similar way?
ShinGamix
ShinGamix
Forumember

Male Posts : 181
Reputation : 3
Language : English

http://shingamix.forumotion.com/

Back to top Go down

In progress Re: Text glow chatbox?

Post by ShinGamix February 21st 2012, 3:21 am

Thanks I am working on it now but any idea on the auto login or the topic glow idea?

Edit-FM Chat on!


Last edited by tcavage on February 21st 2012, 3:32 am; edited 1 time in total
ShinGamix
ShinGamix
Forumember

Male Posts : 181
Reputation : 3
Language : English

http://shingamix.forumotion.com/

Back to top Go down

In progress Re: Text glow chatbox?

Post by ShinGamix February 21st 2012, 3:35 am

OMG My forum looks like tossed salad now I fudged it all up.
Edit- I had to remove the last css addition. It had all the unused spots for pics showing and my scolling announcements were just a bunch of letters at the top of the screen like junkyard of letters. guess I wont have fm chat after all.

Here is what I took out and now I have to redo my glowing text in my chatbox crap crappy crap
Spoiler:
ShinGamix
ShinGamix
Forumember

Male Posts : 181
Reputation : 3
Language : English

http://shingamix.forumotion.com/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum