Category Archives: Business Directory

Upgrade Sobi2

Uninstall Old Version * Remove all plug-ins using the Sobi2 plug-in manager. Don’t remove the database tables for the plug-ins. * Uninstall the component using the Joomla! Extension Manager (Extensions -> Install/Uninstall -> Components). Install New Version * Install your … Continue reading

Share
Posted in Business Directory, Joomla | 1 Comment

How to fetch geo coordinates in add/edit entry form

Create custome text field and add below code. <script src=”http://maps.google.com/maps?file=api&v=2&key={googleApiKey}” type=”text/javascript”></script> <div id=”map” style=”width: 500px; height: 340px”></div> <p><span>Type your address:</span> <input type=”text” size=”43″ id=”address” value=”Street, City” /> <input type=”button” value=”Search” onclick=”showAddress()” /></p> <script type=”text/javascript”> //<![CDATA[ var start_latitude = “62.103882522897855″; var … Continue reading

Share
Posted in Business Directory, Joomla | Leave a comment