Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #858 goes here! (Design, Template 858)
Everything about design #858 goes here!
Renatus
Posts: 58
Reputation: 12

Message # 16 | 6:55 PM
Quote (macharA)
can you guys help me. i want to change the header, and change the orange margins into ltblue please help. im sorry for spamming.

Read the first post of this thread.

macharA
Posts: 5
Reputation: 0

Message # 17 | 7:08 PM
how can i see the dimensions ? i want to replace the pic but with the right dimensions
Dartz
Posts: 1931

Message # 18 | 7:53 AM
<img src="image.png" width="400" height="400">
[... With uCoz since December 2 2007 ...]
GOD9503
Posts: 18
Reputation: 0

Message # 19 | 2:04 AM
1. I'm having trouble with this skin...I am trying to make the forum wider and I have tried looking and pressing ctrl+F to find that phrase as that you mentioned before, but I cannot find it anywhere.

2. Anyways, in the process of figuring this out I seem to have messed up the CSS. I restore it with the back up, and then when I go and just save the normal CSS it makes the screen go white with no menu's or banners or anything. So can anyone give me the regular CSS of design 858? So I can just restart it. That would be great!

3. I've been trying to find a topic of how to take off the navigation bar, but I can't seem to find it. Does anyone have a link?

P.S. Excuse the name btw...I tried to change it, but it won't change on this website now that I have already registered.

Added (2010-02-23, 8:04 Pm)
---------------------------------------------
ok I found where that phrase is where you change the size of the forums for Q1, but everytime I change anything on the CSS it just goes completely white except for text, forum table. There is no nav bar or banner. Is there any reason for this? Even when I don't change anything on the default template and click save it does this, so I'm not sure whats going on.

Nvm about Q2 I just restored the template...i am an idiot. I still would like Q3 answered tho. cool thank you in advance.

Dartz
Posts: 1931

Message # 20 | 1:54 PM
Quote (GOD9503)
1. I'm having trouble with this skin...I am trying to make the forum wider and I have tried looking and pressing ctrl+F to find that phrase as that you mentioned before, but I cannot find it anywhere.
Are you sure you are using this template? And what exactly you search?

Quote (GOD9503)
2. Anyways, in the process of figuring this out I seem to have messed up the CSS. I restore it with the back up, and then when I go and just save the normal CSS it makes the screen go white with no menu's or banners or anything. So can anyone give me the regular CSS of design 858? So I can just restart it. That would be great!
CSS: http://www.ucoz.com/.s/src/css/858.css

Quote (GOD9503)
3. I've been trying to find a topic of how to take off the navigation bar, but I can't seem to find it. Does anyone have a link?
What "bar" ? Make a screen-shot and point it out.

Quote (GOD9503)
P.S. Excuse the name btw...I tried to change it, but it won't change on this website now that I have already registered.
If you meant site url, you can't change it to other uCoz url, but you can attach domain.

Quote (GOD9503)
ok I found where that phrase is where you change the size of the forums for Q1, but everytime I change anything on the CSS it just goes completely white except for text, forum table. There is no nav bar or banner. Is there any reason for this? Even when I don't change anything on the default template and click save it does this, so I'm not sure whats going on.
What are you changing? Explain step by step.

[... With uCoz since December 2 2007 ...]
GOD9503
Posts: 18
Reputation: 0

Message # 21 | 8:26 PM
Design #858

Just wondering if it is possible to get rid of the nav bar or side bar where it says site menu, our poll, statistics and search only on the forums. I want all of that to stay on every other page, but not the forum. Also after doing that, I would like to widen only the forum to the full 780px of the background, but keep all the rest of the pages the same. Is there a way to do this that is relatively simple to a CSS beginner? Thank you for your time.

Site- http://imagine-nation.ucoz.com/

Prt Sc of what I'm talking about- http://i279.photobucket.com/albums/kk153/Spider-Man91/ucozhelp.png

Post edited by GOD9503 - Wednesday, 2010-02-24, 8:28 PM
Renatus
Posts: 58
Reputation: 12

Message # 22 | 9:33 PM
Control Panel ---> Forum ---> Module Design Customization

Find...

Code
<div id="rightColumn">
$GLOBAL_CLEFTER$
</div>

Delete it.

Control Panel ---> Design ---> Design Management(CSS)

Find...

Code
#leftColumn {width:520px;float:left;overflow:auto;}

Replace with

Code
#leftColumn {width:780px;float:left;overflow:auto;}
Post edited by Renatus - Wednesday, 2010-02-24, 9:34 PM
GOD9503
Posts: 18
Reputation: 0

Message # 23 | 0:40 AM
Alright...is it possible to widen the forums without widening every page?

Thank you very much tho cool

Post edited by GOD9503 - Thursday, 2010-02-25, 0:41 AM
Renatus
Posts: 58
Reputation: 12

Message # 24 | 1:28 AM
Well yes change '#leftColumn' to the default which is at

Control Panel ---> Design ---> Design Management(CSS)

Default is

Code
#leftColumn {width:520px;float:left;overflow:auto;}

Add the following code below '#leftColumn'

Code
#leftColForum {width:780px;float:left;overflow:auto;}

Then navigate to: Control Panel ---> Forum ---> Module Design Customization

Find...

Code
<div id="leftColumn">

Delete it.

Replace with...

Code
<div id="leftColForum">

Also remeber to do this..

Find...

Code
<div id="rightColumn">
$GLOBAL_CLEFTER$
</div>

Delete it.

Fin. Next time I wont necessarily answer something like this as it is coding knowledge related more than uCoz.

Pssst Dartzie update the first post wider forum link to this one biggrin <3

Post edited by Renatus - Thursday, 2010-02-25, 1:31 AM
GOD9503
Posts: 18
Reputation: 0

Message # 25 | 2:52 AM
THANK YOU so much guys! It worked perfectly! Thank you. booze Drinks on ME!
Dartz
Posts: 1931

Message # 26 | 10:34 AM
Quote (Renatus)
Pssst Dartzie update the first post wider forum link to this one biggrin <3

Done. teehee

[... With uCoz since December 2 2007 ...]
GOD9503
Posts: 18
Reputation: 0

Message # 27 | 3:49 AM
Ok I got the sidebar out, but there is still a thin grey line going vertical all the way down. Can I remove this and if so, how do I do this? Thank you for everything you have done so far btw. happy

I believe it is part of that side bar because it was right next to it. Prt sc of it...

http://i279.photobucket.com/albums/kk153/Spider-Man91/ucozhelp2.png

Dartz
Posts: 1931

Message # 28 | 9:45 AM
It's part of the background image. You would need to photoshop it out.
[... With uCoz since December 2 2007 ...]
GOD9503
Posts: 18
Reputation: 0

Message # 29 | 7:11 AM
oh ok thank you
dravenking
Posts: 3
Reputation: 0

Message # 30 | 4:35 PM
hello.. i have 2 questions.
1... how do i get my main page to be a sign up or login page only... i want people to sign up for my site, not to go in and be a guest...

2... if i download a game say any muilty user game. something like facebook has..(mytown)... can i download a muilty user game and post it on my site and have other users to use it?

uCoz Community » For Webmasters » Design Customization » Everything about design #858 goes here! (Design, Template 858)
Search: