uCoz Community » uCoz Modules » Forum » Forum design and appearance (forum CSS, colors etc.)
Forum design and appearance
Tommy
Posts: 454
Reputation: 38

Message # 61 | 12:05 PM
RockyZ, Sorry, I could not understand you. If i'm right.
You want your post to be in center?

Like this?. Why don't you use BB codes?
Code
[c][/c]

"I don't like to commit myself about heaven and hell - you see, I have friends in both places"
RockyZ
Posts: 20
Reputation: -1

Message # 62 | 2:25 PM
Tommy, yes i know that...i meant default posting align left no? , i want to change it to center?

(sorry 4 my bad english...)

Sunny
Posts: 9296
Reputation: 456

Message # 63 | 9:28 AM
RockyZ, CP -> Customize Design -> CSS -> find

Code
.posttdMessage {padding:5px;}

and change it into

Code
.posttdMessage {padding:5px;text-align:center}

I'm not active on the forum anymore. Please contact other forum staff.
gunnermkd
Posts: 4
Reputation: 0

Message # 64 | 1:45 PM
Hello guyz

I use template #828 and i would like to make my forum widther is it possible?
I read some threads and i know how to remove $GLOBAL_CLEFTER$ and $GLOBAL_DRIGHTER$ but the forum is still with the same size
Please if there is some way if theres anything to do to make my forum widther answer me
I realy dont like to change my template i want to use this template
I know it would sound stupid but ill ask is there a way to use another template just for forum or something like this,to put some other codes ?? biggrin



Dartz
Posts: 1931

Message # 65 | 2:21 PM
How wide you want forum to be? And yes it's possible to have different template for forum.
[... With uCoz since December 2 2007 ...]
gunnermkd
Posts: 4
Reputation: 0

Message # 66 | 2:30 PM
so great than
if you can explane me how to do it and what codes to change ill set the proportion numbers by my self
it can be wide like in design #934 for example

Added (2009-10-19, 8:30 Am)
---------------------------------------------
to be fit on all screen



Dartz
Posts: 1931

Message # 67 | 3:39 PM
It's not that easy to manipulate with this template. It doesn't have separated
pieces, each peace is connected with another and to set something you must
change code in several places.

[... With uCoz since December 2 2007 ...]
gunnermkd
Posts: 4
Reputation: 0

Message # 68 | 4:41 PM
So i did like this i copy the the code from forum apereance from anpther design and i paste it in to my forum design so for my web site i have 1 design and for forum i have another and it works prefectly

Dartz
Posts: 1931

Message # 69 | 7:29 PM
Alright, although simple CSS replacing would do the same.
[... With uCoz since December 2 2007 ...]
SweetHeart
Posts: 2
Reputation: 0

Message # 70 | 9:57 PM
Hi,

I'm trying to modify the Space between the Forum Buttons. But we seem to have no acces to the Forum $BODY$. Could you please make the code avilable to access at the Customize design Page?

Thanks

Dartz
Posts: 1931

Message # 71 | 0:17 AM
Buttons are images, create smaller images.
[... With uCoz since December 2 2007 ...]
SweetHeart
Posts: 2
Reputation: 0

Message # 72 | 5:59 PM
Ok, let me try to explain it this way:

That's a part of the forum $BODY code, the part responsible for the buttons of my case:

Code
<img style="margin:0;padding:0;border:0;" title="New thread" src="http://mysite.ucoz.com/Forum_Buttons/t_new.gif" /></a> <a href="http://mysite.ucoz.comforum/8-0-0-1-2"><img style="margin:0;padding:0;border:0;" title="New poll" src="http://mysite.ucoz.com/Forum_Buttons/t_poll.gif" /></a>

Will end up in this (I modified the buttons for better view):
http://img200.imageshack.us/i/show1s.png/

While

Code
<img style="margin:0;padding:0;border:0;" title="New thread" src="http://mysite.ucoz.com/Forum_Buttons/t_new.gif" /></a><a href="http://mysite.ucoz.comforum/8-0-0-1-2"><img style="margin:0;padding:0;border:0;" title="New poll" src="http://mysite.ucoz.com/Forum_Buttons/t_poll.gif" /></a>

Will end up in this (I modified the buttons for better view):
http://img194.imageshack.us/i/show2.png/

The only difference is the removed space

Code
</a> <a href

Code
</a><a href

But to do so, we would need access to the forum $BODY. Like I told before, giving us the possibility to edit the forum $BODY also would be useful for many other cases like creating buttons that change font colour on hover and so on :-)

I realy hope and please you to make this possible for us! Thanks in advance

Post edited by SweetHeart - Sunday, 2009-10-25, 6:03 PM
Dartz
Posts: 1931

Message # 73 | 7:52 PM
You should learn to copy & paste correct. Both button codes are inside a div.
Div with id "frmButns83". You can change it by means of CSS. Knowledge of
coding will help you a lot -- not uCoz related question, it depends on coding.

[... With uCoz since December 2 2007 ...]
defaultNick7398
Posts: 9
Reputation: 1

Message # 74 | 2:34 AM
Hey... When ever I try to make the bar that says: [ New messages · Members · Forum rules · Search · RSS ] :Centered the cursor that shows up on forum page when you go there is a text editing cursor and wont let you open any of the links on the page... any idea how to center it with out this happening?
Post edited by defaultNick7398 - Wednesday, 2009-11-18, 2:47 AM
Dartz
Posts: 1931

Message # 75 | 3:51 AM
defaultNick7398, you want to center [....], right? Is your design #882?
[... With uCoz since December 2 2007 ...]
uCoz Community » uCoz Modules » Forum » Forum design and appearance (forum CSS, colors etc.)
Search: