|
|
#1 |
|
Member
Join Date: Aug 2008
Posts: 63
Rep Power: 4 ![]() |
Hi,
I am trying to display categories and sub categories, with images and totals on my Search page (search.php). I have this working on my homepage under the "New Tutors" section: Home Tutoring, Home Tutors, Personal Tutoring Website, Online Tutors TutorHeaven.com I have tried using the same code and inserting it in search.tpl but I don't get any categories being displayed: Home Tutoring, Home Tutors, Personal Tutoring Website, Online Tutors TutorHeaven.com The code is as follows: <table class="main" width="100%"> <tr> <th>{$smarty.const.LANG_BROWSE_CATEGORY}</th> </tr> <tr> <td> <table width="100%"> {section name=tr loop=$data step=$cols} <tr> {section name=td start=$smarty.section.tr.index loop=$smarty.section.tr.index+$cols} <td valign="top"> {if $data[td]<>""} {$data[td].start_link}<img src="{$data[td].image}" border="0" alt="{$data[td].name}" /></a> <br /> {$data[td].start_link}<strong>{$data[td].name}</strong></a> {if $data[td].total <> ''} ({$data[td].total}) {/if} <br /> {$data[td].subcats} {$data[td].description} {/if} </td> <td> {/section} </tr> {/section} </table> </td> </tr> </table> Do I need to add any additional lines in the search.php file to make this work? Thanks in advance....
__________________
Many Thanks, Nagrap2 Developer Version 4.1 |
|
|
|
|
|
#2 |
|
Member
Join Date: Aug 2008
Posts: 63
Rep Power: 4 ![]() |
Actually, please ignore, as I have figured it out.
I had not included the following lines: $class_tpl->assign('cols', $Core->settings['mainIndexCols']); $class_tpl->assign('data', $cat);
__________________
Many Thanks, Nagrap2 Developer Version 4.1 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding search option to main site search page? | scott17b | v3.1 Modules & Modifications | 4 | 07-28-2008 07:39 PM |
| Modification: Display Search String on Search Results Page | jonahcoyote | v4 Modules / Modifications | 22 | 07-26-2008 06:08 AM |
| sub categories on home page | namibads | v4 Questions & Support | 0 | 04-02-2008 04:20 PM |
| Search categories | objelland | v3.1 Questions & Support | 0 | 12-17-2007 03:31 AM |
| Too many categories - can I drill down like the search?? | Tim_A | v4 Questions & Support | 8 | 09-21-2007 03:59 PM |