Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP CUSTOMIZATION - FAP 1.40a: Looking For Another Place For The Picture Descrip



Manfred [ Fri 02 Mar, 2007 11:10 ]
Post subject: 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:Example


Artie [ Fri 02 Mar, 2007 21:46 ]
Post subject: 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 templates/YOUR_TEMPLATE/album_showpage.tpl

FIND AND REMOVE
Code: [Hide] [Select]
<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>

FIND
Code: [Hide] [Select]
{NEXT_PIC}&nbsp;&nbsp;{PIC_TITLE}&nbsp;&nbsp;{PREV_PIC}


IN LINE - AFTER ADD
Code: [Hide] [Select]
<br />{PIC_DESC}


Manfred [ Sat 03 Mar, 2007 19:54 ]
Post subject: 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 ]
Post subject: Re: FAP 1.40a: Looking For Another Place For The Picture Des
You are so welcome




Powered by Icy Phoenix