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.

Background for profile options

4 posters

Go down

Solved Background for profile options

Post by dudi June 11th 2011, 1:41 am

Anyway, picture shows everything. I need some kind of background so text can be clear and fully visible. I just can't find the corresponding code and table where i would simply add bgcolor="black" to it. Please, can smwn help with this?

Background for profile options Wtf10
dudi
dudi
Forumember

Male Posts : 104
Reputation : 30
Language : English

Back to top Go down

Solved Re: Background for profile options

Post by Designer Mohammed June 11th 2011, 1:45 am

Hi

Appearance of the Forum>> pictures and colors> colors .. Is what you want
avatar
Designer Mohammed
New Member

Posts : 3
Reputation : 0
Language : Arabic & English

Back to top Go down

Solved Re: Background for profile options

Post by dudi June 11th 2011, 1:51 am

well, if i use those codes, my background (main body color) won't be transparent, what i want. what i actually need is to find a way to add background color just for those links marked there, if you know what i mean Smile
dudi
dudi
Forumember

Male Posts : 104
Reputation : 30
Language : English

Back to top Go down

Solved Re: Background for profile options

Post by Mike June 11th 2011, 2:15 am

I thikn what muhammad is trying to say is that in the design you can add a background to the CSS element applying to that bar. What forum Version?
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Solved Re: Background for profile options

Post by Nera. June 11th 2011, 9:18 am

Ćao dudi,
Jeli phpBB2?

Try this, go to profile_add_body and find this on the top of your template
Code:
{UCP_TABS}
Replace it with this
Code:

<div id="dio">{UCP_TABS}</div>
Save and publish your template on the green cross.

Than add what you want there through CSS like this, add your color code
Code:
#dio {
background-color: #YOUR COLOR CODE HERE;
}

That should change only that part, see the red color http://i.imm.io/6ldF.png
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Background for profile options

Post by dudi June 11th 2011, 11:22 am

e care, hvala na pomoci,

it works perfectly! Smile

i will still need some help from you, if i don't bother u too much. right now, i have pure bgcolor below those links. is it possible to add some kind of border around it?
dudi
dudi
Forumember

Male Posts : 104
Reputation : 30
Language : English

Back to top Go down

Solved Re: Background for profile options

Post by Nera. June 11th 2011, 11:42 am

Djevojka sam hah Smile

You want border around the background color? Add this also.

Code:
#dio {
 border: 1px solid #YOUR COLOR CODE HERE;
}
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Background for profile options

Post by dudi June 11th 2011, 12:08 pm

svejedno, car si za mene. Smile

and yeah, everything looks excellent. i might have few other questions later regarding similar things, hope u ll be around to help.

so mod, please don't close this topic yet
dudi
dudi
Forumember

Male Posts : 104
Reputation : 30
Language : English

Back to top Go down

Solved Re: Background for profile options

Post by dudi June 11th 2011, 6:33 pm

ok, here i am again.

Background for profile options Wtf210

It's the same thing like previous probl, but this time i need to access the background for path of your present position, and access to actions thingy.
dudi
dudi
Forumember

Male Posts : 104
Reputation : 30
Language : English

Back to top Go down

Solved Re: Background for profile options

Post by Nera. June 11th 2011, 11:47 pm

Hi dudi,

I don't quite understand the question, sorry but my English is not the best.
I've sent you a PM if you can explain a little better what do you want there.
I don't understand this part.
i need to access the background for path of your present position,
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Background for profile options

Post by dudi June 12th 2011, 7:03 pm

by access i mean that

Code:
<div id="dio">{UCP_TABS}</div>

thingy like u did for my previous problem. Obviously, this time it's not {UCP_TABS} but something else. Hope i've managed to help you Smile
dudi
dudi
Forumember

Male Posts : 104
Reputation : 30
Language : English

Back to top Go down

Solved Re: Background for profile options

Post by Nera. June 12th 2011, 10:43 pm

Hi dudi,

This should be in forums, over the topics?
Try this. Go to viewforum_body template and find this.
Code:
<td class="nav" valign="middle" width="100%"><div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div></td>
      <td class="gensmall" align="right" valign="bottom" nowrap="nowrap">
         <span class="nav">
            <script type="text/javascript">
Replace it with this.
Code:
      <td class="dio2" valign="middle" width="100%"><div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div></td>
      <td class="dio3" align="right" valign="bottom" nowrap="nowrap">
         <span class="nav">
            <script type="text/javascript">

Than add this to CSS.
Code:
.dio2 {
background: red;
}
.dio3 {
background: red;
}
You can add to the ruls what ever you want. Border, picture... It will always affect the part captured in dio2 and dio3 in templates. This should be your resault, the red part => http://i.imm.io/6olT.png
Nera.
Nera.
Energetic

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

Back to top Go down

Solved Re: Background for profile options

Post by dudi June 14th 2011, 1:06 am

yep, that's it. thx once again. ^.^
dudi
dudi
Forumember

Male Posts : 104
Reputation : 30
Language : English

Back to top Go down

Solved Re: Background for profile options

Post by Nera. June 14th 2011, 1:07 am

You welcome.

Solved ~ Locked
Nera.
Nera.
Energetic

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

Back to top Go down

Back to top

- Similar topics

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