Konstantinos
12-23-2010, 10:00 PM
I wanted to add the option to be able to use the advanced search for posts older than 1 year (which is the default in vb) so i am sharring in case others need it. (Depends how old your forum is ;) )
In the template search_forum Find
<option value="365" $searchdateselected[365]>$vbphrase[a_year_ago]</option>
After Add
<option value="1095" $searchdateselected[1095]>$vbphrase[three_years_ago]</option>
<option value="1825" $searchdateselected[1825]>$vbphrase[five_years_ago]</option>
Save the template.
Then go to phrase manager and add the phrases accordingly three_years_ago and five_years_ago.
Thats it
124779
In the template search_forum Find
<option value="365" $searchdateselected[365]>$vbphrase[a_year_ago]</option>
After Add
<option value="1095" $searchdateselected[1095]>$vbphrase[three_years_ago]</option>
<option value="1825" $searchdateselected[1825]>$vbphrase[five_years_ago]</option>
Save the template.
Then go to phrase manager and add the phrases accordingly three_years_ago and five_years_ago.
Thats it
124779