I was having trouble getting the Map location field extension in symphony 2 to show a marker in the center. The following is what I did.
Symphony
Mootools Fx.slidein on load
Posted by scott
on June 03, 2008
To create a cool slide in effect with mootools you can use mootools Fx.Slide function. This slide in effect is great for navigation bars.
I wanted this effect to work as soon as the page loaded though, and I came across this forum post.
Here’s the code in pastie
Transferring locally developed symphony site on MAMP to your web hosting
Posted by scott
on April 01, 2008
This solution assumes you are using MAMP to develop your symphony cms site on your local machine (localhost) and then you wish to upload that site to your web hosting.
After developing the site on your local machine using MAMP:
- Upload & install a fresh copy of symphony on your web hosting
- delete database tables and import tables (using sql file) from your MAMP mysql
- that?s it.
Alternatively, you can also do the following:
- Upload the developed copy of symphony on the web hosting
- edit the config file
- edit the two htaccess files
- insert database tables into the web based mysql using the sql file from your MAMP mysql