FAP CUSTOMIZATION - Sub Category Description On Album Index


Subject: 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!

Profile PM  
Subject: 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)

Profile PM  
Subject: 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.

Profile PM  
Subject: 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

Profile PM  

Page 1 of 1


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1553s (PHP: 10% SQL: 90%)
SQL queries: 13 - Debug Off - GZIP Enabled