11-30-2008, 10:25 PM
|
|
PPCGeeks Regular
Offline
|
|
Join Date: May 2008
Posts: 76
Reputation: 30
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
|
Re: HOW TO: Customize TouchFLO3D / Manila Themes
Quote:
Originally Posted by GoodThings2Life
Changing the Internet Globe Icon or Remove the YouTube Link
For some reason, Manila Editor has a really hard time replacing this graphic. In fact, if you even try, you'll end up with a "white out" effect where the icon belongs. The actual manila files in question are:
Globe: 7d3f1247_manila
Globe Selected: 3f00cd2f_manila
However, until Manila Editor works for this graphic, you might think you're out of luck. Not really... instead of those two files, create your own graphics based on 512x256 dimensions with 96dpi and save them as Globe.png and Globe_Selected.png. Then, edit 27c65cbd_manila instead. Change the code for the entire file to look like this:
Code:
<?xml version="1.0" encoding="utf-16"?>
<InternetPortal>
<IncludeUserFavorites>True</IncludeUserFavorites>
<Banner
DefaultImagePath="\Windows\Globe.png"
SelectedImagePath="\Windows\Globe_Selected.png"
Width="480"
Height="215" />
<OperatorLinks>
<Link
Text="YouTube"
Executable="\windows\youtube.exe"
ImagePath="\Windows\HTC\Assets\Images\InternetPortal\youtube.qtc" />
</OperatorLinks>
</InternetPortal>
Oh, speaking of 27c65cbd_manila... if you remove the code between the OperatorLinks section, you'll also get rid of the YouTube Link on the Internet tab.
|
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.
|