azascend
03-25-2011, 03:02 AM
Current search (area of interest in red)
<form action="{$smarty.const.DOC_ROOT}/index.php" method="get">
<input type="text" name="q" size="20" class="text"
Normal search of $links
If I change it to.....
Category search by $IDnumber
<form action="{$smarty.const.DOC_ROOT}/index.php" method="get">
<input type="text" name="c" size="20" class="text"
If I put the category id# in the search (such as 402 for(HEALTH)).....It will bring up the Health Directory.
What needs to go here inorder to put the &category.TITLE in, such as HEALTH (402) and have the HEALTH come up?
seems like ID vs SYMBOLIC_ID
Do I need to define a value in index.php? if so what and where.
Currently I am using the 2.2 version. I started my directory with the brownedge template and in another post I inquired if they could update the Brownedge template to work with 4.0 because I wanted to purchase the 4.0 version. They said it would take about three hours to mod , so I continued to design my directory, been working on it ever since. that was Dec 21,2010 now in March 2011 I have so much work invested in this template that I can't change templates therefore I have to wait for brownedge to get modified. so Is this the right place to ask this question and is it possible to get an answer to this post and also to my other post as to the Brownedge template mod so I can upgrade to 4.0 and probably have this function and others I need?
<form action="{$smarty.const.DOC_ROOT}/index.php" method="get">
<input type="text" name="q" size="20" class="text"
Normal search of $links
If I change it to.....
Category search by $IDnumber
<form action="{$smarty.const.DOC_ROOT}/index.php" method="get">
<input type="text" name="c" size="20" class="text"
If I put the category id# in the search (such as 402 for(HEALTH)).....It will bring up the Health Directory.
What needs to go here inorder to put the &category.TITLE in, such as HEALTH (402) and have the HEALTH come up?
seems like ID vs SYMBOLIC_ID
Do I need to define a value in index.php? if so what and where.
Currently I am using the 2.2 version. I started my directory with the brownedge template and in another post I inquired if they could update the Brownedge template to work with 4.0 because I wanted to purchase the 4.0 version. They said it would take about three hours to mod , so I continued to design my directory, been working on it ever since. that was Dec 21,2010 now in March 2011 I have so much work invested in this template that I can't change templates therefore I have to wait for brownedge to get modified. so Is this the right place to ask this question and is it possible to get an answer to this post and also to my other post as to the Brownedge template mod so I can upgrade to 4.0 and probably have this function and others I need?