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
1051
Features / Re: New revs
« on November 24th, 2010, 01:41 AM »
rev 287

! JSE fix on alert (Register.template.php)
* Moving Javascript to the footer using add_js() (Profile.template.php, Register.template.php)
1052
Features / Re: New revs
« on November 23rd, 2010, 06:55 AM »
Oh wait... the actual tag is included. Perhaps SCRIPT_HEADER fits after all.
Posted: November 23rd, 2010, 02:36 AM

rev 284 (:edit: :P)

! Parse error (LogInOut.php)
* Converted another file to HTML5. Moving Javascript to the footer, using data-onclick (Register.template.php)
! Audio verification close button should close an iframe and not a window (Register.template.php)
* Changed an inline style to its equivalent class (Register.template.php)
! SMF bug: Refreshing the CAPTCHA would bring you to the top of the page (GenericControls.template.php)



Note to whoever finishes converting that file (probably me): Only the guest registration area was tackled; the other tmpl functions still need looked at.
1053
Features / Re: New revs
« on November 23rd, 2010, 12:43 AM »
rev 282

* More converting deprecated attributes to CSS equivalents (Themes.template.php, Search.template.php, Profile.template.php, Packages.template.php, MessageIndex.template.php, Login.template.php, Display.template.php, Admin.template.php)
Posted: November 23rd, 2010, 12:33 AM

The CDATA... bit hard to say. CDATA_HEADER seems more logical because it gives the impressiion that a CDATA tag is being used. SCRIPT_HEADER...... sounds like it contains <script>. To me, anywzay.

Is it worth it? No idea..
1054
The Pub / Re: Logo Madness (Was: New revs)
« on November 19th, 2010, 08:08 AM »
Space shuttle. That was an awesome one.

You mentioned your favourite logo that you showed to your gf... I liked it a lot.
Posted: November 19th, 2010, 08:04 AM
Quote from Nao/Gilles on October 16th, 2010, 06:08 PM
Anyway -- made a quick mockup and I'm happy with it. It may not be very original, but it works...
I think I found it
1055
The Pub / Re: Logo Madness (Was: New revs)
« on November 19th, 2010, 06:05 AM »
Quote from Nao/Gilles on November 18th, 2010, 04:41 PM
Does the current logo in the header suit you fine or not?
There's some weird object intruding in the logo... ah it's a wedge... it looks out of place.

And, despite what your gf thinks, red is nice! (Mostly)
1056
Features / Re: New revs
« on November 18th, 2010, 10:48 PM »
Quote from Nao/Gilles on November 18th, 2010, 02:32 PM
Quote from Nao/Gilles on November 18th, 2010, 07:30 AM
Oh yeah eheh.
Pete! Please send feedback on my code, ideas and implentations! :^^;:
Any reason why you're blatantly ignoring me...?

I could use some of your hindsight, really.
Know that I'm still offering my help  - that is, if you are wanting someone other than Pete to join the fray :)
1057
Features / Re: New revs
« on November 18th, 2010, 01:06 AM »
So in other words they removed code but not completely... heh, so typical of them. <PRV>
1058
Features / Re: New revs
« on November 17th, 2010, 11:28 PM »
Quote from Nao/Gilles on November 17th, 2010, 07:23 PM
! SMF bug: <span id="top_subject"> was missing, causing quick edit to fail on first topic posts. They don't want me as beta tester so I'll just let them find out by themselves. Ah ah. (Display.template.php)
grep -nHIi -- top_subject (in directory: /var/www/smf_dev/Themes/default)
Help.template.php:663:               <span id="top_subject">', $txt['manual_topic_heading'], '</span>
Search completed with 1 match.

Need I say more? :P
1059
Features / Re: New revs
« on November 16th, 2010, 11:50 PM »
I always wondered why some JS lacked a semicolon appended to the line.. It certainly works to go the PHP way and use a semicolon EVERYWHERE (and easier too!)
1060
Off-topic / Re: Aeva Message - My Wierd Sense Of Humour
« on November 14th, 2010, 12:43 AM »
or it hit an error?
1061
Off-topic / Re: PHP 5.3
« on November 12th, 2010, 06:15 AM »
ugh sounds like work
1062
Off-topic / Re: PHP 5.3
« on November 12th, 2010, 12:35 AM »
LMAO @ the dinosaur

(Now I have a small headache :P)
1063
Off-topic / Re: PHP 5.3
« on November 12th, 2010, 12:26 AM »
goto was something I missed coming from Javascript but learned not to use it - and still won't. I don't want spaghetti code, thank you. Not anymore.
1064
Plugins / Re: Plugin hooks
« on November 12th, 2010, 12:00 AM »
Quote from Nao/Gilles on November 11th, 2010, 09:42 PM
Also, rename $context to $cx or something, to make it faster to type?
I'd recommend against it and leave it as a full word so as to be less confusing.
1065
Plugins / Plugin hooks
« on November 10th, 2010, 10:51 PM »
And what about the integration hooks SMF has?