Quote from: ER at Apr 11, 2008, 06:39 PM
Very nice. I like how you made each agent their own page. Did you use the subdomain plugin for that?
No plugin, manual setup for each account unfortunately. I just did a db dump of the default content and reinstalled MODx for each. Actually was a pretty smooth deployment process per subsite all said and done.
Quote from: ER at Apr 11, 2008, 06:39 PM
BTW, found a little error on this agent’s page: http://www.michaeldavenport.sunrealtyobx.com/contact-me.html.
Thanks! I guess I was trying call a snippet from within an eform parmater... Uhhhm, nope. That didn’t work
Quote from: ER at Apr 11, 2008, 06:39 PMCare to share how you got the image slideshow to work on the homepage,
The slideshow is based on a
Dynamic Drive Featured Content Glider script using
JQuery library... I set up TVs for each "slide" on the homepage and wrote a simiple snippet to handle the inclusions and function declaration/initialization -- nice and easy, booyah.
Quote from: ER at Apr 11, 2008, 06:39 PMor more importantly to me, how you got the GoogleMapMarker snippet to work?
The map stuff of the homepage was something I hand coded. I gotta say that everything I used for that I picked up by digging through
this EXCELLENT Google Maps API tutorial. I needed a little more flexibility, so that seemed like the road to take.