WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Code, Quote, Spoiler Issue for phpbb3 Empty Code, Quote, Spoiler Issue for phpbb3 Fri May 07, 2010 8:28 am

Russel

Russel
Moderator
Moderator
Hello,

I am just wondering why Code, Quote and Spoiler has no any border, colors, background. I think its for phpbb3 only.

Some of forums that are using phpbb3 has problems with it.

Proof:

Code:
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample


Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample
Sample


Spoiler:


what are your points of view? and how to fix it. same as here in webartz, my forum gets suck with this.

https://www.twitter.com/russeltubo

ankillien

ankillien
Administrator
Administrator
Hmmm..

There is an issue with quotes and other content boxes in posts. The markup is done with tables which was done with DIVs so the current style applied to them is not working.

Here is a temporary CSS fix for it which will make the quote/code boxes neater...

Code:
.postbody table {
padding : 10px;
background : #FFF;
border : 1px solid #666;
}
.code {
color: green;
font-family: courier;
padding: 10px;
border-bottom: 0px !important;
}

This is a temporary fix and it should be removed from CSS when Forumotion fixes the issue.

Russel

Russel
Moderator
Moderator
the code thing has no scroller and the spoiler is not in short first.

but i will not update my forum. i will just wait to fix that case of forumotion. solved

https://www.twitter.com/russeltubo

ankillien

ankillien
Administrator
Administrator
I know this code is not perfect. It is just a workaround to be used till forumotion fixes the issue.

This will just help you to make the boxes look little better than before Smile

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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