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.

4 Questions[phpBB3]

5 posters

Go down

Solved 4 Questions[phpBB3]

Post by ziir February 12th 2012, 11:10 am

All the information has been cleared


Last edited by ziir on February 12th 2012, 8:30 pm; edited 2 times in total
avatar
ziir
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by SLGray February 12th 2012, 11:11 am

Please don't use color. Please keep to the default text. This is reserved for the staff for moderation.





4 Questions[phpBB3] Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by ziir February 12th 2012, 11:14 am

slg wrote:
Please don't use color. Please keep to the default text. This is reserved for the staff for moderation.




Oh, didn't realize. You think with all the mods that are in place someone would have disabled the use of BBCode/Colors in the forum. :wouhou:
avatar
ziir
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by Omu February 12th 2012, 11:45 am

Try with CSS:

1). Add this in : CSS stylesheet ( ACP - Display - Colors - CSS stylesheet )

Code:
.module {
border: 1px solid red;
background: blue;
border-radius: 10px;}

2). Go to ACP - Display - Headers & Navigation

3). Add this in : CSS stylesheet ( ACP - Display - Colors - CSS stylesheet )

Code:
#main-content p.rightside {display: none;}

4). Add this in : CSS stylesheet ( ACP - Display - Colors - CSS stylesheet )
This code is from an old theme made by me, so you can use it Smile

Code:
a.cattitle {
margin:5px;
font-size:13px;
font-weight:bold;
font-style:italic;
font-family:Georgia;}

#chatbox_main_options{
font-size:13px;
font-weight:bold;
font-style:italic;
font-family:Georgia;}

div#chatbox_header{
height:31px;
background:url(http://i44.servimg.com/u/f44/16/84/52/28/r4a4j010.png);}

span.date-and-time{font-size:10px;}
body.chatbox {background:#181818;}
p.chatbox_row_1.clearfix,p.chatbox_row_2.clearfix{
margin:10px;
padding:5px;
font-size:13px;
font-weight:bold;
font-family:Georgia;
border-radius: 5px;
background:#141414;
border:1px solid #272727;}
#chatbox_footer {
height:31px;
background:url(http://i44.servimg.com/u/f44/16/84/52/28/r4a4j010.png);}
input#message.post{
font-size:10px;
border-radius: 2px;}
.gen input#submit_button{
font-size:10px;
border-radius: 2px;}
#divbold, #divitalic, #divunderline, #divstrike, #divcolor, #divsmilies {border: none !important;}
#chatbox_members {
border-right: 1px solid #272727;
font-size:13px;
font-weight:bold;
font-style:italic;
font-family:Georgia;}
div#divsmilies { width: 16px; height: 16px; }
div#divsmilies img {display: none;}
div#divsmilies {background: url(http://i43.servimg.com/u/f43/16/83/84/03/asdasd11.png) no-repeat !important; }
div#divcolor{ width: 16px; height: 16px; }
div#divcolor img{display: none;}
div#divcolor{background: url(http://i43.servimg.com/u/f43/16/83/84/03/smiley11.png) no-repeat !important; }
#divbold{ width: 16px; height: 16px; }
#divbold  img{display: none;}
#divbold{background: url(http://i43.servimg.com/u/f43/16/83/84/03/b12.png) no-repeat !important; }
#divitalic{ width: 16px; height: 16px; }
#divitalic img{display: none;}
#divitalic{background:url(http://i43.servimg.com/u/f43/16/83/84/03/i10.png)no-repeat !important;}
#divunderline{ width: 16px; height: 16px; }
#divunderline img{display: none;}
#divunderline{background:url(http://i43.servimg.com/u/f43/16/83/84/03/u11.png)no-repeat !important;}
#divstrike{ width: 16px; height: 16px; }
#divstrike img{display: none;}
#divstrike{background:url(http://i43.servimg.com/u/f43/16/83/84/03/s10.png)no-repeat !important;}

I hope I helped you Smile
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by ziir February 12th 2012, 12:09 pm

Not exactly what I asked for but most of it worked. Now I have a new problem though. when I hit my logo a white what looks like forum outline appears over my forum. (Looks like the colors are changing from white then changing back to the color I have selected)

Why is this? Going to bed now - will check this when I wake up.
avatar
ziir
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by Omu February 12th 2012, 12:10 pm

Try to make a new topic for a new problem Smile
Omu
Omu
Active Poster

Male Posts : 1021
Reputation : 87
Language : Romanian, English

http://techtitans.forumer.ro/

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by LGforum February 12th 2012, 4:05 pm

The code calimdor provided for number 1, will affect all widgets, and more. There are lots of things in the phpbb3 DOM which uses the 'module' class.

You'll have to specify, the sidebar:
Code:

#left .module {
 //styling here
}
(change #left to #right for a right sidebar)

The same problem exists with the code he provided for number 3. There are a few other things using the same className which will be affected.

Its actually a perfect oppurtunity to use the CSS3 'first-of-type' pseudo.
This CSS, will get rid of that date for you:
Code:

#main-content p.rightside:first-of-type {
  display: none;
}

Your 4th problem is caused by the classname which gets put on to those buttons when the mouse is hovered over them. Changing that className's styles and properties would resolve the issue. The class is 'fontbutton_hover', using that you can make the buttons do what you want when the mouse hovers over them.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by MrMario February 12th 2012, 9:29 pm

Hello,

Is this solved?
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Solved Re: 4 Questions[phpBB3]

Post by ziir February 12th 2012, 10:13 pm

MrMario wrote:Hello,

Is this solved?

Yes/No, the solutions they proposed didn't work for me so I deleted my questions. Feel free to delete this thread. bwi
avatar
ziir
New Member

Posts : 16
Reputation : 1
Language : English

Back to top Go down

Back to top


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