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 CUSTOMIZATION - Sub Category Description On Album Index 
 
hi,

i would like to have the sub-category description to show un in the album index page beside or under the sub category title.

i found this in album_box.tpl

Code: [Download] [Hide] [Select]
            <!-- BEGIN subcat_link -->
            <br />
            <img src="{SPACER}" width="1" height="15" alt="" />
            <span class="gensmall">{catmain.catrow.subcat_link.L_LINKS}:&nbsp;{catmain.catrow.subcat_link.LINKS}</span>
            <!-- END subcat_link -->


i would like to know where is this code defined?:
{catmain.catrow.subcat_link.LINKS}

so i can modify it the way i like it.

thank you!
 



 
sympaticoSend 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: Sub Category Description On Album Index 
 
ok, i got it.

it's in album_hierarchy_functions.php

so to have the forum description on album index taht is where you need to look (if anyone interested)
 



 
sympaticoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Sub Category Description On Album Index 
 
Hello  sympatico. I would like this... I am not very php savvy... can you please show us how you did it?  My members are ignoring my sub-categories!  I think a little text may help.
 



 
Pete_ZSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Sub Category Description On Album Index 
 
Hello Pete,

i'm glad i can help you!

in album_mod/album_hierarchy_functions.php

around line 357 i replaced this:
Code: [Download] [Hide] [Select]
                    $link = $link_spacer . $subfolder_img . '<a href="' . $subpgm . '" title="' . $subdesc . '" class="genmed"><b>' . $subname . '</b></a>;
                }


with this:

Code: [Download] [Hide] [Select]
                    $link = $link_spacer . $subfolder_img . '<a href="' . $subpgm . '" title="' . $subdesc . '" class="genmed"><b>' . $subname . '</b></a> <span class="previewalbum">' . $subdesc . '</span>&nbsp;<br>';
                }


hope this helps
 



 
sympaticoSend 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