From a semantic point of view a table isn't a weird choice for this. However, from a styling point of view it's much easyer not to use tables for general layout since it's not very flexible. Therefore I prefer using divisions with lists.
You can use display: in CSS on tables to, well, make it not ...
Search found 46 matches
- Wed Sep 01, 2010 5:05 am
- Forum: [3.0/Olympus] Styling
- Topic: [prosilver] Forum and topic listing using tables
- Replies: 10
- Views: 59168
- Sun Aug 29, 2010 5:41 am
- Forum: [3.x] Discussion
- Topic: URL Rewriting MOD
- Replies: 23
- Views: 45083
Re: URL Rewriting MOD
There has already been plenty of discussion on this before.
IIRC the biggest issue was that HTTP referrers could be leaked to pages linked from any topic by the client, which could give private information away.
IIRC the biggest issue was that HTTP referrers could be leaked to pages linked from any topic by the client, which could give private information away.
- Wed Aug 18, 2010 8:52 am
- Forum: [3.x] Discussion
- Topic: reCAPTCHA for emails
- Replies: 6
- Views: 12744
Re: reCAPTCHA for emails
IMO phpBB shouldn't just depend on a single 3rd party solution (i.e. MailHide). If this was implemented, then it should be a plugin, not just designed for reCAPTCHA.
- Wed Aug 18, 2010 8:47 am
- Forum: [3.x] Discussion
- Topic: Change "less than a minute ago" to something shorter
- Replies: 16
- Views: 35845
Re: Change "less than a minute ago" to something shorter
"Just now" is too informal for my taste. If I were trying to shorten this, I'd use "seconds ago" or "moments ago", but I really don't have a problem with "less than a minute ago"
Sorry to bump an oldish topic... but I like "moments ago", that sounds best to me . "seconds ago" seems like something ...
Sorry to bump an oldish topic... but I like "moments ago", that sounds best to me . "seconds ago" seems like something ...
- Thu Aug 05, 2010 6:03 am
- Forum: [3.0/Olympus] Styling
- Topic: [prosilver] Forum and topic listing using tables
- Replies: 10
- Views: 59168
Re: [prosilver] Forum and topic listing using tables
Anyone? Would this be more appropiate in 3.1 or 3.2 discussion?
- Fri Jul 30, 2010 11:30 pm
- Forum: [3.x] Rejected RFCs
- Topic: [RFC|Rejected] Removal of subsilver2
- Replies: 238
- Views: 450097
Re: [RFC|Accepted] Removal of subsilver2
Just in reply to naderman's post, the fact is, prosilver is semantically better than subsilver2. Tables should not be used for layout - only for, well, tables.
That is why I am in favour of getting rid of subsilver2.
That is why I am in favour of getting rid of subsilver2.
- Fri Jul 23, 2010 7:11 am
- Forum: [3.0/Olympus] Styling
- Topic: [prosilver] Forum and topic listing using tables
- Replies: 10
- Views: 59168
[prosilver] Forum and topic listing using tables
I've been thinking for a while about the forum and topic listing in phpBB and the reasoning behind using <div>s instead of a table. Although I'm sure when prosilver was created the aim was to have a "tableless layout", it seems appropiate to have the forum and topic listings in a table rather than ...
- Mon May 31, 2010 6:46 am
- Forum: [3.x] Discussion
- Topic: A Rant on Forums
- Replies: 9
- Views: 21664
Re: A Rant on Forums
I agree with him on the illegible text point...
Why Trebuchet MS? There are a lot of other more readable fonts around. I'm also not a fan of prosilver's 90% layout, because the paragraphs end up becoming way to long (and hard to read) on my 1280*800 screen.
In fact, the more I read over his/her ...
Why Trebuchet MS? There are a lot of other more readable fonts around. I'm also not a fan of prosilver's 90% layout, because the paragraphs end up becoming way to long (and hard to read) on my 1280*800 screen.
In fact, the more I read over his/her ...
- Sat May 08, 2010 3:51 am
- Forum: [3.x] Discussion
- Topic: iPhone theme
- Replies: 9
- Views: 24546
Re: iPhone theme
CSS3 makes support for smaller resolutions much easier.
http://ie.microsoft.com/testdrive/HTML5 ... fault.html
The only issue with this is limited CSS3 support. AFAIK it would be possible to design a style that includes these CSS3 features, but still works without them.
http://ie.microsoft.com/testdrive/HTML5 ... fault.html
The only issue with this is limited CSS3 support. AFAIK it would be possible to design a style that includes these CSS3 features, but still works without them.
- Sun May 02, 2010 10:26 pm
- Forum: [3.x] Discussion
- Topic: AJAX, jQuery, et. al.
- Replies: 38
- Views: 99874
Re: AJAX, jQuery, et. al.
You are assuming that it is just forum members that use the forum.
I have seen vBulletin sites based on AJAX, and as a guest just passing by and reading a single page, it is extremely annoying and slow to load the AJAX interface.
You also have to remember that phpBB must also work with users that ...
I have seen vBulletin sites based on AJAX, and as a guest just passing by and reading a single page, it is extremely annoying and slow to load the AJAX interface.
You also have to remember that phpBB must also work with users that ...