Black Pearl PM Problem »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Black Pearl PM Problem



Joshua203 [ Fri 25 Jan, 2013 13:39 ]
Post subject: Re: Black Pearl PM Problem
maybe Limun can post it but I think it s unmodified so we could extract it from a default pack too I guess


Joshua203 [ Fri 25 Jan, 2013 13:59 ]
Post subject: Re: Black Pearl PM Problem
Both mine and Default posting_body are identical and contains this as text area and palette:

Code: [Hide] [Select]
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<!-- INCLUDE posting_buttons.html -->
<tr>
<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea></td>
<!-- IF S_BBCODE_ALLOWED -->
<td width="80" align="center" valign="top">
<script type="text/javascript">
// <![CDATA[
colorPalette('v', 7, 6)
// ]]>
</script>
</td>
<!-- ENDIF -->
</tr>
</table>


EDIT:
One difference with my modded file is:
Code: [Hide] [Select]
rows="17"

instead of 15

EDIT: but this doesn't cause the error ..I tested


Limun [ Fri 25 Jan, 2013 19:49 ]
Post subject: Re: Black Pearl PM Problem
ok guys look

i downloated black_pearl from this site

what i changed was this two things:

Code: [Hide] [Select]
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 960px;
/* width: 90%; */
}


to

Code: [Hide] [Select]
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 90% !important;
/* width: 90%; */
}


and

Code: [Hide] [Select]
<!-- DEFINE $MG_GLOBAL_WIDTH = '960px' -->


to

Code: [Hide] [Select]
<!-- DEFINE $MG_GLOBAL_WIDTH = 90%' -->


i also checked on Joshua site and saw this:

joshua

so it happend also on Joshua site


Joshua203 [ Sat 26 Jan, 2013 10:15 ]
Post subject: Re: Black Pearl PM Problem
I'm viewing this at more than one site with multiple widths from default to 100% and use ie8, but I just don't see it.

I'm almost at the point of blaming your settings on the pc... have you tried viewing on a different system?


Limun [ Sat 26 Jan, 2013 12:11 ]
Post subject: Re: Black Pearl PM Problem
Joshua203 wrote: [View Post]
I'm viewing this at more than one site with multiple widths from default to 100% and use ie8, but I just don't see it.

I'm almost at the point of blaming your settings on the pc... have you tried viewing on a different system?


nop..
i will try from Linux later


Limun [ Sun 27 Jan, 2013 12:12 ]
Post subject: Re: Black Pearl PM Problem
ok summary :

i tryed in Linux and everything is ok , no problems but:

my Linux was on 1280x1024 resolution
my windows 7 (here was the problem) was on 1152x864

now i changed win7 to 1280x1024

what resolution is your Josh?

try 1152x864


Joshua203 [ Sun 27 Jan, 2013 18:32 ]
Post subject: Re: Black Pearl PM Problem
wouldn't that simply mean you are using the wrong resolution settings?

My laptop is set at 1280x800, I have no 1152x864


Limun [ Sun 27 Jan, 2013 19:21 ]
Post subject: Re: Black Pearl PM Problem
Joshua203 wrote: [View Post]
wouldn't that simply mean you are using the wrong resolution settings?


no its not wrong
i think some people still using 1152x864


mort [ Sun 27 Jan, 2013 22:20 ]
Post subject: Re: Black Pearl PM Problem
Hey fella's,

If resolution is the problem, then the script is fixed-width and not fluid.

@Limun, could you set the columns to something like 20 for a look, and then remove all columns and rows, and try it with the style= on its own?

And I suppose another problem is - Is that some browsers are smarter than others, and handle overall and inner widths differently.



Limun [ Mon 28 Jan, 2013 06:19 ]
Post subject: Re: Black Pearl PM Problem
mort wrote: [View Post]


@Limun, could you set the columns to something like 20 for a look, and then remove all columns and rows, and try it with the style= on its own?



i m a bit confused here
what where ?


mort [ Tue 29 Jan, 2013 03:04 ]
Post subject: Re: Black Pearl PM Problem
Wherever that textarea is or called from.

Mate if you use FF and add this to it http://chrispederick.com/work/web-developer/ you will be able to edit the cached html and find and solve these problems a lot easier.


Limun [ Tue 29 Jan, 2013 07:49 ]
Post subject: Re: Black Pearl PM Problem
mort wrote: [View Post]
Wherever that textarea is or called from.

Mate if you use FF and add this to it http://chrispederick.com/work/web-developer/ you will be able to edit the cached html and find and solve these problems a lot easier.


ok
thanks for the link..its very usefull


mort [ Tue 29 Jan, 2013 08:35 ]
Post subject: Re: Black Pearl PM Problem
If you install it make sure that you enable the bottom tool-bar, because that's the one that will tell you if there are errors or warnings in the html - and you can click the icon to find out what they are.

Doesn't tell you how to fix it - But shows you where it is.

And don't ever use Html-Tidy to try and fix it, because you're dealing with lots of different templates when you are looking at the html.

But you already knew that.




Powered by Icy Phoenix