General discussion of OpenCATS

Moderators: RussH, cptr13

Forum rules: Just remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but keep comments directed to the topic at hand.
User avatar
By RussH
#248
Just a quick tip..

if you find you need to change the google maps lookup to a local google so that it finds your zipcode (or postcode) - just search for google.com and change it;
Code: Select all
find /your_server/cats -type f -name '*' -exec grep -l "google.com" {} \;
shoudl result in you changing the following file;
# cat /your_server/catcats/modules/companies/CompaniesUI.php | grep google.com
$data['googleMaps'] = '<a href="http://maps.google.com/maps?q=' .


...change maps.google.com to your local regional google - i.e. google.co.uk for the UK, google.nl for the netherlands etc etc
opencats Installation

Hello, What is the best web host to use for ope[…]

Best Install Platform

I was trying docker setup, initially tried getting[…]

Install questions

https://gbwhata.net/ is a modified version of th[…]

Information of devellopement

Hi Russ , are there any updates on the development[…]