Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post FAP SUPPORT - Picture Block Add-on 
 
to delete the info under a picture in theRANDOM block, i deleted this from the INDEX.tpl

Code: [Download] [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???
 



 
cwxtraSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Picture Block Add-on 
 
That will work, but you will still be displaying an empty row.
You may want to remove all....

Code: [Download] [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>

 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 



 
cwxtraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Picture Block Add-on 
 
Thanks Artie....you are a great source of wisdom  
 



 
cwxtraSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Picture Block Add-on 
 
You is welcome  
 



 
ArtieSend private message  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events