Go Back   EN World D&D / RPG News > Meta - Forums About Forums > Meta

Meta Post comments and questions about the messageboards and other parts of EN World. If you have a problem, this is where to go. Moderator email addresses are posted here.

 
Share LinkBack Thread Tools Display Modes
Old 7th July 2008, 04:38 PM   #1 (permalink)
Registered User
 
buzz's Avatar
 
Join Date: Aug 2002
Location: Aurora, IL
Posts: 5,886
buzz Goblin Sharpshooter (Lvl 2)
Send a message via AIM to buzz
Display of news items on main page: Order?

Just curious: What determines the order/layout of the news items on the main page? Other than important new news going in one of the top two feature spots, articles seem to appear in different spots each day I visit. They don't seem to be sorted by date. Just seems weird.

My vote would be to someday format the news articles blog-style, in descending date order (with an RSS feed!) in a single column. If ti has to be two-column, col 1 flowing into col 2 in reverse-date order would still be nice.

Anyway, not a demand, just some feedback. I'm lovin' the improved performance of the site!
__________________
If knowledge of a game's plot would spoil its experience, it isn't a game.
...
A player cannot learn of a game's ending without experiencing it, because a game is not a linear object.
—Mike Mearls

Burning Wheel rewards playing.
—Blackberry
buzz is offline   Reply With Quote
Old 7th July 2008, 05:29 PM   #2 (permalink)
Registered User
 
ki11erDM's Avatar
 
Join Date: Dec 2007
Posts: 400
ki11erDM Goblin Sharpshooter (Lvl 2)
Yea… at first I found the front page nice… but I am absolutely hating it now.

Is there any way to display it differently? A simple list of the article without all those damn frames and scroll bars… I just can’t believe you would have 12+ scroll bars displayed on the front page… really boggles my mind.
__________________

Formally know as Borc Killer.
ki11erDM is offline   Reply With Quote
Old 7th July 2008, 05:41 PM   #3 (permalink)
In Media Res
 
Lord Tirian's Avatar
 
Join Date: Jun 2005
Location: Prestwich, UK
Posts: 3,504
Lord Tirian Hobgoblin Soldier (Lvl 3)
Quote:
Originally Posted by ki11erDM View Post
Is there any way to display it differently? A simple list of the article without all those damn frames and scroll bars… I just can’t believe you would have 12+ scroll bars displayed on the front page… really boggles my mind.
It's due to the Internet Exploder. There's a way to do that, but Morris said that would break compatibility with the Internet Exploder (all versions).

Cheers, LT.
__________________
4E Material | Channel Divinity: Evil Gods | New At-Wills | House Rules
Miniature Painting | My Miniatures | Pogre's Tip Collection

"Tempora mutantur et nos mutamur in illis."

Secret Member of well... it's secret
Lord Tirian is offline   Reply With Quote
Old 7th July 2008, 08:11 PM   #4 (permalink)
Registered User
 
ki11erDM's Avatar
 
Join Date: Dec 2007
Posts: 400
ki11erDM Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by Lord Tirian View Post
It's due to the Internet Exploder.


LOL
I have a VM of XP for each browser: IE6, IE7, IE8, FF2.X, FF3. And the front page of Enworld displays almost identically on all of them, badly. What magic browser you want me to use? hehe
It actually looks like a resolution/font issue for FF3 and IE8 (all the VMs run 1024), if I ctrl- a few times they look ok but small as heck. Older IEs and FF2 look like crude no matter what I do.
So basically what you are saying is most people who view the page just get to view it incorrectly? Nice.
__________________

Formally know as Borc Killer.
ki11erDM is offline   Reply With Quote
Old 7th July 2008, 09:47 PM   #5 (permalink)
Registered User
 
buzz's Avatar
 
Join Date: Aug 2002
Location: Aurora, IL
Posts: 5,886
buzz Goblin Sharpshooter (Lvl 2)
Send a message via AIM to buzz
(Pops open Parallels, checks ENWorld in IE6/Win and FF2/FF3/Win.)

This is when I'm happy to use Macs both at home and work. Safari renders the front page just peachy. FF3 (both Win and Mac) only puts vertical scrollbars on a couple of articles (the Wiki one, basically).

Adding
Code:
overflow-y:hidden; padding-bottom:30px;
to .feature fixes the issue in FF. (Gotta love the Web Developer toolbar.)

I dunno if that would fix it in IE, but maybe, as I got the idea from this article on fixing overflow bugs in IE.

Still, a better fix for me would simply be going back to a blog-style layout. Let each item take up as much space as it needs to, and avoid the whole overflow issue.
__________________
If knowledge of a game's plot would spoil its experience, it isn't a game.
...
A player cannot learn of a game's ending without experiencing it, because a game is not a linear object.
—Mike Mearls

Burning Wheel rewards playing.
—Blackberry
buzz is offline   Reply With Quote
Old 7th July 2008, 10:07 PM   #6 (permalink)
Registered User
 
starwed's Avatar
 
Join Date: Sep 2005
Location: Lexington, KY
Posts: 789
starwed Goblin Sharpshooter (Lvl 2)
I fixed the scrollbars (to my satisfaction, anyway!) in FF3 by adding the following rules to userConent.css:
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(www.enworld.org)
{
    .feature, .article {    height: auto ! important;  }
}
This simply makes the article/feature blocks as large as necessary to contain the text. Alternatively, you could use overflow:hidden to hide any text that won't fit.
Quote:
Still, a better fix for me would simply be going back to a blog-style layout. Let each item take up as much space as it needs to, and avoid the whole overflow issue.
I'd have to say the old way was easier for me to read... especially to quickly pick out what was new.
__________________
Share your feats and magic items on an OGC Wiki
Anime d20 SRD
For Firefox: A list of the 9 Swords maneuvers.

Last edited by starwed; 7th July 2008 at 10:10 PM..
starwed is offline   Reply With Quote
Old 8th July 2008, 01:55 AM   #7 (permalink)
Registered User
 
ki11erDM's Avatar
 
Join Date: Dec 2007
Posts: 400
ki11erDM Goblin Sharpshooter (Lvl 2)
Quote:
Originally Posted by starwed View Post
I'd have to say the old way was easier for me to read... especially to quickly pick out what was new.
/agree

And a end user should not have to add code to get a page to display 'correctly'. I feel really bad saying this as i LOVE Enworld but i just dont see how in the world you can put all that time and effort into developing a site and not care how it looks in a dominate browser, be that FF3 or IEX.
__________________

Formally know as Borc Killer.
ki11erDM is offline   Reply With Quote
Old 9th July 2008, 12:20 AM   #8 (permalink)
Fancyman of Cornwood
 
amysrevenge's Avatar
 
Join Date: Mar 2008
Location: Calgary AB Canada
Posts: 424
amysrevenge Goblin Sharpshooter (Lvl 2)
I just find it weird that the articles aren't sorted by date...
amysrevenge is offline   Reply With Quote
Old 9th July 2008, 12:23 AM   #9 (permalink)
Lost in the Machine
 
Michael Morris's Avatar
 
Join Date: Jan 2002
Location: Knoxville TN
Posts: 7,902
Michael Morris Goblin Sharpshooter (Lvl 2)
Send a message via ICQ to Michael Morris Send a message via AIM to Michael Morris Send a message via MSN to Michael Morris Send a message via Yahoo to Michael Morris
Quote:
Originally Posted by amysrevenge View Post
I just find it weird that the articles aren't sorted by date...
I have an idea...

Ok, got it. What's going on is the articles out of sequence have bad date inputs on their publish up and publish end setups. There's actually 6 entry points for this - Leader start/end, Feature start/end, Normal start/end. There really only needs to be one start date entry, then a point where it demotes from leader to feature, and feature to normal. I managed to confuse myself on this.

What was confusing everyone is the placement of the article order is determined by the date given for the group it's in. If I scheduled an article to show as leader from the 26th to the 30th, Then as a feature from the 1st to the 7th it will sort among the features as if it where first posted on the 1st even though the date shown is the 26th. The problem is worse among the normal articles.

The problem can be corrected for the interim by the newshounds, including myself, getting used to how the computer parses the dates for start and finish of articles. Long term though I need to correct the submissions interface which is far buggier than the display interface.

Last edited by Michael Morris; 9th July 2008 at 12:33 AM..
Michael Morris is offline   Reply With Quote
Old 9th July 2008, 08:32 AM   #10 (permalink)
Lost in the Machine
 
Michael Morris's Avatar
 
Join Date: Jan 2002
Location: Knoxville TN
Posts: 7,902
Michael Morris Goblin Sharpshooter (Lvl 2)
Send a message via ICQ to Michael Morris Send a message via AIM to Michael Morris Send a message via MSN to Michael Morris Send a message via Yahoo to Michael Morris
I significantly changed the css - those using overrides might want to drop them. The declarations now are:

Code:
.leaderboard {
    min-height: 230px;
}
.leaderboard h1{
    font-size: 16px;
}

.leaderboard .subtitle {
    font-size: 14px;
}

.feature {
    min-height: 246px;
}

.article {
    min-height: 100px;
}

Last edited by Michael Morris; 9th July 2008 at 08:36 AM..
Michael Morris is offline   Reply With Quote


Bookmarks

Tags
feature requests, formatting, news page

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


And yet another word from our sponsors
Visit Our Sponsors
Visit Our Sponsors... Again
Powered by vBadvanced CMPS v3.0.1

All times are GMT +1. The time now is 02:47 AM.


Site Contents © 2008 ENWorld
PHP Ajax Multimedia Web Framework © 2008 Digital Media Graphix
Powered by vBulletin® Version 3.8.0 Beta 1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

"Vault Data" powered by VaultWiki v2.5.1.
Copyright © 2008 - 2009, Cracked Egg Studios.