|
Page 2 of 2
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#16 Fri 25 Jan, 2013 13:39 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: Black Pearl PM Problem
Both mine and Default posting_body are identical and contains this as text area and palette:
<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:
instead of 15
EDIT: but this doesn't cause the error ..I tested
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
Edited by Joshua203, Fri 25 Jan, 2013 14:15: STRIKED the false conclusion |
#17 Fri 25 Jan, 2013 13:59 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: Black Pearl PM Problem
ok guys look
i downloated black_pearl from this site
what i changed was this two things:
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 960px;
/* width: 90%; */
}
to
#wrapper{
/* clear: both; */
margin: 0 auto;
width: 90% !important;
/* width: 90%; */
}
and
<!-- DEFINE $MG_GLOBAL_WIDTH = '960px' -->
to
<!-- DEFINE $MG_GLOBAL_WIDTH = 90%' -->
i also checked on Joshua site and saw this:
so it happend also on Joshua site
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#18 Fri 25 Jan, 2013 19:49 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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?
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#19 Sat 26 Jan, 2013 10:15 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
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?
nop..
i will try from Linux later
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#20 Sat 26 Jan, 2013 12:11 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
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
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#21 Sun 27 Jan, 2013 12:12 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#22 Sun 27 Jan, 2013 18:32 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: Black Pearl PM Problem
wouldn't that simply mean you are using the wrong resolution settings?
no its not wrong
i think some people still using 1152x864
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#23 Sun 27 Jan, 2013 19:21 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
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.
|
#24 Sun 27 Jan, 2013 22:20 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: Black Pearl PM Problem
@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 ?
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#25 Mon 28 Jan, 2013 06:19 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
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.
|
#26 Tue 29 Jan, 2013 03:04 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
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.
ok
thanks for the link..its very usefull
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#27 Tue 29 Jan, 2013 07:49 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
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.
|
#28 Tue 29 Jan, 2013 08:35 |
|
|
Page 2 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|