#basket
New messages Members Forum rules Search RSS
  • Page 1 of 3
  • 1
  • 2
  • 3
  • »
Forum » For webmasters » uCoz » design template #531 (another home button)
design template #531
ExGAssass1n0216Date: Tuesday, 10.04.2012, 20:55 | Message # 1
Group: Users
Posts: 27
Awards: 0
Status: Offline
i am making a site for a friend using design #531 but there's one problem when we go into the forums there's only one home button and that's the that looks like a green home is there a chance i can either make another home button (which someone would have to put the coding on here)or can i make the green home button bigger.

Thanks.
 
UndisPutedDate: Tuesday, 10.04.2012, 21:25 | Message # 2
Group: Verified
Posts: 245
Awards: 4
Status: Offline
Do you want it to llok like this:

Forum My profile Log out Home


 
ExGAssass1n0216Date: Wednesday, 11.04.2012, 01:12 | Message # 3
Group: Users
Posts: 27
Awards: 0
Status: Offline
yes just like that
 
UndisPutedDate: Wednesday, 11.04.2012, 08:30 | Message # 4
Group: Verified
Posts: 245
Awards: 4
Status: Offline
Replace this code in Blobal Blocks "top part of the website"

Code
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td width="5%" style="border-right:1px solid #333333;"> </td><td width="90%" valign="top" style="background:url('/.s/t/531/1.gif') #9498A1; border-right:1px solid #FFFFFF;border-left:1px solid #FFFFFF;">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="71" style="background:url('/.s/t/531/2.gif');">
<tr><td width="62"><img src="/.s/t/531/3.gif" border="0"></td><td><span style="color:#FFFFFF;font:17pt bold Verdana,Tahoma;"><b><!-- <logo> -->My site<!-- </logo> --></b></span></td><td align="right" style="padding-right:20px;font-size:10px;">$WDAY$, $DATE$, $TIME$<br /><br /><br /><br /><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="40" style="background:url('/.s/t/531/4.gif');">
<tr><td class="topLinks"><?if($MODULE_URL$)?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"><a href="$MODULE_URL$">$MODULE_NAME$</a><?endif?><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"><a href="$HOME_PAGE_LINK$"><!--<s5214>-->Home<!--</s>--></a><?else?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"><a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?endif?><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"><a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"><a href=""><!--<s3089>--><!--</s>--></a><?endif?><?endif?><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"><a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"><a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?><img src="/.s/t/531/5.gif" border="0" align="absmiddle"></td><td width="40"><img src="/.s/t/531/6.gif" border="0" usemap="#map1" alt="Main"></td></tr>
</table>


 
ExGAssass1n0216Date: Wednesday, 11.04.2012, 21:18 | Message # 5
Group: Users
Posts: 27
Awards: 0
Status: Offline
really appreciate you doing this for me but i have one more question.

on my nav bar where it has home, profile, forums etc i need to change them to another color how do i do this.

here my url so you can check it out for me http://yourgames.ucoz.co.uk/

Thanks
 
UndisPutedDate: Thursday, 12.04.2012, 00:47 | Message # 6
Group: Verified
Posts: 245
Awards: 4
Status: Offline
Go to top of your CSS and find this

Code
/* General Style */
a:link {text-decoration:underline; color:#D9D7DB;}
a:active {text-decoration:underline; color:#D9D7DB;}
a:visited {text-decoration:underline; color:#D9D7DB;}
a:hover {text-decoration:none; color:#FB8100;}

.topLinks a:link {text-decoration:underline; color:#565B66;}
.topLinks a:active {text-decoration:underline; color:#565B66;}
.topLinks a:visited {text-decoration:underline; color:#565B66;}
.topLinks a:hover {text-decoration:none; color:#565B66;}


 
ExGAssass1n0216Date: Thursday, 12.04.2012, 02:16 | Message # 7
Group: Users
Posts: 27
Awards: 0
Status: Offline
a:link {text-decoration:underline; color:#D9D7DB;}
a:active {text-decoration:underline; color:#D9D7DB;}
a:visited {text-decoration:underline; color:#D9D7DB;}
a:hover {text-decoration:none; color:#FB8100;}

I have tried changing the top one's but they don't seem to be working.

.topLinks a:link {text-decoration:underline; color:#565B66;}
.topLinks a:active {text-decoration:underline; color:#565B66;}
.topLinks a:visited {text-decoration:underline; color:#565B66;}
.topLinks a:hover {text-decoration:none; color:#565B66;}

These i cannot find or am i changing the bottom one's with the top one's.

Thanks.
 
UndisPutedDate: Thursday, 12.04.2012, 08:11 | Message # 8
Group: Verified
Posts: 245
Awards: 4
Status: Offline
if you change change color code on line 7 and 9 you will change color on theese:

HomeMy > profile > Log out
Code

/* General Style */
a:link {text-decoration:underline; color:#565B66;}
a:active {text-decoration:underline; color:#565B66;}
a:visited {text-decoration:underline; color:#565B66;}
a:hover {text-decoration:none; color:#FB8100;}

.topLinks a:link {text-decoration:underline; color:#12F506;}
.topLinks a:active {text-decoration:underline; color:#565B66;}
.topLinks a:visited {text-decoration:underline; color:#12F506;}
.topLinks a:hover {text-decoration:none; color:#565B66;}


here is an example. u can see i have change them to green.

http://wtf.ucoz.org/?lN2hqr




Message edited by UndisPuted - Thursday, 12.04.2012, 08:11
 
ntgexcaliburDate: Friday, 13.04.2012, 15:54 | Message # 9
Group: Users
Posts: 14
Awards: 0
Status: Offline
i'm not quite sure i should be asking this question here but being on here i get better answers and help is always at hand.

Anyway i have put a shoutbox(chatbox) on my site and i wanted to know if there's a way i can shorten it.

Thanks!!
 
UndisPutedDate: Friday, 13.04.2012, 21:52 | Message # 10
Group: Verified
Posts: 245
Awards: 4
Status: Offline
Quote (ntgexcalibur)
i'm not quite sure i should be asking this question here but being on here i get better answers and help is always at hand.

Anyway i have put a shoutbox(chatbox) on my site and i wanted to know if there's a way i can shorten it.

Thanks!!


Add this code to your css
Code
#mchatIfm2 {height:500px !important}

you can put it on the botton of you css, and just 500px to a lower number to you ind the size you want.


 
ntgexcaliburDate: Friday, 13.04.2012, 22:33 | Message # 11
Group: Users
Posts: 14
Awards: 0
Status: Offline
Quote (UndisPuted)
Add this code to your css
Code
#mchatIfm2 {height:500px !important}

you can put it on the botton of you css, and just 500px to a lower number to you ind the size you want.


i'm not quite sure what your on about, so i go got template CSS and put it at the very bottom or do i put it in the chatbox section.
 
UndisPutedDate: Friday, 13.04.2012, 22:36 | Message # 12
Group: Verified
Posts: 245
Awards: 4
Status: Offline
go to your CSS. not chatbox... scroll to the botton, then add the code, save. if needed changr the code from 500 to 300-200 to what you like best...

 
ntgexcaliburDate: Saturday, 14.04.2012, 00:18 | Message # 13
Group: Users
Posts: 14
Awards: 0
Status: Offline
Fantastic it works, we cant appreciate enough what the help you've given us.

HAVE A GREAT WEEKEND!!

Thankyou
 
UndisPutedDate: Saturday, 14.04.2012, 00:26 | Message # 14
Group: Verified
Posts: 245
Awards: 4
Status: Offline
Quote (ntgexcalibur)
Fantastic it works, we cant appreciate enough what the help you've given us.

HAVE A GREAT WEEKEND!!

Thankyou


Thanks m8, Have a great weekend you also


 
ntgexcaliburDate: Saturday, 14.04.2012, 12:54 | Message # 15
Group: Users
Posts: 14
Awards: 0
Status: Offline
What I'm after is a slideshow on the front of my site, if this can be done then i'll stop bugging you I swear lol. I don't really care how small it is as long as i can have it in the centre of my site.

Thanks!!
 
Forum » For webmasters » uCoz » design template #531 (another home button)
  • Page 1 of 3
  • 1
  • 2
  • 3
  • »
Search: