Get {FILE_TITLE} working with "images <div>"

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
anthony.abraira
Posts: 99
Joined: Sun 11. Sep 2005, 07:42
Location: Mars Hill, NC
Contact:

Get {FILE_TITLE} working with "images <div>"

Post by anthony.abraira »

Does anyone have any idea how to get the "file title" that is the original file name of one of my JPGs to appear on a customized template in the images <div> content part? It appears that is possible in the "default" setting but not in any other form. I am looking for some replacement tag like {FILE_TITLE} or something like in the "filelist" content part to display the file names of the images. Not the file name that phpWCMS concocted but the original ones before they were uploaded.

Thanks in advanced, to those who reply. I apologize if this is a stupid question and I accept the label "dumb ass" with open arms.
"The trick is living without an answer."
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Get {FILE_TITLE} working with "images <div>"

Post by flip-flop »

Hi,

CP image <div>

Code: Select all

<!--
		Thumbnail image: {THUMB_NAME}
		  relative:      {THUMB_REL}
		  absolute:      {THUMB_ABS}
		  height/width:  {THUMB_HEIGHT}px/{THUMB_WIDTH}px
		  image ID:      {IMAGE_ID}
		  image Hash:    {IMAGE_HASH}
		
		CP title:    {TITLE}
		CP subtitle: {SUBTITLE}
		CP text:     {TEXT}
		
		Image ID:   {IMGID}
		Image name: {IMGNAME}
		Image scr:  {IMAGE}
		
		If you are not sure wrap zoomed image:
		[ZOOM]
		Zoomed (big) image: {IMAGE_NAME}
		  relative: {IMAGE_REL}
		  absolute: {IMAGE_ABS}
		  height/width: {IMAGE_HEIGHT}px/{IMAGE_WIDTH}px
		[/ZOOM]		
//-->
Please have a colser look to Image name: {IMGNAME}
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply