Jump to content


pers0n

Member Since 02 Nov 2011
Offline Last Active Mar 01 2012 04:27 PM
-----

Topics I've Started

Under Notes column in Fields view, show "required"

01 March 2012 - 10:58 AM

A minor suggestion, but it might help

I noticed it will show "autojoin, global, system", I figured it might be a good idea to show "required" also, just so we know that we set that option

Image field needs "jpe"

28 February 2012 - 05:32 PM

Very minor request, but right now image types allow "gif jpg jpeg png" by default, please add jpe to this for future releases. It is rare to come across them, but I've run into this issue before by some program or piece of hardware (camera or scanner) that created .jpe files and yes users could just rename, but I think it would be better to just add it to the core for new installs. For now I'm just adding them in manually :)

Thanks.

Required field option

28 February 2012 - 04:39 PM

Sorry if this has been mentioned before.

I'd like to be able to set certain fields in a template to be required, meaning they cannot be left blank.

Sort based on original sort order of a page field

02 February 2012 - 05:40 PM

I'm having a issue, where I need to find all the artwork, but have it sort based on the artistpage, but its doing it based on the alphabetically ordering, not the actual ordering of all my artistpages, which I have dragged into a specific order.

$pages->find('template=artwork, sort=artistpage');

I've checked to make sure "sort" is not set under any children for anything.

Entering empty datetime fields and time fields

17 January 2012 - 06:23 PM

I need to have events, they can have startDate, startTime, endDate, endTime.

But but not all events will have a startTime, endDate, endTime.

So I made those 4 fields seperate.

But when I leave those 3 that arent always used, it puts in "12/31/1969" for the date or "07:00" for the time if they are left empty.

I am checking for null, but its not saying its null, but I left the fields empty.

:(