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.

How can I add side frames ?

3 posters

Go down

How can I add side frames ? Empty How can I add side frames ?

Post by ave20 April 21st 2010, 5:12 pm

Hi

https://2img.net/h/oi44.tinypic.com/y2wj9.png

Well, I really want to add side frames into my forum, BUT - I think I CANT add those frames as one picture pasted into background. Why ? Coz I have to make this background with one resolution. So, I'am using res 1440x900. When I will make background with this res and I past picture it will fit 100% for my...but not fot other members that are using monitors with other dimentions...:/
How can I past 2 frames at each side of my forum and make them resizing for different resolution of monitors ?
Maybe there is a way to past it using CSS mod ? I mean - dont pas them as one background, but as 2 screens (one by each side of screen) added using CSS code ?

PLEASE, how can I make it ? A lot of forum have something like that, how they are using this ? How they are making background scalable for different resolutions ?
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 21st 2010, 6:00 pm

Hello,

The side frames are called "Widgets".
You can activate them from Admin CP > Modules > Forum widget management.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 21st 2010, 6:30 pm

lol, I dont want to add Wildgets ! I want to add image ! Or 2 images - one by each side of my forum...You get it ? Razz
I dont need wilgets like: chatbokx, news etc. I need IMAGES...I can create them, but how to pupt them into my background and make them resizeable for different resolutions ?
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 21st 2010, 6:46 pm

Oh! Sorry for misunderstanding.

You can add two images as a background but problem is that you can't add more than one background to a single element.

TO add a background via CSS you can use this code...

Code:
body {
background : url(BACKGROUND IMAGE URL HERE) repeat-y;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 21st 2010, 7:02 pm

But what the different between this and adding backgoud in administration panel (Dysplay/Picture manager/) ? You know what I meen ? I already added backgound using Pisture manager and as I told For me it was ok (background with the same resolution as my monitor use), but for others user (with different monitor resolution) it was messed.
So how can I add one picture at EACH side of forum ? Not as a one huge background ? OK, let me how it to You lilke this:

IMAGE || Forum site || IMAGE
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 22nd 2010, 3:55 am

I understand what you want.
If you have already added a background to your forum via admin panel, you can add another one.

Can you provide a link to you forum? I'll go and check if it is possible;e anyway.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 22nd 2010, 12:01 pm

Well, I dont have add any image into my background (at administration panel background image is empty). But sure, take a look:

http://www.l2support.com/

I hope You will get what I want Razz
Cus

EDIT:
This is how it looks like:
https://2img.net/h/oi44.tinypic.com/y2wj9.png
This is how I want it to do:
https://2img.net/h/oi45.tinypic.com/10eovg5.png
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 22nd 2010, 3:16 pm

You can add the backgorund by adding this to your CSS...

Code:
body {
background : url(IMAGE URL HERE) repeat-y;
}

Create a single background image which is wider than the width of your forum so that it looks on both the sides.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 22nd 2010, 3:55 pm

Rolling Eyes
You still dont get me Sad ech...I dont want SINGLE background ! look at my screen:
https://2img.net/h/oi45.tinypic.com/10eovg5.png
You see those frames ? They have irregular edges - how can i make wider background and fit frames to make those irregular edges start at the end of forum ? If image will be wider it wll be repeat it self...
OMG, is there really NO STUPID WAY to put 2 images at 2 sides of my forum ... ? <wall> This is some kind of freaking nightmare... Rolling Eyes

EDIT:
Ok...I will try it other way...HOW TO MAKE MY FORUM LOOK LIKE THIS:
https://2img.net/h/oi45.tinypic.com/10eovg5.png
Lets say that I dont care anymore how it should be made - just tell me how to make it look like this ? Lol
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 22nd 2010, 4:39 pm

In CSS there is a way to add multiple backgrounds to body but most the browsers don't support that technique.

Use this code please...

Code:
body {
backgorund : url(IMAGE_LEFT) repeat-y left , url(IMAGE_RIGHT) repeat-y right;
}

This code is not supported by many browsers and this is the only way to add multiple backgrounds to a single element. Since you have "irregular edges", its not possible for you to make your forum look like this.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 22nd 2010, 5:34 pm

Ech...Ok, so I did one background image that was smaller than width of my forum. Efect:
https://2img.net/h/oi42.tinypic.com/25fj57k.png
- Second frame is behind forum !

Then I create one background image that was wider then width of my forum. Effect:
https://2img.net/h/oi39.tinypic.com/1y2tu1.png
- Second frame was cut.

Ok, so mod the CSS:
Code:
body {
background : url(IMAGE URL HERE) repeat-y;
}
To fit background at 100% to the monitor width ? Not 67% and not 120% because then I have those problems like are showing images from above. I need now to fit background to 100% monitor width.
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 22nd 2010, 5:40 pm

There is no way to set width of background image with CSS neither with % or pixels.

Your background image should be wide enough that covers both the sides of your forum tables.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 22nd 2010, 5:52 pm

Yes, ok - I did imga that fit 100% width for me. But at first post I already told You - at mine res 1440x900 it looks fine, but at others user monitors background goes like this:
https://2img.net/h/oi39.tinypic.com/1y2tu1.png
Why ? Because I use 1440 width and for example they use 1280...
And HERE IS THE PROBLEM from the first post..............Thats why I was asking for 2 images - not one, coz with one background is f^#$ed Sad
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by MUKESH RAJ April 22nd 2010, 6:02 pm

brother i m to buy domain

i hane to buy cradits but i have no cradit card

help me
avatar
MUKESH RAJ
New Member

Posts : 12
Reputation : 0
Language : English

http://r-world-mobiles.forumotion.net

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 22nd 2010, 6:10 pm

MUKESH RAJ wrote:brother i m to buy domain

i hane to buy cradits but i have no cradit card

help me
What ?! Please, make Your own, new tread....... Rolling Eyes
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 23rd 2010, 3:56 am

Ok, I just got a trick for you.
You need to make two different background images for this..


Code:
body {
background : url(LEFT IMAGE) left repeat-y #000;
}

.bodyline {
background : url(RIGHT IMAGE) right repeat-y !important;
}



@MUKESH RAJ,

Please open a new topic for support instead of asking in other member's topic.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ave20 April 23rd 2010, 4:12 pm

Ok, with this code:
Code:
body {
background : url(http://i42.tinypic.com/11hs12b.png) left repeat-y #000;
}

.bodyline {
background : url(http://i42.tinypic.com/2v9yyif.jpg) right repeat-y !important;
}
My forum look like this:
https://2img.net/h/oi44.tinypic.com/14udqn4.png
Close Razz Is there any way to reposition right image ? I mean, move it to the right...? If there is no way to move it, I will try to make wider right image...Iam just wondering if I will make it will be fine for me again, but I dont know how about others.
So...please, tell me if there is any way to move right image - if no, I will make wider image, and I hope it will be ok. When I make it, can You see my forum and make a screen how this will look at Your PC ? And at what res ?
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

How can I add side frames ? Empty Re: How can I add side frames ?

Post by ankillien April 24th 2010, 4:09 am

On my PC it looks perfect Very Happy
Both the images are touching their respective sides.
I have a resolution of 1024x768 pixels.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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