Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5)

Morning macrumors! Long time follower!

I love this site, and EVERY need or know how I find here. Usually I am able to read and work things for myself with little assistance from having to post questions.


BUT...I have been finally stumped as I can't find an answer. I have finally started to alter the files on my iphone per iphonebrowser. The problem i'm having is editing the files to change certain weather codes(yahoo weather numeric location).

iPhone browser does not allow you to edit te HTML code. I can delete, add, replace etc...BUT I can't edit the text.

-I downloaded afc2add, iphone browser(windows).
-I download the desired theme,widget..etc
-BUT i can't edit the wad.html text to enter MY location.


is there a html editor i'm supposed to download and maybe replace the file that way? I also have a macbook pro, so if it's easier using a mac I can do it that way as well.

a little guidance would be appreciated as im getting braver and braver messing with iphones capabilities and would love a clear understanding.

you can use iFile and edit HTML files on your iphone/ipod or you can use programs like WinSCP (windows) Cyberduck (mac). Make sure you have SSH from Cydia on your iDevice and wifi on.
 
Hmm, i was able to shift and resize the font for weather.

but i wasn't able to remove the 2011, this is what it shows now


img0599f.png




now if i try to remove the :display:none; its still stays that way, and i can't reverse it. i even tried to delete the whole script for year display in the html but didn't work.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

@vita1ce

You're not labeling it correctly. Needs to look just like this:

TD#year 

{

        Display: none;
        font-family: Helvetica;
        font-weight: 100; 
        text-align: center;
        color: transparent; 
        text-shadow: 0px 0px 30px white;
        font-size: 80px;
       opacity: 0.44;
        text-transform: Capitalize;

      -webkit-text-stroke: 2px white;

    -webkit-text-fill-color: transparent;   

        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(transparent), color-stop(0.4, #666));

}
 
fiftyfootshadows

I'm wondering if anyone can help me extract the SB widget from the fiftyfootshadows theme? I only want the SB widget and nothing else from the theme however I'm not sure what needs to be edited/yanked out from the theme. Can anyone offer any suggestions?

fiftyfootshadows2.png
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

It uses a Pump coding which is different than normal coding used for most widgets. What is it you want exactly? Because if I remember correctly all it is is date and weather and you can achieve this by editing the widget.HTML you currently have right now
 
I have no idea what pump coding is :(

Basically, what you see along the bottom of the springboard is what I want. I want that same horizontal "widget" that has the date and temp on it. Ideally, I'd like it moved to the top to fit right below the statusbar.

Is this an easy thing to accomplish or, since it uses pump coding, is it a laborious effort?
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

I updated my previous post. It can be done and if you can wait til later I'll do it for you (since I understand this coding)

But like I said you can achieve this but editing you HTML file you currently have.
 
If you could do this, I'd greatly appreciate it. I'm not too savvy with all this coding stuff so I wouldn't even know where to start with the widget.html. All I know how to do is change my weather code....and that's about it :eek: Thanks.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

Pm me your widget.HTML and I'll do it for you
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

@vita1ce

You're not labeling it correctly. Needs to look just like this:

TD#year*

{

** * * *Display: none;
** * * *font-family: Helvetica;
** * * *font-weight: 100;*
** * * *text-align: center;
** * * *color: transparent;*
** * * *text-shadow: 0px 0px 30px white;
** * * *font-size: 80px;
** * * opacity: 0.44;
** * * *text-transform: Capitalize;

** * *-webkit-text-stroke: 2px white;

** *-webkit-text-fill-color: transparent; **

** * * *-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(transparent), color-stop(0.4, #666));

}

Thanks for the help, but unfortunately, it still didn't work. :(
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)

@vita1ce
Then you have another theme clashing with this one. Cause this way works and by your pic it shows a smaller year. Try looking at other themes you have active in winterboard or just PM me your HTML file and I'll look at it
 
How would i be able to make a movie wallpaper work on my lockscreen instead of my homescreen/

The one i am trying to use is called City Light and its available from Cydia for free,I want to change the file from working with my homescreen only to working with my lockscreen only,How would i be able to accomplish this?
 
Image

Anyone know how to make city text smaller and remove am/pm text?


private/stylesheets

open the css file
search #city

edit... left: -10px;
delete the second value: width:100

that should works anyway edit font-size to smaller value
 
private/stylesheets

open the css file
search #city

edit... left: -10px;
delete the second value: width:100

that should works anyway edit font-size to smaller value

Ah perfect, thanks a lot. Anyone know about the am/pm thing?
 
Minor CSS Tutoring Needed!

Didn't think I'd ever have use for this thread but now I do and I'm glad it's here. I have an animated weather widget based on wim66' iNZTHD. The weather "description" is aligned to the right, and as long as the displayed forecast is a short word(s) it's fine. However, when it's a long description such as "Severe Thunderstorms" the text reaches to the center of the line and displays on top of the temperature. See screenshot below...unfortunately the weather changed and now it just says "Thunderstorms". Can someone explain how, in the code below I could force a line break so "Severe Thunderstorms" would occupy two lines (both right-justified)?


#desc{

position: absolute; top: 97px; right: 0px; down: 0px; left: -20px; width: 320px;height: 481px;​
text-transform:capitalize;​
text-align: right;​
opacity: 1;​



}
 

Attachments

  • springboard.PNG
    springboard.PNG
    465.7 KB · Views: 99
Noki HD Help

I'm using Noki HD and need to know what part of the plist I need to edit in order to eliminate all icon texts? I currently have No SB & Dock Text which works however it'll only work for icons on the dock or springboard. All icons within folders still have their text and you can see the issue I'm running into (pic).

I know it has something to do with the <key>UndockedIconLabelStyle</key> part of the plist however I don't know what bits and pieces I need to change. Thanks.
 

Attachments

  • Info.plist.zip
    1,007 bytes · Views: 102
  • photo.PNG
    photo.PNG
    363.6 KB · Views: 91
I'm using Noki HD and need to know what part of the plist I need to edit in order to eliminate all icon texts? I currently have No SB & Dock Text which works however it'll only work for icons on the dock or springboard. All icons within folders still have their text and you can see the issue I'm running into (pic).

I know it has something to do with the <key>UndockedIconLabelStyle</key> part of the plist however I don't know what bits and pieces I need to change. Thanks.

You can change under UndockedIconLabelStyle the px size to say -4px and should make it disappear

Or I personally use IconRenamer in Cydia. With this, you can rename icons or make them blank. I use this because I like seeing my folder icon names on page 2 of my SB

Hope this helps
 
You can change under UndockedIconLabelStyle the px size to say -4px and should make it disappear

Or I personally use IconRenamer in Cydia. With this, you can rename icons or make them blank. I use this because I like seeing my folder icon names on page 2 of my SB

Hope this helps

I iz idiot. I also have FolderEnhancer and it has a built in toggle that allows you to remove those labels :confused: Didn't even know that was there. Thanks for the reply though.

really digging the Noki theme too BTW. Glad I caved in and bought this :D
 
I iz idiot. I also have FolderEnhancer and it has a built in toggle that allows you to remove those labels :confused: Didn't even know that was there. Thanks for the reply though.

really digging the Noki theme too BTW. Glad I caved in and bought this :D

Not a problem man...yeah I caved in after finding out lots of people are creating new mods all the time. I like that in a theme if I am purchasing.
 
Can Someone Please Help

Guys, I am trying to move the day, date and year down a bit on this widget. I have looked at the html and mini.css files and I cannot decipher what I need to change. I may need to make the year a bit smaller too so it all fits the way I want it too.

I appreciate any help.

attachment.php
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.