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.

Adding forum frame as a...widget !

2 posters

Go down

Adding forum frame as a...widget ! Empty Adding forum frame as a...widget !

Post by ave20 May 20th 2010, 11:34 pm

Hi,

Ok, can some one tell me, how admin of this forum made image at the left side of forum ? Its one big widget, yes ?
http://zone2.forumotion.net/forum.htm
I want do them same - past images at 2 sides of forum using widgets but there will be no link under them, no widgets, only images ! So...how to past images like this (like this gray line image at left side this forum http://zone2.forumotion.net/forum.htm) and not to get frame from widget ? I want to make it look like this:

https://2img.net/h/oi45.tinypic.com/10eovg5.png

Now, I know that I have to create new widget at mine Administration Panel, but can some one tell me how to past image totally at the end of sides without frame for widgets (with title etc.) ?
HELP ME please, I'am trying to add those from for a half year Razz
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

Adding forum frame as a...widget ! Empty Re: Adding forum frame as a...widget !

Post by RoNo May 21st 2010, 1:57 am

Here's one way of doing it...

Add to homepage message content or create a widget
Code:
<style type="text/css">
.imageleft {
position: fixed;
top: 0px;
left: 0px;
width: auto;
height: 100%;
overflow-y: auto;
}

.imageleft {
background: #ffffff url('http://i45.tinypic.com/b3lc9x.png') top right repeat-y;
min-width: 20px;
}

.imageright {
position: fixed;
top: 0px;
right: 0px;
width: auto;
height: 100%;
overflow-y: auto;
}

.imageright {
background: #ffffff url('http://i45.tinypic.com/b3lc9x.png') top right repeat-y;
min-width: 20px;
} </style>

<span class="imageleft"></span>
<span class="imageright"></span>
Change forum width (try 90%). Replace the tinypic images with yours,
edit background colors & min-widths to blend images with your theme.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Adding forum frame as a...widget ! Empty Re: Adding forum frame as a...widget !

Post by ave20 May 21st 2010, 2:22 pm

Ok, thx ! ^^ But I have one (I think the last...) problem:
https://2img.net/h/oi45.tinypic.com/2hx6800.jpg
How ca I remove this stupid frame ? Because of it my forum is moving to the right...How can I remove this frame...? After that it will be just perfect ! Very Happy

EDIT:
When I change Width column 1 (left) : to 0 (hide column) images are gone...So, how can I remove frame without removing the images ... ?
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

Adding forum frame as a...widget ! Empty Re: Adding forum frame as a...widget !

Post by RoNo May 23rd 2010, 12:42 pm

When using script, fixed image code etc in widgets...
Set the widget option: Use a table type? to "No"
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

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