FAP SUPPORT - Picture Block Add-on »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP SUPPORT - Picture Block Add-on



cwxtra [ Fri 20 Apr, 2007 01:33 ]
Post subject: FAP SUPPORT - Picture Block Add-on
to delete the info under a picture in theRANDOM block, i deleted this from the INDEX.tpl

Code: [Hide] [Select]
{L_PIC_TITLE}: {random_pics_block.rand_pics.rand_detail.TITLE}
{L_PIC_ID}: {random_pics_block.rand_pics.rand_detail.PIC_ID}
{L_POSTED}: {random_pics_block.rand_pics.rand_detail.TIME}
{L_VIEW}: {random_pics_block.rand_pics.rand_detail.VIEW}
{random_pics_block.rand_pics.rand_detail.RATING} {random_pics_block.rand_pics.rand_detail.COMMENTS}

Is that the correct way to do it???


Artie [ Sat 21 Apr, 2007 02:03 ]
Post subject: Re: Picture Block Add-on
That will work, but you will still be displaying an empty row.
You may want to remove all....

Code: [Hide] [Select]
<tr>
<!-- BEGIN rand_detail -->
<td class="row2" align="center">
<span class="gensmall">
{L_POSTER}: {random_pics_block.rand_pics.rand_detail.POSTER}<br />
{L_PIC_TITLE}: {random_pics_block.rand_pics.rand_detail.TITLE}<br />
{L_PIC_ID}: {random_pics_block.rand_pics.rand_detail.PIC_ID}<br />
{L_POSTED}: {random_pics_block.rand_pics.rand_detail.TIME}<br />
{L_VIEW}: {random_pics_block.rand_pics.rand_detail.VIEW}<br />
{random_pics_block.rand_pics.rand_detail.RATING}
{random_pics_block.rand_pics.rand_detail.COMMENTS}
{random_pics_block.rand_pics.rand_detail.IP}
</span>
</td>
<!-- END rand_detail -->
</tr>


cwxtra [ Mon 23 Apr, 2007 02:43 ]
Post subject: Re: Picture Block Add-on
Hi Artie
I want to still be able to show WHO posted the image in the public folder...I just need to know if deleting those lines of script was gonna bugger anything else....
Thanks


cwxtra


Artie [ Mon 23 Apr, 2007 03:27 ]
Post subject: Re: Picture Block Add-on
All this should do is remove the pic details from the Random Picture block (only), but the pic itself will appear in this block.
It affects nothing else.


cwxtra [ Mon 23 Apr, 2007 06:29 ]
Post subject: Re: Picture Block Add-on
Thanks Artie....you are a great source of wisdom


Artie [ Mon 23 Apr, 2007 17:28 ]
Post subject: Re: Picture Block Add-on
You is welcome




Powered by Icy Phoenix