What file controls social media links on "Create Listing" form
Can anyone please help me find files that control social media links in the "Contact Info" section of the "Create Listing" form?
The form's code has changed over the last several versions of Vantage and seems to be much cleaner. In regards to social links, it refers to:
PHP Code:
<?php echo va_get_social_network_title( $social_network ); ?>
and
PHP Code:
<?php echo va_get_social_network_tip( $social_network ); ?>
Does anyone know what files control these? It seems like what I'm looking for is:
PHP Code:
va_get_allowed_listing_networks
but I can't locate it anywhere.
I am trying to replace Google+ with LinkedIn. I know I'm not the only one trying to do that, and I haven't been able to find solution so far.
Clipboard01.jpg
Clipboard02.jpg
Thank you in advance!