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 - Dragooon
496
Plugins / Re: Which next? [Poll]
« on March 30th, 2012, 07:06 PM »
Well in that case:

1) A tournament type system
2) Ad management
3) Chinese takeout menu.
497
Off-topic / Re: Need help with a tooltip (jQuery)
« on March 30th, 2012, 07:04 PM »
Well isn't that embarrassing :P

What's your full document?
498
Off-topic / Re: Need help with a tooltip (jQuery)
« on March 30th, 2012, 07:01 PM »
You only closed one function :P

Code: [Select]
jQuery(function()
{
    jQuery('#tooltipclick').click{
      jQuery('#tooltip').toggle();
   });
});
499
Plugins / Re: Which next?
« on March 30th, 2012, 07:00 PM »
I'd say pizza one but that'd be an old joke. I always liked the idea of having the ability to call the attention of an user to a topic(Similar to mentions in Facebook or Google+) without having to explicitly PM somebody or shout out loud in the Thoughts area. I always wanted to implement this but was waiting for some notification type system in Wedge(Basically this idea was the reason I started liking the whole notifications-api thing).
500
Off-topic / Re: Need help with a tooltip (jQuery)
« on March 30th, 2012, 06:58 PM »
Quote from Arantor on March 30th, 2012, 06:53 PM
I have to admit I did wonder about wrapping it in document.ready() or equivalent but as it seemed to work, I didn't pay it much attention.

Mind you, given that most of the JS I've done for ages has been working with Nao's event handling in Wedge, I tend to forget that somewhat...
Browser's tend to behave oddly when not wrapped in a load-type event. Some execute the script a bit later and tend to find the elements whereas others generally don't. So wrapping around a load-type event is generally a good idea, especially if you're loading more scripts from different sources and need to make sure they exist.
501
Off-topic / Re: Need help with a tooltip (jQuery)
« on March 30th, 2012, 06:52 PM »
Yeah, that's good.
502
Off-topic / Re: Need help with a tooltip (jQuery)
« on March 30th, 2012, 06:46 PM »
Pretty much, I'd rather use $ throughout or jQuery($ is just a shortcut for jQuery) throughout for consistency.
503
Off-topic / Re: Need help with a tooltip (jQuery)
« on March 30th, 2012, 06:42 PM »
Just as a tip, wrap the function around jQuery's document.ready(jQuery(document).ready) function or document onload event, the reason it wasn't working was that the element wasn't defined by the time the script was called. A shortcut for document.ready in jQuery is
Code: [Select]
$(function()
{
    ...document.ready code
});
You can also use jQuery instead of $
504
For adding a thought hook I'd want id_thought, id_member, id_parent, id_master, privacy and thought itself(Basically anything passed by the user). I'd think that same parameters should be passed for editing and deleting? So that one hook callback doesn't have to perform a lookup if required.

PS: What's the difference between id_parent and id_master?
505
Quote from 0x on March 28th, 2012, 01:03 PM
I want to ask, is what Farjo just said is sarcasm? I don't quite get it what is Farjo trying to convey.
Pretty much, yeah.
Quote from Farjo on March 28th, 2012, 12:56 PM
True, plus you don't have enough bugs to be comparable with RC2. But it's OK I've got it sussed:

All the new features that you want in the final release - if you've started them, commit them; if you haven't then just make some half-arsed effort - you know just a screen with some vague labels and an OK button that gives nonsensical error messages. Commit these too and, in effect, you'll be feature-locked PLUS the software will be full of bugs.

Release this version then fall out with each other.

Thank you.
What software are you referring to? RC2 was actually pretty stable.
506
Development blog / Re: Aftermath of the Great Deployment
« on March 27th, 2012, 05:21 PM »
Must be fun to spam one's own forum.
507
Archived fixes / Re: Missing global in add_plugin_js_file
« on March 27th, 2012, 12:55 PM »
Quote from Arantor on March 27th, 2012, 12:26 PM
I assume that's still true in 1510 or thereabouts?
Yup
508
Plugins / [Plugin] Re: Facebook for Wedge
« on March 26th, 2012, 02:29 PM »
Quote from Nao on March 26th, 2012, 02:28 PM
Quote from Dragooon on March 26th, 2012, 01:55 PM
Honestly, I suck at providing support and updates for my plugins and mods, so I try and make it fairly feature complete at first so that I don't have to do much to maintain it. For the same reason I'm afraid of it being an official plugin, not that I mind it being one.
Official = the team maintains and supports it ;)
If you want, of course!

I think I did a good job of maintaining and supporting your SMF Media Gallery ;)
Hey, I did stuff too :P....
Ofcourse, I'd love that.
509
Plugins / [Plugin] Re: Facebook for Wedge
« on March 26th, 2012, 01:55 PM »
Honestly, I suck at providing support and updates for my plugins and mods, so I try and make it fairly feature complete at first so that I don't have to do much to maintain it. For the same reason I'm afraid of it being an official plugin, not that I mind it being one.
510
Plugins / [Plugin] Re: Facebook for Wedge
« on March 23rd, 2012, 04:44 PM »
Quote from Arantor on March 23rd, 2012, 04:30 PM
Which reminds me. Watch this video, specifically the bit I'm thinking of is 3:58 onwards :D
Fantastic