Support Forums

Old 01-20-2009, 10:57 AM   #1
Member
 
Join Date: Aug 2008
Posts: 63
Rep Power: 4
nagrap2 is on a distinguished road
Default Categories on Search.php page

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
nagrap2 is offline   Reply With Quote
Old 01-20-2009, 02:35 PM   #2
Member
 
Join Date: Aug 2008
Posts: 63
Rep Power: 4
nagrap2 is on a distinguished road
Default

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
nagrap2 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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


All times are GMT -4. The time now is 03:03 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0