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.

[Help] How to Add BLINK and COLOR effect on Categories?

+5
NikkoBryan14
Ahkrir
DEAncientNaga
Cikgu X
greedzran
9 posters

Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty [Help] How to Add BLINK and COLOR effect on Categories?

Post by greedzran May 19th 2012, 4:57 pm

Guys,

Please teach me how to add a DIFFERENT color and BLINK effect on Categories in my Forum? Please give me a specific code. Please also teach me how to add this code to my admin panel. Thank you very much!

Like this one:

 [Help] How to Add BLINK and COLOR effect on Categories? Untitl10

Here's my Forum Link: CLICK HERE OR USE THIS: HTTP://GREEDZRAN.FORUMTL.COM


Edit: colored text removed
avatar
greedzran
New Member

Posts : 4
Reputation : 1
Language : en

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by Cikgu X May 19th 2012, 5:03 pm

you need to use html codes for that... <a><blink>greedzan</blink></a>
Cikgu X
Cikgu X
New Member

Posts : 22
Reputation : 0
Language : English

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by greedzran May 19th 2012, 5:21 pm

How can I use an html code for a sub category sir? I think I need to use a CSS code but I don't have a code for that. Thanks
avatar
greedzran
New Member

Posts : 4
Reputation : 1
Language : en

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by DEAncientNaga May 19th 2012, 5:42 pm

Just post like this on your Admin Panel > Forum > Categories and Forums

It accepts HTML

<blink>Premium Items</blink>

You might won't see it blinking if you use some browser

If you can, please give me the link of that forum you see where the categories are blinking for reference

Thank you.
avatar
DEAncientNaga
Forumember

Male Posts : 60
Reputation : 1
Language : English, Japanese, Chinese
Location : BEHIND YOU!!! O_O

http://perling.cyberfreeforum.com

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by Ahkrir May 19th 2012, 5:52 pm

Search for this in your css:
Code:
 td.row1, td.row3.over:hover

Replace the whole damn thing with this:
Code:
td.row1, td.row3.over:hover {
background-color: rgb(0, 0, 0);
text-decoration: blink;
font-weight: 700;
}
Ahkrir
Ahkrir
Forumember

Male Posts : 288
Reputation : 14
Language : English
Location : The Netherlands

http://smarterweb.go-board.com/forum

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by greedzran May 19th 2012, 8:17 pm

How can I use an HTML code in the Categories in admin panel? Also, how can I apply this CSS Code? I can't find the thing you want me to replace on my current stylesheet. Thanks!
avatar
greedzran
New Member

Posts : 4
Reputation : 1
Language : en

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by NikkoBryan14 May 19th 2012, 8:27 pm

Go to ACP > General > Categories & Forums >

Find the Category you want to Edit :

Adding Color : <font color="COLOR CODE HERE">Text Here</font>

NikkoBryan14
NikkoBryan14
Forumember

Male Posts : 274
Reputation : 8
Language : English
Location : Philippines

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by Sir Chivas™ May 20th 2012, 6:44 am

greedzran wrote:How can I use an HTML code in the Categories in admin panel? Also, how can I apply this CSS Code? I can't find the thing you want me to replace on my current stylesheet. Thanks!

You find the CSS: Here: ACP >> Display >> Colors >> CSS (Tab)
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by Jophy May 20th 2012, 7:12 am

greedzran wrote:Guys,

Please teach me how to add a DIFFERENT color and BLINK effect on Categories in my Forum? Please give me a specific code. Please also teach me how to add this code to my admin panel. Thank you very much!

Like this one:


 [Help] How to Add BLINK and COLOR effect on Categories? Untitl10

Here's my Forum Link: CLICK HERE OR USE THIS: HTTP://GREEDZRAN.FORUMTL.COM

Please don't use bold or color. Please keep to the default text. This is reserved for the staff for moderation.
Jophy
Jophy
ForumGuru

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

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by runawayhorses May 21st 2012, 5:32 pm

Ahkrir wrote:Replace the whole damn thing with this:
Will that work for phpbb3? lol!
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by kirk May 23rd 2012, 3:22 am

runawayhorses wrote:Will that work for phpbb3? lol!

What the css, dunno you would have to test it, But even if you do have to alter it a little for phpbb3 should not be that hard to do.
I would just do these in the admin panel for the categorize titles or sub-forum titles with the html. If you use the css it most likely do it for all of them.
And thats good if you want the same things for all. But now if you want different colors or only certain ones to do it, then the html/tags way would be the easiest and best way to go Smile
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by runawayhorses May 23rd 2012, 10:40 am

Thanks Kirk but I'm not going to do this blinking text is not my style, I was just curious. This is greedzran's topic.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

 [Help] How to Add BLINK and COLOR effect on Categories? Empty Re: [Help] How to Add BLINK and COLOR effect on Categories?

Post by NikkoBryan14 May 23rd 2012, 1:53 pm

I am really sure this code will solve. Smile


Place this in CSS :
Code:
a[href="FORUM URL HERE"]{background:url(BACKGROUND IMAGE GLITTER HERE);}

Sample Image of Glitter :
BACKGROUND IMAGE GLITTER HERE - https://i.servimg.com/u/f45/15/95/60/34/glitte10.gif
FORUM URL HERE - /f1-newsupdates


Result :
 [Help] How to Add BLINK and COLOR effect on Categories? Qe46

Click Thanks If I helped. Very Happy


Last edited by NikkoBryan14 on May 23rd 2012, 1:58 pm; edited 1 time in total (Reason for editing : Image Added !)
NikkoBryan14
NikkoBryan14
Forumember

Male Posts : 274
Reputation : 8
Language : English
Location : Philippines

Back to top Go down

Back to top

- Similar topics

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