Support Forums

Default value for Extra Fields

This is a discussion on Default value for Extra Fields within the Technical Support forums, part of the Technical Support Forums category; Currently running 68Classifieds v4.1.5 Developer Edition ... Purple Template FYI ....... I was having trouble with the Extra Fields Drop-Down ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

Reply
 
Thread Tools Display Modes
Old 02-20-2010, 09:45 AM   #1
Senior Member
 
MrGForce's Avatar
 
Join Date: May 2009
Posts: 219
Rep Power: 11
MrGForce is on a distinguished road
Default Default value for Extra Fields

Currently running 68Classifieds v4.1.5 Developer Edition ... Purple Template

FYI .......

I was having trouble with the Extra Fields Drop-Down lists not showing the default value of "Search All" when searching categories that had Extra Drop-down Fields associated with them.

I think I found the solution. The fix is in the ajax.php file located in the root of your site. A little over half way down in the file, under the section that works with the "D" class of Extra Fields, you will see the following code .....

while($opt=$resultsets->fetch())
{
if($arow['sValue']==$opt['optValue']) $selected=" SELECTED";
$optdata.="<option value=\"".$opt['optValue']."\"".$selected.">".$opt['optValue']."</option>\n";
$selected="";
}
$optdata.="</select></p>";

################################################## #####

change the line that says .....

if($arow['sValue']==$opt['optValue']) $selected=" SELECTED";

to ......

if($arow['sValue']==$opt['optValue']) $selected="Search All";

################################################## #####

Seems to be the only code that needs changing. If I run accross more I will post it here. If anyone finds more, please post. Thanks.



.
__________________
MrGForce

Currently running 68Classifieds v4.1.5 Developer Edition ... Purple Template

Last edited by MrGForce; 02-20-2010 at 11:49 AM. Reason: found the solution.
MrGForce is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting rid or Changing Default Fields thorscore Templates, HTML, CSS, and Design Help 1 02-05-2009 05:19 PM
Default Value for Extra fields bholdman Technical Support 1 05-14-2008 11:02 AM


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


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