Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Black Pearl PM Problem 
 
Both mine and Default posting_body are identical and contains this as text area and palette:

Code: [Download] [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: [Download] [Hide] [Select]
rows="17"

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
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Black Pearl PM Problem 
 
ok guys look

i downloated black_pearl from this site

what i changed was this two things:

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


to

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


and

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


to

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


i also checked on Joshua site and saw this:

 joshua

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!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.


 



 
mortSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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 ?
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
mortSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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  
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
mortSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 2
Goto page Previous  1, 2


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron