Icy Phoenix

     
 

Bugs For Me With Black Pearl

Bugs For Me With Black Pearl

Article
Reply with quote    Download Post  
Post Bugs For Me With Black Pearl 
 
again the me the stupid doc

here is my board, its not final
http://angels-inn.net/AngelCollector/

my problem is that the template doesnt  properly works with IE and i guess it has a few bugs

as example a few pics


the logout page

this happens sometimes, the fonts increases

wrong
25b4da5d2b7ecdbe0b546b55e6dd4tt

right
93f7d2f04d7e5c1aba5e1655a96dbtt



nearly same with the UCP

wrong
0486a07e3da0b63fbc68075b84b2ett

right
596ed66eeda5d3aefa8b2beac2df0tt


and finally this

Body in Mozilla

a3d1b3e7f6c98ea95a0d9ba0e65f2tt

Body in IE

68615726ed7926ad2bd5ffb634f91tt


is there any solution to solve this? how can i fix this?

Any help yould be much appreciated, thank you in advance for the help.

Regards
Mark



 
DrZoidberg - View user's profile Send private message  
DrZoidberg [ Fri 19 Oct, 2007 14:44 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Bugs For Me With Black Pearl

Comments
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
issues below resolved by me, any help for the rest?
DrZoidberg wrote: [View Post]



and finally this

Body in Mozilla

a3d1b3e7f6c98ea95a0d9ba0e65f2tt

Body in IE

68615726ed7926ad2bd5ffb634f91tt


is there any solution to solve this? how can i fix this?

Any help yould be much appreciated, thank you in advance for the help.

Regards
Mark




 
DrZoidberg - View user's profile Send private message  
DrZoidberg [ Mon 22 Oct, 2007 10:25 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
Unfortunately on this PC I don't have IE 6 and in IE 7 the template looks fine.

Can you please tell me how did you solve the issue you fixed?

Regarding other bugs I'll have a try when I have access on a PC with IE 6.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 23 Oct, 2007 21:58 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
Mighty Gorgon wrote: [View Post]
Unfortunately on this PC I don't have IE 6 and in IE 7 the template looks fine.

Can you please tell me how did you solve the issue you fixed?

Regarding other bugs I'll have a try when I have access on a PC with IE 6.


hmm how i solved this, easy

for the hover i took this .htc file from this site
and added in the overall header

http://www.xs4all.nl/~peterned/

the icon_minmise.png and icon_maximise.png i replaced with gif files
 and included them into  the index_body.html


68615726ed7926ad2bd5ffb634f91tt


about the other probs (increasing fonts and tabs) i think there must be mistake in html code or?



 
DrZoidberg - View user's profile Send private message  
DrZoidberg [ Tue 23 Oct, 2007 22:07 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
The size of the text is related to a wrong CSS parsing by IE... anyway I think it's a minor problem...



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 23 Oct, 2007 22:11 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
Mighty Gorgon wrote: [View Post]
The size of the text is related to a wrong CSS parsing by IE... anyway I think it's a minor problem...


the fonts in the logout page and tab in UCP and increases also in Mozilla, a minor prob but i hope its resolevable



 
DrZoidberg - View user's profile Send private message  
DrZoidberg [ Tue 23 Oct, 2007 22:17 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
Yes, you can easily change the font size in CSS to a fixed size.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 23 Oct, 2007 22:42 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
Here's an error I've spotted at the viewing member groups page. The PM button in IE7 is half cutted.

blackpearlerror



 
hype - View user's profile Send private message  
hype [ Wed 24 Oct, 2007 01:15 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
Mighty Gorgon wrote: [View Post]
Yes, you can easily change the font size in CSS to a fixed size.


sorry iam a bit novice in these things, which fonts size in the stylesheet?

html {
    font-size: 100%;
}

body {
    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
    color: #FFFFAA;
    background-color: #000000;
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
    margin: 0px 10px 0px 10px;
}


or the complete

/* === Text === */


fonts?

solves this also the increasing body prob in UCP?
596ed66eeda5d3aefa8b2beac2df0tt
0486a07e3da0b63fbc68075b84b2ett



 
DrZoidberg - View user's profile Send private message  
DrZoidberg [ Wed 24 Oct, 2007 02:11 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
Thanks for the bug reporting, I'll try to fix it ASAP.

Regarding font size, you can modify this:
Code: [Download] [Hide] [Select]
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */


to this:
Code: [Download] [Hide] [Select]
    font-size: 10px;

Let me know.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Thu 01 Nov, 2007 21:31 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
FOR some reason ive lost my password for this account, but iam the DrZoidberg.

Again i did this already, but it doesnt helps, maybe a wrong tag somewhere in the code?

Fonts increases on logoutpage and the body in UCP Panell grows sometime how shown in my post above.

Any help would be really much appreciated, this style rocks!!

Mighty Gorgon wrote: [View Post]
Thanks for the bug reporting, I'll try to fix it ASAP.

Regarding font size, you can modify this:
Code: [Download] [Hide] [Select]
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */


to this:
Code: [Download] [Hide] [Select]
    font-size: 10px;

Let me know.




 
DrZoidber_g - View user's profile Send private message  
DrZoidber_g [ Fri 02 Nov, 2007 23:05 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
I'll try to check as soon as I have some free time.

For your old account you can request a new password from the login page.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Mon 05 Nov, 2007 00:29 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
no prob i will be patient, thx in forward for the asisstance


Mighty Gorgon wrote: [View Post]
I'll try to check as soon as I have some free time.

For your old account you can request a new password from the login page.




 
DrZoidber_g - View user's profile Send private message  
DrZoidber_g [ Mon 05 Nov, 2007 09:00 ]
Reply with quote    Download Post  
Post Re: Bugs For Me With Black Pearl 
 
hype wrote: [View Post]
Here's an error I've spotted at the viewing member groups page. The PM button in IE7 is half cutted.



I fixed this by opening up memberlist_group.html

Find the following line of code

Code: [Download] [Hide] [Select]
<td class="row2" colspan="2"><span class="gen">{GROUP_DESC}</span><p class="forumdesc">{GROUP_TYPE}</p></td>


and remove

Code: [Download] [Hide] [Select]
colspan="2"


So it should now look like

Code: [Download] [Hide] [Select]
<td class="row2" ><span class="gen">{GROUP_DESC}</span><p class="forumdesc">{GROUP_TYPE}</p></td>


That should fix your problem.



 
slayer1551 - View user's profile Send private message  
slayer1551 [ Mon 19 Nov, 2007 12:29 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1