Jump to content


pers0n

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

Posts I've Made

In Topic: new user role can't publish...must be missing something.

01 March 2012 - 03:52 PM

Anyway to roll out a new update soon?

I don't know how to use Git and I've tried to manually edit these but my PW 2.2 doenst have the same lines in wire/modules/PagePermissions.module as I've searched for those lines to edit them.

I'm having problems letting users create new pages and I think its related to this. I'm about to launch a site soon and just noticed this today as I had to setup some permissions. Not sure I have time to test the PW with the repeatable field stuff in it yet.

Sorry I found out the setting under "add children" wasnt checked on some items.

In Topic: Under Notes column in Fields view, show "required"

01 March 2012 - 11:19 AM

Sorry for all the little suggestions

I noticed when I mark something as "required" it doesnt say that in the label for the fields when someone goes edits or creates a new page that has fields that are "required"

I know I could add this to the label manually, but figured it would just show up

In Topic: Image not responding to size()

28 February 2012 - 04:30 PM

You might also get this problem if you are trying to resize images without checking to make sure their are images to begin with.

In Topic: Repeatable Fields

15 February 2012 - 06:55 PM

Cool, I could use these for slideshows for sure. :)

Each repeatable item doesn't link to its own content does it? I know we could add a link to another page, but I guess I didnt understand it 100% and probably wont until I play with it.

In Topic: Sort based on original sort order of a page field

03 February 2012 - 10:13 AM

person, do this.you can:

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


Thanks that worked