Jump to content


alexp999

Member Since 06 Dec 2010
Offline Last Active 35 minutes ago
-----

Posts I've Made

In Topic: Compound Profile Fields

20 May 2013 - 11:31 AM

I've used "display: inline-block" on a couple of elements, although they still go through a hook. Just means I can stick them next to each other.


In Topic: Compound Profile Fields

20 May 2013 - 09:35 AM

In topic view, could you just not alter the CSS so they display inline?


In Topic: Dates in Cached Feed Blocks

11 February 2013 - 05:57 AM

I ended up making my own solution to this in the end.

 

Wrote a plugin to grab the data and strip out all the fields I don't need and cache it, then another block which is not cached which grabs that cached data and converts it to the output and correct time for each user.


In Topic: Anti-cache hash should change on edit or re-cache.

14 December 2012 - 04:27 PM

For anyone coming across this later on, I'm pleased to say my hook is not needed for IPB 3.4.x, as IPS have implemented this fix themselves :)


In Topic: Suggestion - Cache Query but not Block

11 August 2012 - 02:40 AM

I havent stripped anything from the array, its serialized the entire $records array.

I might look into stripping what I dont need. I imagine its only going to affect how quickly the server reaches max capacity as I cant see how the page can load any faster than it already does.