how do I hide the following on my forum
Page 1 of 2•
Page 1 of 2 • 1, 2 
how do I hide the following on my forum
How do I hide/get rid of this on my forum-
You last visited on Sun 20 Jul 2008 - 13:30
The time now is Sun 20 Jul 2008 - 14:44
[forum name]
It's getting in the way of things and I have seen other forums with it gone. If I can't get rid of it can I hide it or make the writing smaller.
Thanks
You last visited on Sun 20 Jul 2008 - 13:30
The time now is Sun 20 Jul 2008 - 14:44
[forum name]
It's getting in the way of things and I have seen other forums with it gone. If I can't get rid of it can I hide it or make the writing smaller.
Thanks
Re: how do I hide the following on my forum
You need to be able to edit your templates
Do you have template editing enabled?
Do you have template editing enabled?
Re: how do I hide the following on my forum
What version of forum are you using?
phpbb2, phpbb3 or punbb as i might be able to find a way to edit it for you
Let me know and i'll try it
Regards
Craig
phpbb2, phpbb3 or punbb as i might be able to find a way to edit it for you
Let me know and i'll try it
Regards
Craig
Re: how do I hide the following on my forum
You can hide stuff on your forum by using the CSS which as standard is free
Admin panel\Display\Colors\CSS Stylesheet
The only problem being it changes depending on the forum version
phpbb2, phpbb3 or punbb
I have a copy of all three CSS and will see if i can hide this for you however i will need to know what version your forum is
Admin Panel\Display
It will show you the version of your forum there
regards
Craig
Admin panel\Display\Colors\CSS Stylesheet
The only problem being it changes depending on the forum version
phpbb2, phpbb3 or punbb
I have a copy of all three CSS and will see if i can hide this for you however i will need to know what version your forum is
Admin Panel\Display
It will show you the version of your forum there
regards
Craig
Re: how do I hide the following on my forum
This is my basic CSS
body {
background-color: #000000;
background-image: url("http://illiweb.com/fa/empty.gif");
background-attachment: scroll;
scrollbar-face-color: #555555;
scrollbar-highlight-color: #cecece;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #000000;
}
th,td,p {
font-family: Arial, Bold }
a img {
border: none;
}
a:link,a:active,a:visited {
color : #ffffff;
}
a:hover{
text-decoration: underline;
color : #000000;
}
hr{
height: 0px;
border: solid #bababa 0px;
border-top-width: 1px;
}
.bodyline{
background-color: #c9c9c9;
border: 1px #000000 solid;
}
.bodylinewidth {
width:100%}
.forumline{
background-color: #000000;
border: 2px #758184 solid;
}
td.row1{
background-color: #bababa;
}
td.row2{
background-color: #bababa;
}
td.row3{
background-color: #bababa;
}
td.rowpic {
background-color: #000000;
background-image: url("http://illiweb.com/fa/empty.gif");
}
th {
color: #ffffff;
font-size: 14px;
font-weight : bold;
background-color: #ffffff;
height: 25px;
background-image: url("http://i42.servimg.com/u/f42/12/52/02/27/v-396-10.jpg");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("http://i42.servimg.com/u/f42/12/52/02/27/v-396-10.jpg");
background-color:#cecece;
border: #000000;
border-style: solid;
height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
border: #060606;
border-style: solid;
height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #bababa;
border: #000000;
border-style: solid;
}
td.pourcentback {
background-color : #000000;
}
th.thHead,td.catHead {
font-size: 14px;
border-width: 1px 1px 0px 1px;
}
th.thSides,td.catSides,td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}
.maintitle{
font-weight: bold;
font-size: 22px;
font-family: Arial, Bold,Arial, Bold;
text-decoration: none;
line-height : 120%;
color : #ffffff;
}
.gen {
font-size : 14px;
}
.genmed {
font-size : 14px;
}
.gensmall {
font-size : 12px;
}
.gen,.genmed,.gensmall {
color : #ffffff;
}
a.gen,a.genmed,a.gensmall {
color: #ffffff;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #000000;
text-decoration: underline;
}
.mainmenu{
font-size : 14px;
color : #ffffff }
a.mainmenu{
text-decoration: none;
color : #ffffff;
}
a.mainmenu:hover{
text-decoration: underline;
color : #000000;
}
.cattitle{
font-weight: bold;
font-size: 14px ;
letter-spacing: 1px;
color : #ffffff}
a.cattitle{
text-decoration: none;
color : #ffffff;
}
a.cattitle:hover{
text-decoration: underline;
}
.forumlink{
font-weight: bold;
font-size: 14px;
color : #ffffff;
}
a.forumlink {
text-decoration: none;
color : #ffffff;
}
a.forumlink:hover{
text-decoration: underline;
color : #000000;
}
.nav{
font-weight: bold;
font-size: 14px;
color : #ffffff;
}
a.nav{
text-decoration: none;
color : #ffffff;
}
a.nav:hover{
text-decoration: underline;
}
.topictitle,h1,h2{
font-weight: bold;
font-size: 14px;
color : #ffffff;
}
a.topictitle:link{
text-decoration: none;
color : #ffffff;
}
a.topictitle:visited{
text-decoration: none;
color : #ffffff;
}
a.topictitle:hover{
text-decoration: underline;
color : #000000;
}
.name{
font-size : 14px;
color : #ffffff;
}
.postdetails{
font-size : 12px;
color : #ffffff;
}
.postbody{
font-size : 14px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #ffffff }
a.postlink:visited{
text-decoration: none;
color : #ffffff;
}
a.postlink:hover{
text-decoration: underline;
color : #000000}
.code{
font-family: Arial, Bold;
font-size: 14px;
color: #6d6d6d;
background-color: #060606;
border: #bababa;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.quote{
font-family: Arial, Bold;
font-size: 14px;
color: #6d6d6d;
line-height: 125%;
background-color: #060606;
border: #bababa;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.copyright{
font-size: 12px;
font-family: Arial, Bold;
color: #ffffff;
letter-spacing: -1px;
}
a.copyright{
color: #ffffff;
text-decoration: none;
}
a.copyright:hover {
color: #000000;
text-decoration: underline;
}
.coloradmin {
color: #}
.colormod {
color: #6d6d6d}
.mod-text {
font-weight: bold;
}
img{
border:0}
input,textarea, select {
color : #ffffff;
font: normal 14px Arial, Bold;
border-color : #ffffff;
}
input.post, textarea.post, select {
background-color : #060606;
}
input {
text-indent : 2px;
}
input.button {
background-color : #bababa;
color : #ffffff;
font-size: 14px;
font-family: Arial, Bold;
}
input.mainoption {
background-color : #060606;
font-weight : bold;
}
input.liteoption {
background-color : #060606;
font-weight : normal;
}
.helpline {
background-color: #bababa;
border-style: none;
}
input {
background-color: #bababa;
}
button.button2, input.button2 {
font-size: 0.7em;
border: 1px solid #BCBCBC;
width: auto !important;
padding: 1px 0px;
font-family: Arial, Bold;
color: #000000;
background-repeat: repeat-x;
background-color: #FAFAFA;
background-image: url('http://illiweb.com/fa/prosilver/bg_button.gif');
background-position: top;
overflow: visible;
vertical-align:middle;
}
button.button2:hover, input.button2:hover {
border: 1px solid #000000;
color: #000000;
background-position: 0 100%;
}
* html button.button2, * html input.button2 {
padding-bottom: 0;
margin-bottom: 1px;
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2, *+html input.button2 {
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2 img {
vertical-align: middle;
}
* html button.button2 img {
vertical-align: middle;
}
button.bbcode {
border: 1px solid #e3adad;
background-image: url("http://illiweb.com/fa/wysiwyg/bg_button.png");
}
.select {
background-color: #FFFFFF;
border: 1px solid #BCBCBC;
position: absolute;
z-index:100;
top: 0;
left: 0;
overflow: hidden;
width: 0px;
}
.selectHover {
cursor: pointer;
background-color: #EEEEEE;
}
.select p {
padding: 4px 6px;
font-size: 0.7em;
margin: 0px;
white-space: nowrap;
text-align: left;
}
.select button {
padding: 4px;
font-size: 0.9em;
margin: 0px;
background-color: #FFF;
border: none;
text-align:left;
}
.select button.button2 {
border:1px solid #BCBCBC;
padding: 0px;
}
* html .select button.button2 {
padding-right: 3px;
padding-left: 3px;
}
.select button.button2:hover {
border: 1px solid #000000;
color: #000000;
background-position: 0 100%;
}
textarea#text_editor_textarea {
width: 100% !important;
}
iframe#text_editor_iframe {
width: 100%;
height: 200px;
}
form#quick_reply textarea#text_editor_textarea {
width: 100% !important;
height: 100%;
}
form#quick_reply iframe#text_editor_iframe {
width: 100%;
}
* html form#quick_reply iframe#text_editor_iframe {
width: 600px;
}
*+html form#quick_reply iframe#text_editor_iframe {
width: 600px;
}
@import url("form_ie.css");
@media print {
body {
background-image: none;
background-color: #fff;
color: #000;
}
table.bodylinewidth span.maintitle {
display: block;
text-align: left;
}
table.bodylinewidth img#i_logo,.browse-arrows,.noprint,.messaging,.post-options,.poster-profile,img.i_icon_online,table.bodylinewidth .mainmenu,table.bodylinewidth .nav,table.bodylinewidth .gensmall,span.postdetails img,table.bodylinewidth .sig,table.bodylinewidth .catbottom,#info_open {
display:none;
}
td.catHead, .t-title {
text-align: left;
}
table.bodylinewidth .cattitle {
letter-spacing: normal;
font-size: 1em;
}
.thLeft,.thRight {
color: #000;
border: none;
text-align:left;
}
.hr hr {
visibility: hidden;
}
.hr {
border-top: 1px dotted #ddd !important;
}
tr.post td {
vertical-align: top;
border-bottom: 1px solid #ccc;
}
tr.post td td {
border: none;
}
span.gen {
display: none;
}
}
ul.abuse {
list-style: none;
line-height: 1.5em;
font-size: 0.9em;
}
.rtl-spacer:before {
content: " ";
white-space: pre;
}
.rtl-spacer:after {
content: " ";
white-space: pre;
}
.warning {
color:#ff3333;
}
.captcha div.captcha-img {
float: left;
margin: 0 1em 0 0;
}
.captcha .inputbox {
margin-top: 0.5em;
}
.center {
text-align: center;
}
#page-footer {
clear: both;
}
#page-footer h3 {
margin-top: 20px;
}
#add-google {
text-align: center;
margin: 0 auto;
}
#content-container #left {
width: 0px;
margin-right: 0px;
}
#content-container #right {
width: 0px;
margin-left: 0px;
}
body {
background-color: #000000;
background-image: url("http://illiweb.com/fa/empty.gif");
background-attachment: scroll;
scrollbar-face-color: #555555;
scrollbar-highlight-color: #cecece;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #000000;
}
th,td,p {
font-family: Arial, Bold }
a img {
border: none;
}
a:link,a:active,a:visited {
color : #ffffff;
}
a:hover{
text-decoration: underline;
color : #000000;
}
hr{
height: 0px;
border: solid #bababa 0px;
border-top-width: 1px;
}
.bodyline{
background-color: #c9c9c9;
border: 1px #000000 solid;
}
.bodylinewidth {
width:100%}
.forumline{
background-color: #000000;
border: 2px #758184 solid;
}
td.row1{
background-color: #bababa;
}
td.row2{
background-color: #bababa;
}
td.row3{
background-color: #bababa;
}
td.rowpic {
background-color: #000000;
background-image: url("http://illiweb.com/fa/empty.gif");
}
th {
color: #ffffff;
font-size: 14px;
font-weight : bold;
background-color: #ffffff;
height: 25px;
background-image: url("http://i42.servimg.com/u/f42/12/52/02/27/v-396-10.jpg");
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url("http://i42.servimg.com/u/f42/12/52/02/27/v-396-10.jpg");
background-color:#cecece;
border: #000000;
border-style: solid;
height: 28px;
}
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold;
border: #060606;
border-style: solid;
height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #bababa;
border: #000000;
border-style: solid;
}
td.pourcentback {
background-color : #000000;
}
th.thHead,td.catHead {
font-size: 14px;
border-width: 1px 1px 0px 1px;
}
th.thSides,td.catSides,td.spaceRow {
border-width: 0px 1px 0px 1px;
}
th.thRight,td.catRight,td.row3Right {
border-width: 0px 1px 0px 0px;
}
th.thLeft,td.catLeft {
border-width: 0px 0px 0px 1px;
}
th.thBottom,td.catBottom {
border-width: 0px 1px 1px 1px;
}
th.thTop {
border-width: 1px 0px 0px 0px;
}
th.thCornerL {
border-width: 1px 0px 0px 1px;
}
th.thCornerR {
border-width: 1px 1px 0px 0px;
}
.maintitle{
font-weight: bold;
font-size: 22px;
font-family: Arial, Bold,Arial, Bold;
text-decoration: none;
line-height : 120%;
color : #ffffff;
}
.gen {
font-size : 14px;
}
.genmed {
font-size : 14px;
}
.gensmall {
font-size : 12px;
}
.gen,.genmed,.gensmall {
color : #ffffff;
}
a.gen,a.genmed,a.gensmall {
color: #ffffff;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #000000;
text-decoration: underline;
}
.mainmenu{
font-size : 14px;
color : #ffffff }
a.mainmenu{
text-decoration: none;
color : #ffffff;
}
a.mainmenu:hover{
text-decoration: underline;
color : #000000;
}
.cattitle{
font-weight: bold;
font-size: 14px ;
letter-spacing: 1px;
color : #ffffff}
a.cattitle{
text-decoration: none;
color : #ffffff;
}
a.cattitle:hover{
text-decoration: underline;
}
.forumlink{
font-weight: bold;
font-size: 14px;
color : #ffffff;
}
a.forumlink {
text-decoration: none;
color : #ffffff;
}
a.forumlink:hover{
text-decoration: underline;
color : #000000;
}
.nav{
font-weight: bold;
font-size: 14px;
color : #ffffff;
}
a.nav{
text-decoration: none;
color : #ffffff;
}
a.nav:hover{
text-decoration: underline;
}
.topictitle,h1,h2{
font-weight: bold;
font-size: 14px;
color : #ffffff;
}
a.topictitle:link{
text-decoration: none;
color : #ffffff;
}
a.topictitle:visited{
text-decoration: none;
color : #ffffff;
}
a.topictitle:hover{
text-decoration: underline;
color : #000000;
}
.name{
font-size : 14px;
color : #ffffff;
}
.postdetails{
font-size : 12px;
color : #ffffff;
}
.postbody{
font-size : 14px;
line-height: 18px}
a.postlink:link{
text-decoration: none;
color : #ffffff }
a.postlink:visited{
text-decoration: none;
color : #ffffff;
}
a.postlink:hover{
text-decoration: underline;
color : #000000}
.code{
font-family: Arial, Bold;
font-size: 14px;
color: #6d6d6d;
background-color: #060606;
border: #bababa;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.quote{
font-family: Arial, Bold;
font-size: 14px;
color: #6d6d6d;
line-height: 125%;
background-color: #060606;
border: #bababa;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px}
.copyright{
font-size: 12px;
font-family: Arial, Bold;
color: #ffffff;
letter-spacing: -1px;
}
a.copyright{
color: #ffffff;
text-decoration: none;
}
a.copyright:hover {
color: #000000;
text-decoration: underline;
}
.coloradmin {
color: #}
.colormod {
color: #6d6d6d}
.mod-text {
font-weight: bold;
}
img{
border:0}
input,textarea, select {
color : #ffffff;
font: normal 14px Arial, Bold;
border-color : #ffffff;
}
input.post, textarea.post, select {
background-color : #060606;
}
input {
text-indent : 2px;
}
input.button {
background-color : #bababa;
color : #ffffff;
font-size: 14px;
font-family: Arial, Bold;
}
input.mainoption {
background-color : #060606;
font-weight : bold;
}
input.liteoption {
background-color : #060606;
font-weight : normal;
}
.helpline {
background-color: #bababa;
border-style: none;
}
input {
background-color: #bababa;
}
button.button2, input.button2 {
font-size: 0.7em;
border: 1px solid #BCBCBC;
width: auto !important;
padding: 1px 0px;
font-family: Arial, Bold;
color: #000000;
background-repeat: repeat-x;
background-color: #FAFAFA;
background-image: url('http://illiweb.com/fa/prosilver/bg_button.gif');
background-position: top;
overflow: visible;
vertical-align:middle;
}
button.button2:hover, input.button2:hover {
border: 1px solid #000000;
color: #000000;
background-position: 0 100%;
}
* html button.button2, * html input.button2 {
padding-bottom: 0;
margin-bottom: 1px;
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2, *+html input.button2 {
height: 24px;
padding-right: 3px;
padding-left: 3px;
}
*+html button.button2 img {
vertical-align: middle;
}
* html button.button2 img {
vertical-align: middle;
}
button.bbcode {
border: 1px solid #e3adad;
background-image: url("http://illiweb.com/fa/wysiwyg/bg_button.png");
}
.select {
background-color: #FFFFFF;
border: 1px solid #BCBCBC;
position: absolute;
z-index:100;
top: 0;
left: 0;
overflow: hidden;
width: 0px;
}
.selectHover {
cursor: pointer;
background-color: #EEEEEE;
}
.select p {
padding: 4px 6px;
font-size: 0.7em;
margin: 0px;
white-space: nowrap;
text-align: left;
}
.select button {
padding: 4px;
font-size: 0.9em;
margin: 0px;
background-color: #FFF;
border: none;
text-align:left;
}
.select button.button2 {
border:1px solid #BCBCBC;
padding: 0px;
}
* html .select button.button2 {
padding-right: 3px;
padding-left: 3px;
}
.select button.button2:hover {
border: 1px solid #000000;
color: #000000;
background-position: 0 100%;
}
textarea#text_editor_textarea {
width: 100% !important;
}
iframe#text_editor_iframe {
width: 100%;
height: 200px;
}
form#quick_reply textarea#text_editor_textarea {
width: 100% !important;
height: 100%;
}
form#quick_reply iframe#text_editor_iframe {
width: 100%;
}
* html form#quick_reply iframe#text_editor_iframe {
width: 600px;
}
*+html form#quick_reply iframe#text_editor_iframe {
width: 600px;
}
@import url("form_ie.css");
@media print {
body {
background-image: none;
background-color: #fff;
color: #000;
}
table.bodylinewidth span.maintitle {
display: block;
text-align: left;
}
table.bodylinewidth img#i_logo,.browse-arrows,.noprint,.messaging,.post-options,.poster-profile,img.i_icon_online,table.bodylinewidth .mainmenu,table.bodylinewidth .nav,table.bodylinewidth .gensmall,span.postdetails img,table.bodylinewidth .sig,table.bodylinewidth .catbottom,#info_open {
display:none;
}
td.catHead, .t-title {
text-align: left;
}
table.bodylinewidth .cattitle {
letter-spacing: normal;
font-size: 1em;
}
.thLeft,.thRight {
color: #000;
border: none;
text-align:left;
}
.hr hr {
visibility: hidden;
}
.hr {
border-top: 1px dotted #ddd !important;
}
tr.post td {
vertical-align: top;
border-bottom: 1px solid #ccc;
}
tr.post td td {
border: none;
}
span.gen {
display: none;
}
}
ul.abuse {
list-style: none;
line-height: 1.5em;
font-size: 0.9em;
}
.rtl-spacer:before {
content: " ";
white-space: pre;
}
.rtl-spacer:after {
content: " ";
white-space: pre;
}
.warning {
color:#ff3333;
}
.captcha div.captcha-img {
float: left;
margin: 0 1em 0 0;
}
.captcha .inputbox {
margin-top: 0.5em;
}
.center {
text-align: center;
}
#page-footer {
clear: both;
}
#page-footer h3 {
margin-top: 20px;
}
#add-google {
text-align: center;
margin: 0 auto;
}
#content-container #left {
width: 0px;
margin-right: 0px;
}
#content-container #right {
width: 0px;
margin-left: 0px;
}
Re: how do I hide the following on my forum
Thank you for that
1. Navigate to
Admin panel\Display\Colors\CSS Stylesheet
2. Enter the following code:
3. Press the "Submit" and refresh your forum
Regards
Craig
1. Navigate to
Admin panel\Display\Colors\CSS Stylesheet
2. Enter the following code:
- Code:
.gensmall {
font-size : 10px;
display: none;
}
.gen,.genmed,.gensmall {
color : #000000;
}
a.gen,a.genmed,a.gensmall {
color: #006699;
text-decoration: none;
}
a.gen:hover,a.genmed:hover,a.gensmall:hover{
color: #dd6900;
text-decoration: underline;
}
3. Press the "Submit" and refresh your forum
Regards
Craig
Re: how do I hide the following on my forum
lol
if i was one second fast enough i could have saved you from posting that lmao
Regards
Craig
if i was one second fast enough i could have saved you from posting that lmao
Regards
Craig
Re: how do I hide the following on my forum
After playing with this for a while i have noticed alot about phpbb2, because its an older version of the bulletin board it has many linked together sections such as the "time and date" being linked to the "who is online" box, the "legend bar" will have been effect aswell
In newer version this is not the case and can be individually hidden without effecting other parts of the forum
To fix the forum take the code out and press "Submit"
Regards
Craig
In newer version this is not the case and can be individually hidden without effecting other parts of the forum
To fix the forum take the code out and press "Submit"
Regards
Craig
Re: how do I hide the following on my forum
BEO wrote:my 'who is online' box has gone wierd
Yes - that's because those three classes affect more than just that section you're trying to hide. I found that out the hard way myself when trying to change some text in the gallery. They need to make more precise classes for a lot of this stuff. Either that or use the more standard "GetElementByID" or "GetElementByTAG" containers like other software does. If each element had it's own ID or TAG - it would be a piece of cake to change a lot of this stuff.
Re: how do I hide the following on my forum
Placehold wrote:I have a copy of all three CSS and will see if i can hide this for you however i will need to know what version your forum is
I asked before and didn't get a reply .. I guess there is no way I can coerce you into parting with a copy of those phpBB2 classes, huh? I'd really appreciate having them!
Re: how do I hide the following on my forum
You never said what one you wanted lmao
I'll PM you all three
and how'd you get that quote onto this thread
Lmao
Regards
Craig
I'll PM you all three
and how'd you get that quote onto this thread
Lmao
Regards
Craig
Re: how do I hide the following on my forum
Placehold wrote:You never said what one you wanted lmao
I'll PM you all three
and how'd you get that quote onto this thread
Lmao
Regards
Craig
You probably didn't return to the thread I asked on last week
No problem - I appreciate it!
Re: how do I hide the following on my forum
How can I get a later version then and get rid of the what I wanted to get rid of without messing the who is online box nall that.
Re: how do I hide the following on my forum
Well i use Punbb mainly because you can alter it more, however changing up version can alter your forum from text to images
Admin Panel\display\Choose a theme\Version
You will have the option of three
phpbb2, phpbb3 and punbb
You also get a selection of skins for each and with phpbb3 you can keep your current style
regards
Craig
Admin Panel\display\Choose a theme\Version
You will have the option of three
phpbb2, phpbb3 and punbb
You also get a selection of skins for each and with phpbb3 you can keep your current style
regards
Craig
Re: how do I hide the following on my forum
It would really help id people asking questions would include a link to their forum so we could get an idea what they're talking about - or edit their profile on here to include a link.
We'd really need to know what the problem is that affects your info box when you used that code. If it's a question od colors making the text not visible, you could probably change the BG color for that area. Without seeing the problem it's kinda difficult to know what you want.
We'd really need to know what the problem is that affects your info box when you used that code. If it's a question od colors making the text not visible, you could probably change the BG color for that area. Without seeing the problem it's kinda difficult to know what you want.
Re: how do I hide the following on my forum
If i got the just of it, i think they would like to hide the time and date on their forum as its taking up space right above there forum section however because its interlinked to the legend and whos online sections they also disappeared,
I think lmao
Regards
Craig
I think lmao
Regards
Craig
Re: how do I hide the following on my forum
To do this use the CSS section to take away the sections
1. Navigate to
Admin panel\Display\Colors\CSS StyleSheet
2. Add the following text and press "Submit"
Once you refresh your forum the effects are immediate and will only remove your time and date on the top right hand side, I'm am currently working on a way to get rid of the content on the top left without disrupting the nav links
Regards
Craig
1. Navigate to
Admin panel\Display\Colors\CSS StyleSheet
2. Add the following text and press "Submit"
- Code:
ul.linklist li.rightside {
float: right;
display: none;
}
ul.linklist li.footer-home {
float: left;
display: none;
}
p.rightside {
float: right;
margin-right: 5px;
display: none;
}
Once you refresh your forum the effects are immediate and will only remove your time and date on the top right hand side, I'm am currently working on a way to get rid of the content on the top left without disrupting the nav links
Regards
Craig
Re: how do I hide the following on my forum
ok, thanks. Have you got the code for the top left yet
.
Sorry, If I am being impatient
Sorry, If I am being impatient
Re: how do I hide the following on my forum
Well sort of , i managed to cover it however the code is really messy, I'm trying to simplify the code to make it easier and safer to use
sorry if I'm taken a while
regards
Craig
sorry if I'm taken a while
regards
Craig
Page 1 of 2 • 1, 2 

Home

by BEO on Sun Jul 20, 2008 8:52 am





