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.
316
Plugins / Re: Post Fields
« on January 13th, 2013, 09:48 AM »No. A generic form class would solve that, though. But, ofc, there's the possibility of utilising a hook for this...
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 »One of the company I've worked with used custom domain for business on Gmail. How does that work?
320
Features / Re: New revs - Public comments
« on January 6th, 2013, 08:50 PM »men u do me?
Sounds like something a lady of the night might wonder.
321
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 08:26 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.
322
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 08:20 PM »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.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.)
323
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 11:07 AM »How is reading the width of the display bad readability?
324
Features: Theming / Re: Permanent sidebar
« on January 6th, 2013, 09:21 AM »Wait.... sidebars are/will be permanent???
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?
327
Features / Re: New revs - Public comments
« on January 5th, 2013, 06:34 PM »
$("#menu").dome();
Oh..hell no.
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
Off-topic / Re: Linking to a specific item on a jQuery portfolio-style gallery (Galleriffic)
« on January 3rd, 2013, 08:18 PM »
Oops, should be window not windows
Code: [Select]
$(function()
{
if (window.location.hash.length > 0)
$.galleriffic.gotoImage(window.location.hash);
});