Thread: Author Name Output
Created on: 02/02/08 07:00 PM
| New topic Reply | Page: 1 |
| Replies: 2 | |
| mndfchstr
|
02/02/08 7:00 PM Hi Laura. Is there an output tag for an author's name? I can't seem to find it. Thank you. |
| Link | Top | Bottom | |
| mndfchstr
|
02/03/08 2:14 PM Also, since I'm here, my hosting company uses custom tags for CFFILE and CFDIRECTORY, where can I find these tags in your code in order to modify them so the Files section of the admin works. Thanks alot. www.mindofchester.com |
| Link | Top | Bottom | |
| Laura
Wizard |
02/04/08 12:49 AM Hi, If you are in a post (inside a Post tag), then you can use the <PostProperty author/> tag. That will output the author's name as set in the admin. In the author.cfm page, where you are inside an <Author> tag, then you can use <mango:AuthorProperty name /> tag. Regarding cffile, I believe it is used in components/utilities/Preferences.cfc, in admin/com/blueinstant/FileManager.cfc (this will make the Files section work) and somewhere inside admin/assets/editors/tinymce for Tiny's file upload plugin. |
| Link | Top | Bottom | |
New Post