Giter VIP home page Giter VIP logo

store-locator-admin's People

Contributors

galen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

store-locator-admin's Issues

Working well on localhost, but problems when moved to server

Hello, I encountered problems when moved my "Store Location Admin" from localhost (Wamp) to my server.

I think the problem is the "URL_ROOT" settings, that brokes all links to images, css etc. I fixed that point but now I can't create or edit Locations, navigate through different pages (ex: "/list/page/2/?"), and the Backup/ restore capacities are broken.

When trying to create a new Location I got this error :

"Notice: Trying to get property of non-object in /homez.614/biomatma/www/system/controllers/create.php on line 17"

Any idea to resolve my problem will be welcome ^^

Bye

Exporting is broken

it always exports the entire database and chops off some of the last stores info

Method of creating geocode string is messy

preg_match_all( '~{(.*?)}~', $config['geocode_string'], $gs );
$geocode_string = $config['geocode_string'];
foreach( $_GET as $k => $v ) {
    if ( in_array( $k, $gs[1] ) ) {
        $geocode_string = preg_replace( "~\{$k\}~", $v, $geocode_string );
    }
}

Create/edit page geocode functionality

On the create page the geocode button should be hidden and shown with javascript.

On the edit page the geocode button should post to the page and geocode the location.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.