FAP CUSTOMIZATION - 2 Questions »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP CUSTOMIZATION - 2 Questions



DynoGT [ Mon 30 Jul, 2007 00:20 ]
Post subject: FAP CUSTOMIZATION - 2 Questions
Hi,

I just installed FAP and most everything about this mod is excellent. I'd just like to know how to remove the Album link on the index page?

And also, in the personal gallery, how can I remove all the info that shows up below a picture, except the comment link?

picinfo


pepi [ Mon 30 Jul, 2007 01:24 ]
Post subject: Re: 2 Questions
Hello

1. goto ACP --> Photo Album --> Album and by
Show DOWNLOAD button (which enables the downloading of pictures in ZIP format) only to those who have UPLOAD permissions in the Album (if you choose ALWAYS the button will be always available even if the users has no UPLOAD permissions) = Always Yes No select one of this

2. open template/mg_themes/album_cat_body.tpl and look for that
Code: [Hide]
  1. {L_PIC_TITLE}: {index_pics_block.picrow.pic_detail.TITLE}<br /> 

and delete what you want
or an expample
Code: [Hide]
  1. {L_PIC_ID}: {index_pics_block.picrow.pic_detail.PIC_ID}<br />  
  2. repalace this in  
  3. <!--{L_PIC_ID}: {index_pics_block.picrow.pic_detail.PIC_ID}<br />--> 


Pepi


DynoGT [ Tue 31 Jul, 2007 03:10 ]
Post subject: Re: 2 Questions
Thanks,

I was actually trying to remove the Album link to public categories. But I got that figured out.

About the download button, I did try setting that option to 'no' in the ACP but it still shows the download button, even when I'm not logged in. Is there a way I can edit the coding to remove that button? If so, what would I have to edit?


Artie [ Tue 31 Jul, 2007 03:38 ]
Post subject: Re: 2 Questions
It should not show if set to No .... try clear your browser's cache.... however, you can remove the link if you want from album_cat_body.tpl


There's no easy way to remove pic details from just the personal galleries. pepi may have missed where you said "personal gallery" as his suggestion will remove the pic details from all categories public and personal.




Powered by Icy Phoenix