Shape 5

Joomla Templates => User Choice - August 2007 - Club => : tngenewhiz July 03, 2009, 05:19:50 PM



: "Bookmark This Page" doesn't work
: tngenewhiz July 03, 2009, 05:19:50 PM
At http://clarioncounty.info/ the button that calls the javascript for bookmarking doesn't work.  I have it enabled in the template configuration, and I changed the button text to say Bookmark This!

Is there something else I need to do?


: Re: "Bookmark This Page" doesn't work
: mikek July 03, 2009, 06:22:56 PM
Hi, your site isn't pulling your url for some reason. In the template's index.php file look for:

href="javascript:bookmarksite('<?php echo $GLOBALS['mosConfig_sitename'];?>', '<?php echo $mosConfig_live_site ?>/index.php')"

It's at line 968 and change it to:

href="javascript:bookmarksite('Clarion County Genealogy and History', 'http://clarioncounty.info/index.php')"


: Re: "Bookmark This Page" doesn't work
: tngenewhiz July 03, 2009, 09:56:17 PM
Hi, your site isn't pulling your url for some reason. In the template's index.php file look for:

href="javascript:bookmarksite('<?php echo $GLOBALS['mosConfig_sitename'];?>', '<?php echo $mosConfig_live_site ?>/index.php')"

It's at line 968 and change it to:

href="javascript:bookmarksite('Clarion County Genealogy and History', 'http://clarioncounty.info/index.php')"

Thanks so much!