Robert Hallatt
Robert Hallatt
The count param in the following code doesn't seem to be recognized. ` $('.cps-twitter-feed .tweet').tweetie({ url: "/api-copy/php/tweetie.php", type: "timeline", template: "{{tweet.created_at}} - {{tweet.text}}", dateFormat: "%b %d, %Y", params: { count:...
I'm having the same issue. The demo works but my charts won't render on my own server. Here is the URL to see my code - http://www.kidsnewtocanada.ca/stats/test4/bower_components/google-analytics/demo.html
I also ran into this issue today and tested the code but I still get the errors. The lines of code affected are 236, 1075 and 3959 in mod.stash.php.
You can also use a case statement that does a check on the domain name allowing you to prevent the code from being executed by another site in your MSM...
@ashleymarchant It would look something like this: ``` switch ($_SERVER['SERVER_NAME']){ case "www.yoursite.com": $config['resource_router'] = array( your routes.. ); break; } ```
Ok, thanks for getting back to me. That’s one of the options I have been studying. Robert Hallatt Full Stack Developer Canadian Paediatric Society (613) 526-9397 ext. 241 www.cps.ca On...