It is currently Thu Sep 09, 2010 05:01
  • View your posts
  • FAQ
  • Register
  • Login

  • All times are UTC + 1 hour [ DST ]



    Post new topic Reply to topic  [ 268 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 27  Next
    Author Message
     Post subject: Re: EDK 3.0
    PostPosted: Mon Feb 08, 2010 22:33 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1669
    chimaira88 wrote:
    Ok, that code worked, but even after all of that the same issue is present. This is pretty strange. Maybe the way these browsers handle the killboard is causing this issue?

    I'm still not seeing the expired header that should be being sent. Try using the two files I posted above. They have been updated.
    Kovell wrote:
    For caching issues try replacing common/includes/class.cache.php with http://evedev-kb.googlecode.com/svn/tru ... .cache.php

    and common/admin/option_config.php with http://evedev-kb.googlecode.com/svn/tru ... config.php


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Tue Feb 09, 2010 08:46 
    Offline
     E-mail  Profile

    Joined: Wed Sep 10, 2008 09:41
    Posts: 102
    Kovell wrote:
    chimaira88 wrote:
    Ok, that code worked, but even after all of that the same issue is present. This is pretty strange. Maybe the way these browsers handle the killboard is causing this issue?

    I'm still not seeing the expired header that should be being sent. Try using the two files I posted above. They have been updated.
    Kovell wrote:
    For caching issues try replacing common/includes/class.cache.php with http://evedev-kb.googlecode.com/svn/tru ... .cache.php

    and common/admin/option_config.php with http://evedev-kb.googlecode.com/svn/tru ... config.php

    New files didn't help the problem. Every single time I log out of admin, it stays on the page I was just on, even though I'm logged out. Refreshing the pages then shows me as being logged out. My server is running Firefox 3.0.17 still and this caching problem doesn't exist when browsing the killboard using it. Also, I have another computer that was running FF 3.5 and it worked fine until I upgraded it to FF 3.6 and it's now having the same issue as my PC is. Seems that FF 3.6, IE 8, and newest version of Chrome are all having this issue for some reason...any ideas? I've seen a couple other people with the problem. But, can anyone else come forward using FF 3.6 that has this problem?


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Tue Feb 09, 2010 14:19 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1669
    I'll try adding in some more cache control messages tomorrow to turn off caching for the parts that shouldn't be cached.


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Wed Feb 10, 2010 10:29 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1669
    More prescriptive cache control added replace the same file with the new version at:
    http://evedev-kb.googlecode.com/svn-his ... .cache.php


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Wed Feb 10, 2010 13:38 
    Offline
     E-mail  Profile

    Joined: Wed Sep 10, 2008 09:41
    Posts: 102
    Kovell wrote:
    More prescriptive cache control added replace the same file with the new version at:
    http://evedev-kb.googlecode.com/svn-his ... .cache.php

    I believe this is the link you meant to post. ;)

    http://evedev-kb.googlecode.com/svn-his ... .cache.php

    But, I'm glad to say that this cured my caching issue in all browsers. I can log out of admin now with no problems at all. Amazing work man, thank you. :D


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Sat Feb 13, 2010 16:38 
    Offline
     E-mail  Profile

    Joined: Fri Feb 27, 2009 00:35
    Posts: 56
    Hi,

    Goons loooong new Alliance name seems to make the layout of the KM a bit wonky....

    http://eve-iyi.info/?a=kill_detail&kll_id=1097193

    Rob,


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Sat Feb 13, 2010 16:45 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1669
    Any pilot/corp/alliance with a long name will cause layout problems. The best approach is to avoid having anything to do with such people. Then your board, forums, etc will all function better with the minimum of effort.

    Layout that copes with both short and long names is an ongoing effort.


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Mon Feb 15, 2010 19:23 
    Offline
     E-mail  Profile

    Joined: Sun Jan 17, 2010 04:58
    Posts: 15
    Kovell wrote:
    Layout that copes with both short and long names is an ongoing effort.


    Considered making a more 'web2.0' theme with more divs and less tables? I could try my hand at it, although it'll take me -forever- because i'm lazy that way.

    Also I'm likely to code in something mean for all ie6 users that redirects them to the depths of hell.


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Mon Feb 15, 2010 20:40 
    Offline
     E-mail  Profile

    Joined: Sat Jun 20, 2009 13:46
    Posts: 66
    Kovell wrote:
    Any pilot/corp/alliance with a long name will cause layout problems. The best approach is to avoid having anything to do with such people.

    lol

    Kovell wrote:
    Layout that copes with both short and long names is an ongoing effort.

    Ideally you break names in php, but for an easy css workaround make the name columns fixed width and enclose text in a block of a class that has overflow:hidden; set.


    Top
     
     Post subject: Re: EDK 3.0
    PostPosted: Mon Feb 15, 2010 22:34 
    Offline
    GOD!
     Profile

    Joined: Wed Nov 26, 2008 13:35
    Posts: 1669
    catari wrote:
    Kovell wrote:
    Layout that copes with both short and long names is an ongoing effort.

    Ideally you break names in php, but for an easy css workaround make the name columns fixed width and enclose text in a block of a class that has overflow:hidden; set.
    Breaking names in php doesn't work so well due to differing character widths and fonts. The WWWWWWWWWWWW alliance vs IIIIIIIIIIII alliance problem.

    I actually have looked at overflow:hidden but I don't remember why I didn't use it. It does look like what is wanted. ... After a brief play it doesn't seem to actually work. The text just wraps in both firefox and explorer. I think this was the problem I had last time. I'll try to explore further before getting distracted by something shiny this time.


    Top
     
    Display posts from previous:  Sort by  
    Post new topic Reply to topic  [ 268 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 27  Next

    All times are UTC + 1 hour [ DST ]


    Who is online

    Users browsing this forum: No registered users and 1 guest


    You cannot post new topics in this forum
    You cannot reply to topics in this forum
    You cannot edit your posts in this forum
    You cannot delete your posts in this forum
    You cannot post attachments in this forum

    Search for:
    Jump to:  
    Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
    Style Designed By phpBBegypt