public static function tableExists($db, $tableName)
{
if ($db->query('SELECT table_name FROM information_schema.tables where table_name = "'.$tableName.'"'))
{
return true;
}
return false;
}
the google maps feature will actually use the xf maps feature? or is it hardcoded to google?
You can change the text "Business Name" by updating the phrase: business_name
Go to the ACP >> Appearance >> Phrases
then update the phrase "business_name"
This is also true for many of the other phrases used:
XF_Phrase : Text
address_line_1 : Address Line 1
address_line_2 : Address Line 2
add_listing: Add Listing
business_name : Business Name
contact_this_business : Contact This Business
create_listing : Create Listing
etc...
google maps is the default admincp option, although others can be used, such as wow, secondlife, whereis, etc. i havent seen an addon yet that didnt hardcode google rather than simply using the acp external service provider option.Do you mean the user profile link to google maps, can you give an example of what you mean by "xf maps feature"?
It's possibly functionality that I dont know about, since I don't know what you mean by "xf maps feature" but from what I've seen, the user profile only links to the map "http://maps.google.com/maps?q="+<Location Params>
Fixed and tested with beta 3: XenKingDir_v1.0.7.zip
Hi dude,
The upgrade worked, but now the google map is not showing up on listings. I am running beta3.
Thanks.
We use essential cookies to make this site work, and optional cookies to enhance your experience.