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.

Glow Post by the user

3 posters

Go down

glow - Glow Post by the user Empty Glow Post by the user

Post by NhawT April 25th 2011, 2:29 pm

Hello, i was looking for a thread regarding my needs..i want my user forum post have a glow. i got an ss. something like this. glow - Glow Post by the user 2wr222r\

and the text/font color..i need light blue color...

Thanks in advance!
avatar
NhawT
New Member

Posts : 20
Reputation : 0
Language : E

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Nera. April 25th 2011, 2:58 pm

What is your forum version?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by NhawT April 25th 2011, 3:07 pm

i dont know..i think phpbb2 or phpbb3..i forgot sorry
avatar
NhawT
New Member

Posts : 20
Reputation : 0
Language : E

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Nera. April 25th 2011, 3:11 pm

It makes a difference. Check in your AP >> Display >> http://i.imm.io/5dCi.png
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by NhawT April 25th 2011, 3:13 pm

oh yea..its phpbb2
avatar
NhawT
New Member

Posts : 20
Reputation : 0
Language : E

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Nera. April 25th 2011, 3:21 pm

Code:
.postdetails { 
 color: blue;   
text-decoration: none !important;   
 text-shadow: 0 0 0.2em blue, 0 0 0.2em blue, 0 0 0.2em blue;
}

Add this to your CSS. Colour represents letter color, and text shadow colour => glow.
Change the colours to one you want.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by NhawT April 25th 2011, 3:30 pm

Thank You so much!!!

P.S any idea how to disable the link on my header banner?
avatar
NhawT
New Member

Posts : 20
Reputation : 0
Language : E

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Nera. April 25th 2011, 3:32 pm

I am not sure on which link you're thinking?
An ScreenShot would help or a link to your forum ^.^
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by NhawT April 25th 2011, 3:40 pm

glow - Glow Post by the user Untitl10

the header..above the portal, calendar, log in, log out and etc....
avatar
NhawT
New Member

Posts : 20
Reputation : 0
Language : E

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Nera. April 25th 2011, 3:49 pm

You want to remove this BalkanArt.net link or the whole header?

Link is done probably with PS on the photo and you should delete it in PS.
Download your header and do it via PS.

If you want to replace it go to Display >> Picture menagment >> Advanced and replace it there.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by NhawT April 25th 2011, 3:59 pm

no..i mean, when i click the picture it redirects me thru my forum...
avatar
NhawT
New Member

Posts : 20
Reputation : 0
Language : E

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Nera. April 25th 2011, 4:19 pm

Is your logo positioned in center? In Display >> structure and hierarhy? Logo positioning? It's important.

If yes, go to overall_header template and find this and remove underlined things.
<!-- BEGIN switch_logo_center -->
<a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>


<!-- END switch_logo_center -->
Save and publish (green cross) your template.

But this option is more a use than a trouble, I would leave it.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by NhawT April 26th 2011, 2:16 am

nothing happened..i can still click the logo..
avatar
NhawT
New Member

Posts : 20
Reputation : 0
Language : E

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by E-Mark April 26th 2011, 2:53 am

NhawT wrote:nothing happened..i can still click the logo..

Code:
<!-- BEGIN switch_logo_center -->
<img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" />


<!-- END switch_logo_center -->

Try to replace the code given by Nera to the code above .
It should be work LOL and dont forget to always press the glow - Glow Post by the user Ajouter after editing .

If still not working . Mind giving your forum link for check .
E-Mark
E-Mark
Active Poster

Male Posts : 1412
Reputation : 169
Language : English
Location : Bitcoin

http://coding-spot.darkbb.com/

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Nera. April 26th 2011, 8:48 am

As Mark said you probably didn't publish it, I would not told you to do it if I haven't tried them myself first Laughing It works.
Be sure that your logo is positioned center in structure and hyererhy and that you PUBLISH the template.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

glow - Glow Post by the user Empty Re: Glow Post by the user

Post by Guest May 12th 2011, 4:48 am

Nera. wrote:
Code:
.postdetails { 
 color: blue;   
text-decoration: none !important;   
 text-shadow: 0 0 0.2em blue, 0 0 0.2em blue, 0 0 0.2em blue;
}

Add this to your CSS. Colour represents letter color, and text shadow colour => glow.
Change the colours to one you want.
what code should i use if im using invision?
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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