New CMSMS Scout Troop site
Posted: Thu Oct 14, 2010 7:02 pm
Check out our website for Boy Scout Troop 74 in Akron, OH www.troop74.net
CMSMS has been a godsend. Hopefully one of these days I'll be as proficient as many of you. Until then I'll keep hacking away at it. This really is a lot of fun!
CMS Version
1.8.2
Installed Modules
CMSMailer
2.0
News
2.10.6
GoogleMaps
0.1.8
GoogleMaps has been a learning experience for sure. Because of the template I am using, the links and text in the InfoWindow were way to light to read. After alot of searching and stumbling around I finally soved this. I added the following to the end of my stylesheet:
.gmap
{
color: #000 !important;
}
.gmap, .gmap a, .gmap a:visited
{
text-decoration:none;
color: #5750B2;
}
.gmap, .gmap a:hover
{
text-decoration: underline;
color: #333333;
}
I then had to modify the map.tmp file and added to the map section. (I'm trying to write this from memory) Anyway, that did the trick. My only issue now is getting the markers to use the correct shadows (they do exist!) and getting the markers to appear centered on the map when they are clicked on.
Weather
1.0
CGExtensions
1.20
SiteMapMadeSimple
1.2.1
Gallery
1.4.1
CGSimpleSmarty
1.4.5
Mike
CMSMS has been a godsend. Hopefully one of these days I'll be as proficient as many of you. Until then I'll keep hacking away at it. This really is a lot of fun!
CMS Version
1.8.2
Installed Modules
CMSMailer
2.0
News
2.10.6
GoogleMaps
0.1.8
GoogleMaps has been a learning experience for sure. Because of the template I am using, the links and text in the InfoWindow were way to light to read. After alot of searching and stumbling around I finally soved this. I added the following to the end of my stylesheet:
.gmap
{
color: #000 !important;
}
.gmap, .gmap a, .gmap a:visited
{
text-decoration:none;
color: #5750B2;
}
.gmap, .gmap a:hover
{
text-decoration: underline;
color: #333333;
}
I then had to modify the map.tmp file and added to the map section. (I'm trying to write this from memory) Anyway, that did the trick. My only issue now is getting the markers to use the correct shadows (they do exist!) and getting the markers to appear centered on the map when they are clicked on.
Weather
1.0
CGExtensions
1.20
SiteMapMadeSimple
1.2.1
Gallery
1.4.1
CGSimpleSmarty
1.4.5
Mike