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.

Forum Column Help

3 posters

Go down

Forum Column Help Empty Forum Column Help

Post by MadroX November 19th 2013, 9:37 am

Hey guys, for some reason I believe the layout I have doesn't have forum column separators. I was just wondering how I would going about adding my own columns to separate each forum.

My forum address is : http://www.aetron.4rumer.com

To show you guys an example...

Forum Column Help 2dwg22o
Forum Column Help Vgj79x
MadroX
MadroX
Forumember

Posts : 39
Reputation : 0
Language : English

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by Ikerepc November 19th 2013, 10:31 am

Hello

Are you want septare categories like there or add that line? And can you tell us your forum version?
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by MadroX November 19th 2013, 12:07 pm

I want to add the line that separates it, I have tried testing out all of the index packaging options and it still does not add the line seperator.

My forum version is phpbb2
MadroX
MadroX
Forumember

Posts : 39
Reputation : 0
Language : English

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by Ikerepc November 19th 2013, 12:54 pm

Try this paste in css Stylesheet (Administration panel -> Display -> Colors & Pictures -> Colors -> CSS Stylesheet)
Code:
li.row{
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
}
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by MadroX November 19th 2013, 2:45 pm

Unfortunately that did not work
MadroX
MadroX
Forumember

Posts : 39
Reputation : 0
Language : English

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by Ikerepc November 19th 2013, 3:10 pm

Hmm, try this add in css:

Code:
.forumline .row1, .forumline .row2, .forumline .row3, .forumline .row3Right {
    padding: 2px 3px;
    border-bottom: 1px solid #fff;
}
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by MadroX November 19th 2013, 3:53 pm

Awesome it worked! Ty so much for all of your help dude!

Btw, is there any way to make those lines 0.95 transparent like the rest of the layout? If not that is fine I am happy regardless
MadroX
MadroX
Forumember

Posts : 39
Reputation : 0
Language : English

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by Ultron's Vision November 19th 2013, 3:56 pm

Simply add this to the CSS Zyon gave you:

Code:
opacity: 0.95;
filter:alpha(opacity=95);
Those are CSS attributes and not own selectors, so be sure to add this   between the curly brackets, not outside of them.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Forum Column Help Empty Re: Forum Column Help

Post by Ikerepc November 19th 2013, 4:29 pm

You can use this:

Code:
li.row{
border-bottom: 1px solid #fff;
border-top: 1px solid rgba(255,255,255,0.95);
}
But is is for 95% transparent... This is simpler than Ultron's Vision code.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Back to top

- Similar topics

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