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
6451
Features / Re: Disallowing edits to posts
« on February 14th, 2012, 12:37 AM »
You want to know my solution?

No mem name.
Last edited by (account deleted)

Who cares, after all?
6452
Features / Re: Disallowing edits to posts
« on February 14th, 2012, 12:09 AM »
Or we could just store somewhere a list of lost ids along with corresponding member name. If member not found, retrieve name from list...
6453
Features / Re: Notify Admin when a new member joins
« on February 13th, 2012, 07:40 PM »
We share the load ;)
6454
Features / Re: Disallowing edits to posts
« on February 13th, 2012, 06:35 PM »
I don't see how the DB would be inconsistent if every single query dealt with member_id_whatever and the member name data var at the same time...
Oh well, anyway :)
6455
Features / Re: Profile tab on the main menu
« on February 13th, 2012, 06:33 PM »
Thing is, a "My Account" link could perfectly well fit into the sidebar's user box... So it's not like were out of options :^^;:
6456
Features / Re: Don't know if I shared it publicly or not
« on February 13th, 2012, 06:32 PM »
Well, I personally don't bother simply because the menu is still there for me to access my usual areas.
But once the homepage gets to be different from the menu order, it will certainly be an interesting alternative. Maybe we could even allow admins to hide and show and reorder icons manually... Like creating shortcuts to their fave areas..?
6457
Features / Re: Selectbox
« on February 13th, 2012, 06:23 PM »
Your multi-select thing -- is this what you're using in Notify Admins? Didn't have time to check the code... What did you replace the select box with?

Re: on-topic, I'm currently doing tests with a dropdown positioned absolutely relative to the body, rather than the select box itself... This seems to fix all problems met in Opera, but OTOH it also means that if the element is moved, the dropdown won't move along with it...
Fun times :P
6458
Features / Re: Notify Admin when a new member joins
« on February 13th, 2012, 06:21 PM »
Nao = front-end code
Pete = back-end code

It's like we were meant to work on Wedge together :P
6459
Plugins / Re: Lazy Load Inages
« on February 13th, 2012, 06:19 PM »
Quote from Norodo on February 11th, 2012, 06:19 PM
This would be an act of good faith, and I think it is a good idea. Make sure however that this does not burden your time considerably.
Time is the main problem indeed...

If someone else was willing to manage the project, then I could consider doing it.
6460
Features / Re: Disallowing edits to posts
« on February 13th, 2012, 05:54 PM »
Quote from Arantor on February 13th, 2012, 11:55 AM
Quote
Suggesting to simply check for modified_member when deleting a member, and if found, unserialize data and serialize with last known member name.
Which still means doing it every row, as opposed to UPDATE wedge_messages SET modified_name = 'name' WHERE modified_member = id...
Well... The question would be, would someone who edited a LOT of posts, be likely to be removing their account later...? Plus, it's only done once per account removal... i.e. not exactly common business...
6461
Plugins / Re: Readability
« on February 13th, 2012, 05:52 PM »
Is that a small-size Georgia? Ouch...
6462
Features / Re: Don't know if I shared it publicly or not
« on February 13th, 2012, 05:50 PM »
I'm not a fan of having dozens of big icons, myself... It just never really ticked with me.

But I trust that I'm the only one thinking that. I have to think of the majority really ;)
6463
Features / Re: Profile tab on the main menu
« on February 13th, 2012, 05:47 PM »
Hmm... My Account is perhaps a bit too much, innit? I mean, it's longer than 'Profile' in probably every language you could think of...

But I see what you mean.

My Account
- Profile (<--- view how your Profile appears to others)
- Edit Profile
- Preferences (<--- layout settings, mostly)
- Settings (<--- real account-related settings)

Something like that, right...?
6464
Features / Re: New revs
« on February 13th, 2012, 05:43 PM »
rev 1336
(9 files, 3kb)

* Replaced a few select box horizontal rules with the newer data-hide technique. Left a few in, mostly out of laziness or because I'm unsure whether category names should allow for HTML tags. Will also need to look into adding hr's in the middle of long select boxes in the future. (Groups.php, ManageMembers.php, ManageSmileys.php, ManageMaintenance.template.php, ManageScheduledTasks.template.php, MessageIndex.template.php, ModerationCenter.template.php, Profile.template.php)

* The blog template really needs to be modeled closer to the forum template... (MessageIndex.template.php)

* Translation. (Admin.french.php)

@ Don't worry Pete, I'll leave you with famed revision 1337 'cuz I'm lost in my select box bugs right now... I probably already snapped it back in the Aeva Media days anyway, if we ever reached that number :lol:
6465
The Pub / Re: Table/iFrame with image as border
« on February 13th, 2012, 03:07 PM »
Did you try auto instead of scroll?