Search found 182 matches

by ecwpa
Sun Feb 03, 2013 3:01 pm
Forum: [3.x][Archive] RFCs
Topic: Replace font size BBCodes' inline HTML with CSS
Replies: 16
Views: 18765

Re: Replace font size BBCodes' inline HTML with CSS

Good point. Now that you mention it that must be the reason it works that way.

Anyway, you can keep the font-size hardcoded with style=, but let us have classes for the rest.
by ecwpa
Sat Feb 02, 2013 4:13 pm
Forum: [3.x][Archive] RFCs
Topic: Replace font size BBCodes' inline HTML with CSS
Replies: 16
Views: 18765

Replace font size BBCodes' inline HTML with CSS

This is how small bbcode looks like: [size=85]Small[/size] Here's the HTML that renders: <span style="font-size: 85%; line-height: normal">Small</span> Same goes for tiny, large and huge font bbcodes. The problem is they're all just <span> sections hardcoded to the final HTML, I can't styl...
by ecwpa
Sat Jan 19, 2013 4:37 pm
Forum: [3.x] Discussion
Topic: Why not using Twitter Bootstrap?
Replies: 18
Views: 24969

Re: Why not using Twitter Bootstrap?

No, for forum design its bad. For example, some page uses grid layout, so it uses .row4 and other similar classes. Style author wants to change layout, he's forced to change class names instead of just editing css entries. Anything that forces predefined behavior is bad when software is supposed to...
by ecwpa
Fri Jan 18, 2013 11:45 pm
Forum: [3.x] Discussion
Topic: Why not using Twitter Bootstrap?
Replies: 18
Views: 24969

Re: Why not using Twitter Bootstrap?

I think we really really need 2 things: 1. A barebone theme I can take subsilver apart and start creating a new style from it but there're still classes from subsilver inside the template files. Taking out files from it is also very tedious. 2. A phpBB "blessed" CSS class file that can han...
by ecwpa
Sat Dec 22, 2012 2:53 pm
Forum: [3.x][Archive] RFCs
Topic: Control-Enter for form submission
Replies: 51
Views: 42951

Re: Control-Enter for form submission

Ctrl + Enter is line break in MS Word too.
by ecwpa
Fri Dec 21, 2012 2:21 am
Forum: [3.x][Archive] RFCs
Topic: [RFC] Quick Reply only on Last Page
Replies: 26
Views: 20925

Re: [RFC] Quick Reply only on Last Page

But if you're not, then there's no way to not see the pagination. I like DavidIQ's mockup, that's better than colapsing QR because of an unrelated issue.
by ecwpa
Thu Dec 20, 2012 6:45 pm
Forum: [3.x] Tickets Discussion
Topic: [RFC] Ability to @mention specific users in posts
Replies: 241
Views: 481260

Re: [RFC] Ability to @mention specific users in posts

My opinion is that the ability to mention someone in their posts should not be granted to newly registered users and should be limited in the number of mentions to be done in a single post and maybe even in consecutive posts by the same user. With those constraints (and maybe others) it should be e...
by ecwpa
Wed Dec 19, 2012 4:37 am
Forum: [3.x] Tickets Discussion
Topic: [RFC] Ability to @mention specific users in posts
Replies: 241
Views: 481260

Re: [RFC] Ability to @mention specific users in posts

still a legitimate concern, imagine spam bots abusing it, direct spam to your email.
by ecwpa
Tue Dec 18, 2012 5:58 pm
Forum: [3.x] Tickets Discussion
Topic: [RFC] Ability to @mention specific users in posts
Replies: 241
Views: 481260

Re: [RFC] Ability to @mention specific users in posts

{user:ecwpa} the database would contain: [url=https://area51.phpbb.com/phpBB/memberlist.php?mode=viewprofile&u=21127]ecwpa[/url] and the text would render like: ecwpa . I see, although as callumacrae said one of the goals is making it intuitive. You wouldn't know how to trigger it unless you re...
by ecwpa
Mon Dec 17, 2012 7:31 pm
Forum: [3.x][Archive] RFCs
Topic: [RFC] Quick Reply only on Last Page
Replies: 26
Views: 20925

Re: [RFC] Quick Reply only on Last Page

I don't know, It seems like the real problem for imkingdavid is noticing if you're on the last page or not, which to me it looks like a design issue with the pagination and not the quick reply.