MarthaD, on Feb 17 2007, 09:21 PM, said:
I tried both the no images fixes on previous page with no louck. Am also curious how one can change the text in the flash file... I would prefer to name it "real Time tracking" instead of leap frog - no offense but for a client i would not like to explain "leapfrog"
Can you try this please. Open your browser and navigate to:
http://www.yourdomain.com/catalog/admin/leapfrog_feed.php?action=newclicks&lastclick=1
When that page appears, view the HTML source. There you will see the XML data Leapfrog uses to animate visitors.
Look for a <thumburl>, and <pageurl> tag and let me know what data string it contains. Some will be blank, but product info pages should contain the location of the image. If that url does not match the actual location of the image then please post that aswell.
With regards to changing the title in the GUI, this would require you to edit the Flex code. Here's how to do it:
1. Open 'flex/Leapfrog.xml'.
2. Around line 106 you will see the code:
<mx:VBox width="80%">
<mx:Label text="Leapfrog" color="#5e9aff" fontSize="32" fontWeight="bold" fontFamily="Arial"/>
<mx:Label text="Real-time osCommerce visitor tracking" color="#808080" fontSize="16" fontWeight="bold" fontFamily="Arial"/>
</mx:VBox>
Change the 'text' attributes to say what you want it to.
3. Now you have to recompile the SWF. Instruction on how to do this can be found in the DEVELOPER_README.txt file.
If you need further help with this please PM me.