https://www.icyphoenix.com/viewtopic.php?f=26&t=1231
-----------------------------------
Manfred
Fri 02 Mar, 2007 11:10

FAP CUSTOMIZATION - FAP 1.40a: Looking For Another Place For The Picture Descrip
-----------------------------------
Hello everybody,

i'm looking for another place of the picture description. Up to now it is underneath the picture and i want to have it underneath the picture title (navigation). It would be great if i could make the output of that field conditionally.

Any idea for that?

Greatings from Germany

Manfred


PS: If you want to have a look:[url=http://www.hv-erftstadt.de/phpBB2/album_showpage.php?pic_id=799]Example


-----------------------------------
Artie
Fri 02 Mar, 2007 21:46

Re: FAP 1.40a: Looking For Another Place For The Picture Des
-----------------------------------
I'm not exactly clear on where you want the placement, but I think you mean in the main table header cell, below the pic title.

OPEN [b]templates/YOUR_TEMPLATE/album_showpage.tpl[/b]

FIND AND REMOVE
[codeblock]	<tr>
					<td valign="top" align="right"><span class="genmed">{L_PIC_DESC}:</span></td>
					<td valign="top" align="left"><b><span class="genmed">{PIC_DESC}&nbsp;</span></b></td>
				</tr>[/codeblock]
FIND
[codeblock]{NEXT_PIC}&nbsp;&nbsp;{PIC_TITLE}&nbsp;&nbsp;{PREV_PIC}[/codeblock]

IN LINE - AFTER ADD
[codeblock]<br />{PIC_DESC}[/codeblock]


-----------------------------------
Manfred
Sat 03 Mar, 2007 19:54

Re: FAP 1.40a: Looking For Another Place For The Picture Des
-----------------------------------
Artie, you're right! This is the place for the Pic desription i prefer. 

Thank you very much!


Manfred


-----------------------------------
Artie
Sat 03 Mar, 2007 23:23

Re: FAP 1.40a: Looking For Another Place For The Picture Des
-----------------------------------
You are so welcome  8)


