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 - live627
541
Plugins / Re: Hooks for loadMemberData and loadMemberContext
« on May 30th, 2012, 07:28 AM »
For reference, this is the topic I started http://wedge.org/code/6830/loadmemberdata-arrays/msg265467/#msg265467
Topic about converting those two and other related user loading functions to classes http://wedge.org/code/6411/user-class/
542
The Pub / Re: The Cookie Law (in the UK at least)
« on May 30th, 2012, 07:04 AM »
Quote from feline on May 29th, 2012, 11:20 AM
WAP/WAP2/IMode is not handled I think .. and you can login/register without accept the ecl. That's not correct I think ...
The bare minimum is covered, no? That a user (and spider) can access the site without having to deal with cookies.
543
The Pub / Re: The Cookie Law (in the UK at least)
« on May 29th, 2012, 12:29 AM »
Quote
whilst Live627 (I think) tests if the session to be started is for a guest.
Close. Although that is correct from a user's viewpoint, the code checks to see if the login cookie has been sent.
Quote from feline on May 28th, 2012, 08:59 PM
you have to exit the WriteLog() if a Guest don't have accept the ECL .. if don't do that, a lot of errors occurs because it's no session created at this time ...
Yes, that's right. Actually, more than that function assume the session is loaded. I'm still fixing loose ends, even though  it is now six days since I did the cookie change.
544
Other software / Re: PHP 5.4 bug, mods/plugins with hooks
« on May 27th, 2012, 07:33 PM »
Out  of curiosity, Nao, have you ever made a plugin for Wedge?
545
Other software / Re: PHP 5.4 bug, mods/plugins with hooks
« on May 27th, 2012, 07:12 PM »
All my plugins do that - for the very reason mentioned. Plus I wasn't  sure  if things would work without them.
546
Features / Re: Thought system
« on May 26th, 2012, 12:56 AM »
Front page thought list seems to have more padding. Looks much better!
547
Features / Re: Aeme features ideas.
« on May 20th, 2012, 09:33 AM »
Quote
Maybe even remove it from the post table but I'm sure some people would kill me for that
it would save a sql join for fringe cases where only the subject is needed from a specific topic.
548
Features / Re: Action buttons: positioning
« on May 18th, 2012, 01:09 AM »
Quote from Nao on May 17th, 2012, 11:00 PM
Quote from Arantor on May 17th, 2012, 09:41 PM
But for example in the context of margins, what does 'default' mean, exactly?
Well... Zero?
But then what would happen if the browser default for a margin on a particular tag (<p>) isn't zero?
549
The Pub / Re: Reminders, CAPTCHAs and registered users
« on May 16th, 2012, 07:57 AM »
re the plugin, can't you do that with custom profile fields?
550
Plugins / Re: Crazy plugin-related idea I just had
« on May 16th, 2012, 01:15 AM »
Quote from Arantor on May 16th, 2012, 12:45 AM
It's... interesting... trying to do that. I did originally plan on doing that actually in the package parser but I never got any useful error messages out of the RelaxNG parser that I could feed back to the user.
I played with it once and never did get useful errors just as you observed. I seem to recall seeing it dated 2003...
Quote from Arantor on May 16th, 2012, 12:45 AM
I could certainly apply more validation than is currently applied, though. There is already a certain amount of validation carried out just viewing the list, it wouldn't be harder to pull out a list of first level children and validate based on that at least, but it's not particularly easy to provide any useful error messages from that.
To me that would seem like more trouble than it's worth. required-functions may be the way to go here. The effort is minimal on Wedge's side.
551
Features / Re: Action buttons: positioning
« on May 16th, 2012, 01:02 AM »
Quote
@John> Yep, I know :) And one of my goals is to harmonize these looks... But I love them both. I may even, I don't know, try to look into using my minimenu styling on main menus, although I probably won't keep that... Main menus need to be stylish and very neutral, because they're used a lot. Mini menus can be more daring, I'd say. Right now I love both, so it's going to be interesting trying to do something out of these.
The main thing I don't like about the mini-menu is it's too crowded. The recent restyling helped on that front since the borders are gone. Some extra padding in between the links would help as well. The hover state would look better without the underline, and it might also look better if the background changed color, not the text.

Sorry for the nitpicking. Both my brother and my mother are graphic designers for our family book publishing company and I think it's rubbing off onto me.
552
Plugins / Re: Crazy plugin-related idea I just had
« on May 16th, 2012, 12:23 AM »
Quote
I suppose what could be done is if the plugin indicates it needs the handler function as part of the <required-functions> block?
Thatt, or validate each manifest file using RNG, which doesn't seem like the best way to go.
553
Features / Re: Action buttons: positioning
« on May 15th, 2012, 09:20 AM »
Quote from godboko71 on May 15th, 2012, 06:04 AM
I don't like the underlines on the links in the username menu. It doesn't fit with the rest of the menus.
If we're going that way, how would they look sty,ed like the main menu dropdowns? I really dig that style, as I've mentioned before.
554
Plugins / Re: Crazy plugin-related idea I just had
« on May 15th, 2012, 06:11 AM »
* live627 likes this
555
Other software / Re: Has SMF Gotten Slower?
« on May 15th, 2012, 03:32 AM »
Quote
Here's wondering if we're already doing it by default in Wedge
It's not done by default that I can see.