Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - FAP V1.4.1 Phpbb - Problem With The Recent Pictures Block



Overburn [ Mon 21 May, 2007 12:24 ]
Post subject: FAP SUPPORT - FAP V1.4.1 Phpbb - Problem With The Recent Pictures Block
Hey there,
got a big problem with the recent pictures block.
Here it is how it is supposed to look like:
capture2cw8.th

Here is how it looks:
capture1be7.th

This is my HTML-Code for the Recentpicturesblock:
Code: [Hide] [Select]

<!-- BEGIN recent_pics_block -->
<table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2">
<tr><th class="thTop" height="25" colspan="{S_COLS}" nowrap="nowrap">{L_RECENT_PUBLIC_PICS}</th></tr>
<!-- BEGIN no_pics -->
<tr><td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td></tr>
<!-- END no_pics -->
<!-- BEGIN recent_pics -->
<tr>
<!-- BEGIN recent_col -->
<td class="row1" width="{S_COL_WIDTH}" align="center" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
<table><tr><td><div class="picshadow"><div class="picframe">
<a href="{recent_pics_block.recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img src="{recent_pics_block.recent_pics.recent_col.THUMBNAIL}" {THUMB_SIZE} border="0" alt="{recent_pics_block.recent_pics.recent_col.DESC}" title="{recent_pics_block.recent_pics.recent_col.DESC}" vspace="10" /></a>
</div></div></td></tr></table>
</td>
<!-- END recent_col -->
</tr>
<tr>
<table border="0" cellspacing="0" cellpadding="0" class="row2">
<span class="gensmall">
<tr>
<td class="gensmall" align="center"> <b>{recent_pics_block.recent_pics.recent_detail.TITLE}</b><br> von {recent_pics_block.recent_pics.recent_detail.POSTER} </td>


</tr>
<tr>
<td class="gensmall" align="center" >
<table border="0" cellspacing="0" cellpadding="0" class="row2">
<tr>
<td class="gensmall">&nbsp;<img src="./images/icosn/icon_betrachtet.jpg" alt="Betrachtet"></td>
<td valign="middle" class="gensmall" >: {recent_pics_block.recent_pics.recent_detail.VIEW}</td>
<td>&nbsp;&nbsp;<img src="./images/icosn/icon_kommentar.jpg" alt="Kommentare"> </td>
<td valign="middle" class="gensmall" >{recent_pics_block.recent_pics.recent_detail.COMMENTS} </td>
</tr>
<tr>
<td valign="middle" class="gensmall" colspan="4"><center>{recent_pics_block.recent_pics.recent_detail.RATING}</center></td></tr>
</table>
</table><!-- BEGIN recent_detail -->


<br>
<span class="gensmall">
{recent_pics_block.recent_pics.recent_detail.IP}
</span>
</td>
<!-- END recent_detail -->
</tr>
<!-- END recent_pics -->
</table>
<br />
<!-- END recent_pics_block -->

Am I too dump to see the error? Can you please take a look?
BTW: Can you tell me how to get rid of the colon in front of the rating stars?

Overburn


Artie [ Mon 21 May, 2007 18:25 ]
Post subject: Re: FAP V1.4.1 Phpbb - Problem With The Recent Pictures Bloc
Try this....
Code: [Hide] [Select]
<!-- BEGIN recent_pics_block -->
<table class="forumline" width="98%" align="center" cellspacing="1" cellpadding="2">
<tr><th class="thTop" height="25" colspan="{S_COLS}" nowrap="nowrap">{L_RECENT_PUBLIC_PICS}</th></tr>
<!-- BEGIN no_pics -->
<tr><td class="row1" align="center" colspan="{S_COLS}" height="50"><span class="gen">{L_NO_PICS}</span></td></tr>
<!-- END no_pics -->
<!-- BEGIN recent_pics -->
<tr>
<!-- BEGIN recent_col -->
<td class="row1" width="{S_COL_WIDTH}" align="center" onMouseOver="this.className='row2';" onMouseOut="this.className='row1';">
<table><tr><td><div class="picshadow"><div class="picframe">
<a href="{recent_pics_block.recent_pics.recent_col.U_PIC}" {TARGET_BLANK}><img src="{recent_pics_block.recent_pics.recent_col.THUMBNAIL}" {THUMB_SIZE} border="0" alt="{recent_pics_block.recent_pics.recent_col.DESC}" title="{recent_pics_block.recent_pics.recent_col.DESC}" vspace="10" /></a>
</div></div></td></tr></table>
</td>
<!-- END recent_col -->
</tr>
<tr>
<!-- BEGIN recent_detail -->
<td class="row2" align="center">
<span class="gensmall">
{L_PIC_TITLE}: {recent_pics_block.recent_pics.recent_detail.TITLE}<br />
{L_POSTER}: {recent_pics_block.recent_pics.recent_detail.POSTER}<br />

<img src="./images/icosn/icon_betrachtet.jpg" alt="Betrachtet">: {recent_pics_block.recent_pics.recent_detail.VIEW}
&nbsp;&nbsp;<img src="./images/icosn/icon_kommentar.jpg" alt="Kommentare">: {recent_pics_block.recent_pics.recent_detail.COMMENTS}<br />

{recent_pics_block.recent_pics.recent_detail.RATING}
{recent_pics_block.recent_pics.recent_detail.IP}
</span>
</td>
<!-- END recent_detail -->
</tr>
<!-- END recent_pics -->
</table>
<br />
<!-- END recent_pics_block -->




Powered by Icy Phoenix