Search the Community
Showing results for tags 'author'.
-
Hi, have a site where I set up a news category, then under that I have different regions where editors in those regions can add news stories. I'm trying to figure out how to allow each editor to only add/edit stories in their region, and not allow editors from other regions to edit them. examp...
-
Is there a way to output a nicely formatted author name using just the page's author without creating an additional author field attached to a template? At the moment I'm doing: $author = $page->createdUser; echo $author->name; but that just outputs admin when I'd like it to output Site Admin. B...
-
How can I add fields to the user page in the PW Admin? I'd like to add a field for a user's full name. The blog profile created by Ryan uses a similar field named "Display name (first and last name)," but I can't figure out how that field is added to the page. I've combed through the forum and I...