Show Posts

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.

Messages - Nao
6211
Features / Re: Unfinished, quite raw, would like some feedback
« on March 7th, 2012, 01:52 PM »
Do you really think admins are going to question the semantics of this? I'm sure they care about it as much as the fact that I'm close to 9k posts and you're still going to beat me to it by tomorrow :P meaning, not much :lol:
6212
Features / Re: Unfinished, quite raw, would like some feedback
« on March 7th, 2012, 01:29 PM »
When I hide my ass during a gun shoot, it's definitely a positive assertion. :eheh:
6213
Features / Re: Unfinished, quite raw, would like some feedback
« on March 7th, 2012, 11:46 AM »
Really?
6214
Features / Re: Unfinished, quite raw, would like some feedback
« on March 7th, 2012, 08:38 AM »
Or "hide avatars"?
6215
Features / Re: Unfinished, quite raw, would like some feedback
« on March 6th, 2012, 11:02 PM »
No offence but it seems like a lot of talk for just a detail. ;)

We have a word in French for all of this.

Branlette intellectuelle. I'll let you look it up. :P
6216
Archived fixes / Re: Fixed SMF bugs
« on March 6th, 2012, 05:41 PM »
It's just a mystery to me ;)
The answer is probably in plain view in some source file, but...
6217
Archived fixes / Re: Fixed SMF bugs
« on March 6th, 2012, 11:12 AM »
A small bump for #52, lost in an ocean of new posts ;)
6218
Features / Re: Poll mode
« on March 6th, 2012, 10:02 AM »
Quote from Arantor on March 5th, 2012, 08:10 PM
No, it isn't that hard, really. We convert the poll id to has_poll, a bool. This allows us to fix up all the edge cases like unread replies where the icon is used. Then in Display, we check for has_poll, query for poll details and push to $context. There is actually a mod for it that can be examined, if inspiration is needed.
I don't know of any mods that aren't in use at Wedge.org, not exactly the area of SMF I played with the most... ;) (either that or themes. Possibly the reason why we rewrote both the mod and theme system, eh ;))
Quote
All the "big stuff" that's really left for now is stuff I need to do, so kick back and I'll dig in.
I still need to finish topic and thought privacy...
I think I'll get back to this today. A bit.
6219
Off-topic / Re: How ported from SMF+Aeva+TP?
« on March 6th, 2012, 07:26 AM »
AeMe stuff will be imported. Not for now though, iirc.
No plans to import TP data.
Bloc is no longer involved with SMF or Wedgre btw.
6220
Features / Re: Unfinished, quite raw, would like some feedback
« on March 6th, 2012, 12:18 AM »
Using color codes for yes/no, then? (green/red)
Slightly muted colors maybe?

Okay, gotta go this time...
6221
Features / Re: New revs
« on March 6th, 2012, 12:16 AM »
rev 1438
(2 files +2, 20kb)

+ Added a couple of filler logos, so that Pete doesn't have to get 404 on them all the time ;) Removed wedgesymbol class -- you're big boys, you can style it yourself if needed, right? (wedgebot.png, wedgetop.png, index.css, Wine/index.css)
6222
Features / Re: Unfinished, quite raw, would like some feedback
« on March 5th, 2012, 11:57 PM »
Maybe using JS to hide/show columns as needed...? (Some hover animations like in the thought list?)
6223
Features / Re: New revs
« on March 5th, 2012, 11:55 PM »
rev 1437
(12 files, 9kb)

* Forgot to commit a statbar-related change. (Display.php)

* Casenazi. (ManageSettings.php, Aeva-Gallery.php, ManageSettings.language.php)

* Indenazi. (ManageMembers.template.php)

* French translations. Hope I didn't forget anything... (LANGUAGES: Admin, Errors, Help, Login, ManagePermissions, ManageSettings, Search)
6224
Features / Re: Poll mode
« on March 5th, 2012, 07:43 PM »
Logo madness. Have a poll for font and a poll for logo. Things like that.

Is it that hard to allow for more polls?
I don't remember the codebase much. Honestly as you may have noticed, I'm struggling irl, closing on a burnout, unable to catch up with all your changes. I haven't even read any more of these new topics or my few new PMs. I'm totally lost. Help.
6225
Features / Re: New revs
« on March 5th, 2012, 05:41 PM »
rev 1434
(9 files +4-4, 18kb)

* Rewrote stats bar to use a CSS gradient. This saves us over 700 bytes in the final gzipped CSS file, and makes HTML simpler as well. If you have a lousy browser, you'll just see a rectangle. I'm sure you can live with it. (bar_stats.png, Display.template.php, Profile.template.php, Stats.template.php, index.rtl.css, sections.css)

* Replaced topic icons with PNG versions. Tried GIF versions, they were barely smaller and slightly blurrier. Moved originals to the attic. (Display.template.php, MessageIndex.template.php, images/topic/*.gif)

* Rewrote poll template to use less bandwidth. Should also make it possible to show multiple polls in a page now. (Display.template.php, sections.css, bar_stats.png)

* Weaving will now use Segoe UI Light by default in its main header. Introduced a $big_font variable for that spot. (index.css)

* Some changes to note zones. As upsetting as it is for me, I'll be using a fixed size (7pt) instead of a relative one, until I find a workaround to make note padding work identically across all browsers in the main menu. (index.css)

* Other minor CSS changes, such as Weaving's background now sporting a full white (instead of Wine's quasi-white), or fixing the post font's temporary font stack. (index.css)

! WeCSS: fixed PHP warning that occurred when doing at least two resets, with the second one related to a selector already impacted by the first one (e.g. a child of it). (Class-CSS.php)

! Fixed responsive sidebar position in Wuthering. (Wuthering/index.css)

! Fixed broken poll layouts. (Display.template.php)

! Fixed background color in wehead class. (index.css)