Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

removing country list from form

UserPost

4:21 pm
April 22, 2009


ranchnachos

Member

posts 3

How can I go about removing the country list from my form?

I currently have the value set to US and the field is disabled because I have no need for the other countries in the list..

I'm creating an niche directory for a US city.

4:26 pm
April 22, 2009


ranchnachos

Member

posts 3

I just thought of an idea…

in the file wp-directory-form-html.php is the following code..

$country = '<select id="directory_country" disabled="disabled" name="directory_country" tabindex="6" size="1">';
  $country .= get_country_options();
  

    $country .= '</select>';
 
  $parsed = str_replace('%COUNTRY%', $country, $parsed);

If I were to remove the second line where it calls the country functions … get_country_options()   and then just add a value of US to the SELECT input… would that work?

6:23 pm
May 3, 2009


support

Admin

posts 51

if you do not need the country listing, just remove %COUNTRY% from your form options.  That way it is not displayed.

It should still save the listing just fine without the country field.

If you would like to modify the code in the manner you suggest you  run the risk of having to do this each time there is an update.


About the The Money Making Website Forum

Most Users Ever Online: 30

Currently Online:
5 Guests

Currently Browsing this Topic:
1 Guest

Forum Stats:

Groups: 1
Forums: 5
Topics: 67
Posts: 173

Membership:

There are 1628 Members

There is 1 Admin

Top Posters:

cactuscarl – 9
myuzikalflare – 8
bushtool – 5
WellFit – 5
womenontop – 5
bebop – 4

Recent New Members: haoxing1, 7stars, niesul14, thakur, Tim Robbin, gambler

Administrators: support (51 Posts)



 
Share and Enjoy:
  • TwitThis
  • Digg
  • Sphinn
  • del.icio.us
  • SphereIt
  • Facebook
  • StumbleUpon
  • Technorati
  • Mixx
  • Google Bookmarks

Comments are closed.