View Single Post
  #107 (permalink)  
Old 11-30-2008, 10:54 PM
GoodThings2Life's Avatar
GoodThings2Life
Bringer of Good Things
Offline
Threadstarter
Location: Youngstown, OH
 
Join Date: Oct 2007
Posts: 2,121
Reputation: 10602
GoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation levelGoodThings2Life can't get a higher reputation level
Mentioned: 23 Post(s)
Tagged: 0 Thread(s)
Re: HOW TO: Customize TouchFLO3D / Manila Themes

Quote:
Originally Posted by silverD16y71996 View Post
question how do i go about adding my own links in there with web favacons, the same way youtube was there but using my own favorite sites.
If all you want is a site, just start bookmarking things in Opera. They won't use the favicons, however.

If you want to replace or add links to net-based programs and sites, you need this section of code duplicated and edited:

Code:

   <Link
     Text="YouTube"
     Executable="\windows\youtube.exe"
     ImagePath="\Windows\HTC\Assets\Images\InternetPortal\youtube.qtc" />
For example, let's say you wanted to add a link for Google Maps:

Code:

   <Link
     Text="Google Maps"
     Executable="\Program Files\GoogleMaps\GoogleMaps.exe"
     ImagePath="\Path to Image Here\Image.png" />
I'm not sure if this works for web sites, however, I'm not sure why it shouldn't work (in theory). You'll need to supply your own images.
__________________
--Someday, bringing GoodThings2Life will become a Paradigm!--
This post has been thanked 1 times.