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
316
Plugins / Re: Post Fields
« on January 13th, 2013, 09:48 AM »
Quote from live627 on January 13th, 2013, 08:30 AM
No. A generic form class would solve that, though. But, ofc, there's the possibility of utilising a hook for this...
Hooks can be uglier than forms, but probably simpler to implement.
317
Plugins / Re: Post Fields
« on January 13th, 2013, 08:23 AM »
This is pretty nice! I had a question, can someone add a field type to custom profile fields (and by extension, to this plugin)?
318
Archived fixes / Re: Remove drafts
« on January 8th, 2013, 05:12 PM »
Funny thing is, doing $(a).click() on jquery mobile works as expected (because of the way it handles clicking)
319
Off-topic / Re: GMail domains
« on January 8th, 2013, 06:59 AM »
Quote from Nathan Sparrow on January 8th, 2013, 06:24 AM
One of the company I've worked with used custom domain for business on Gmail. How does that work?
Google Apps, I use that too.
320
Features / Re: New revs - Public comments
« on January 6th, 2013, 08:50 PM »
Quote from Arantor on January 6th, 2013, 12:31 AM
men u do me?

Sounds like something a lady of the night might wonder.
Pretty much where I was getting at :P...
321
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 08:26 PM »
Quote from Arantor on January 6th, 2013, 08:21 PM
In which case some stuff that expects the sidebar should be able to detect if there is one and appropriately either drop their content (and not go through the queries etc.) or reposition it elsewhere.
I've always taken sidebar as a secondary content, i.e. stuff that shouldn't matter if removed. Although some authors might take it differently.
322
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 08:20 PM »
Quote from Arantor on January 6th, 2013, 08:11 PM
Quote
I don't get people who complain that something is done one way and they can't disable it, but they won't even consider doing something very simple like creating a sidebar-less skin for their forum. (Which is probably when they realize they don't really need it.)
You can make such a skin, however I forget what happens when things want to put things into the sidebar will do when there isn't a sidebar.
Pretty sure nothing. If you remove the sidebar from the skeleton it'll render the page without the sidebar, atleast that's what happened when I tested things last time.
323
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 11:07 AM »
Quote from dwc on January 6th, 2013, 10:21 AM
How is reading the width of the display bad readability?
Depends upon the width, I have 24" monitors and it gets ridiculous.
324
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 09:21 AM »
Quote from dwc on January 6th, 2013, 08:33 AM
Wait.... sidebars are/will be permanent???
Pretty much, yeah. See this site for example.
325
Bug reports / Re: Cannot read the CSS - Alpha 2
« on January 6th, 2013, 07:44 AM »
Perhaps some sort of alternative php script can be used as a backup for those web servers which are not supported as of now?
326
Features / Re: New revs - Public comments
« on January 5th, 2013, 06:46 PM »
&("#menu").dome();
327
Features / Re: New revs - Public comments
« on January 5th, 2013, 06:34 PM »
$("#menu").dome();

Oh..hell no.
328
Features: Forward thinking / Re: jQuery support
« on January 5th, 2013, 06:31 PM »
Newer versions of jquery have some nice speed improvements plus the plugins are being written for them these days anyway, I'd upgrade now. The size vs speed trade kind of balances out.
329
The Pub / Re: Context object?
« on January 4th, 2013, 07:32 AM »
Singleton's __clone can also be private, just nuke the entire thing :P.
330
Oops, should be window not windows
Code: [Select]
$(function()
{
    if (window.location.hash.length > 0)
        $.galleriffic.gotoImage(window.location.hash);
});