This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
5656
Off-topic / Re: How to center a div in the middle of the screen
« on March 31st, 2012, 08:45 PM »
Yes. What are you trying to center in the page?
5657
Off-topic / Re: How to center a div in the middle of the screen
« on March 31st, 2012, 08:34 PM »
body
.class1 (display: table)
.class2 (display: table-row)
.class3 (display: table-cell; vertical-align: middle)
That should work... You can usually do without the .class2, but afaik some browsers prefer to have table rows as well.
You can also set the display: table on body, but I've never done that.
.class1 (display: table)
.class2 (display: table-row)
.class3 (display: table-cell; vertical-align: middle)
That should work... You can usually do without the .class2, but afaik some browsers prefer to have table rows as well.
You can also set the display: table on body, but I've never done that.
5658
Features / Re: New revs
« on March 31st, 2012, 07:11 PM »
rev 1530
(4 files, 1kb)
- Since we're not going to ship package support in Wedge, removed $context['uninstalling'] from related Aeva Media code. Also removed some duplicate code. (Aeva-Embed.php, Subs-BBC.php)
* Moved the footnote parser to its own function, it's cleaner that way and avoid creating a new lambda function for every call to parse_bbc(). (Subs-BBC.php)
- Forgot to commit the ;desc removal for error logs in a file. (Subs.php)
* French translation. (index.french.php)
@ One commit left to get our 300 for the quarter... :P I'm off for now.
(4 files, 1kb)
- Since we're not going to ship package support in Wedge, removed $context['uninstalling'] from related Aeva Media code. Also removed some duplicate code. (Aeva-Embed.php, Subs-BBC.php)
* Moved the footnote parser to its own function, it's cleaner that way and avoid creating a new lambda function for every call to parse_bbc(). (Subs-BBC.php)
- Forgot to commit the ;desc removal for error logs in a file. (Subs.php)
* French translation. (index.french.php)
@ One commit left to get our 300 for the quarter... :P I'm off for now.
5659
Features / Re: New revs
« on March 31st, 2012, 07:08 PM »
rev 1529
(2 files, 2kb)
! Intrusion log was showing logs in chronological order by default. (ManageErrors.php)
* Rewrote error log to use descending order by default, so we could avoid adding ;desc everywhere when even the alternative (now ;asc) was never offered in the UI. And yes, it also saves 5 bytes per page for admins, considering it's also in the main menu. What? (Admin.php, ManageErrors.php)
(2 files, 2kb)
! Intrusion log was showing logs in chronological order by default. (ManageErrors.php)
* Rewrote error log to use descending order by default, so we could avoid adding ;desc everywhere when even the alternative (now ;asc) was never offered in the UI. And yes, it also saves 5 bytes per page for admins, considering it's also in the main menu. What? (Admin.php, ManageErrors.php)
5660
Archived fixes / Re: Time offset (auto detect)
« on March 31st, 2012, 06:47 PM »
I don't know.
I don't have that many headaches... My father had more. Then they stopped after a few decades.
In the winter I rarely open my window, too. That may have an influence. Plus, my last headache was a couple of hours after I finally committed a "working" version of reverse post order. May be stress-induced.
I don't have that many headaches... My father had more. Then they stopped after a few decades.
In the winter I rarely open my window, too. That may have an influence. Plus, my last headache was a couple of hours after I finally committed a "working" version of reverse post order. May be stress-induced.
5662
Archived fixes / Re: Time offset (auto detect)
« on March 31st, 2012, 05:30 PM »
Well I usually take Doliprane or Novacetol, dunno if they're specific to France. Doliprane has paracetamol IIRC, and Novacetol has paracetamol + codeine + something else (can't remember but it's not ibuprofene), and I usually take the Novacetol. I have headaches on a weekly basis and I try not to get accustomed to a brand over another, but I don't think it's that important...
IIRC, ibuprofen just doesn't work for me.
IIRC, ibuprofen just doesn't work for me.
5664
Archived fixes / Re: Time offset (auto detect)
« on March 31st, 2012, 05:21 PM »* Nao has no idea what the difference between paracetamol, codeine and ibuprofen is. So he takes all three at the same time, just to be sure.
5665
Plugins / Re: Signatures Once Per Page
« on March 31st, 2012, 05:19 PM »
Yeah, I suppose it's harmless.
But true enough, if I know someone by their sign mostly (because they have a specific image and their avatar is too generic or non-existent), I'll tend to recognize them in the conversation by signature -- plus it doesn't require moving your eyes along the horizontal axis.
So I guess I'll never install this on a forum of mine. No harm done either way :)
But true enough, if I know someone by their sign mostly (because they have a specific image and their avatar is too generic or non-existent), I'll tend to recognize them in the conversation by signature -- plus it doesn't require moving your eyes along the horizontal axis.
So I guess I'll never install this on a forum of mine. No harm done either way :)
5666
Test board / Re: Test topic.
« on March 31st, 2012, 05:16 PM »Hey... It actually works?!
lmlkmlmlkmlkmlkmlkmlkmlkmlkmlkmlkmlkmlkmlkmlmklkmlkmlkmlkm4545645645654645654564645546456456456546456lkm
Okay, it's when you don't add quotes that it fails... Which makes sense, somehow.
lmlkmlmlkmlkmlkmlkmlkmlkmlkmlkmlkmlkmlkmlkmlmklkmlkmlkmlkm4545645645654645654564645546456456456546456lkm
Posted: March 31st, 2012, 05:15 PM
Seems to work for me...?
5668
Features / Re: New revs - Public comments
« on March 31st, 2012, 02:50 PM »How can it, when it is view/enter per group per board. There's absolutely no way using the groups table to work out 'just me' or 'everyone', unless you override a board's access by being an admin or board owner,
and everyone is only inferrable if it contains every group,
If you mean 'all of my custom groups', then yes, board access has to be updated later. I don't know about the best solution for that. Except another meta-group, of course...
No, you don't, not necessarily. The list of boards you can see and access is calculated and cached ready for use, which is done to avoid that join.Quote How faster would it be, since you need to join the board_access table anyway..?
5669
Features / Re: Badges and the displaying thereof
« on March 31st, 2012, 02:42 PM »The only trick is doing it efficiently.
SMF's is not perfect, but it would be much worse I reckon.
We should probably stick to physical groups for now... And if we change that in the future, well... We can always add this to the update script.
5670
Off-topic / Re: Google Code-in
« on March 31st, 2012, 02:39 PM »
And then maybe we'll have to kindly ask him to get us a Google internship :P