Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Somewhere in the first few lines it says "zip code:xxxxx" just replace what's there with yours.

Thanks, i was looking at the wrong file:eek:.

Good work with LockMS and their mods!
 

Attachments

  • IMG_0583.PNG
    IMG_0583.PNG
    147 KB · Views: 94
Only problem I'm having is when the day extends over the Day#, it seems to appear behind it, rather than on top but its nothing too big of a deal.

Krafty, would you be willing to share your version. I likes everything...including slider.
 
Ok I guess I need some help editing the LockBackground.html file to remove the seconds and AM/PM from the colon in the time from Claude626's lock screen. If I try and open the html file from the zip with TextEdit I do not get the code but a rendering of the code in TextEdit. If I view the source in Safari I can see the actual code and edit it but when I save it to my phoen and respring the lockscreen does not show.

If this helps; in finder the original html file shows a blank page for the icon but the editied one shows a page with writing on it.

If any one can help me figure this out I would really appreciate it. Or could someone possibly upload a copy of LockBackground.html that has the seconds and AM/PM removed.
 
Ok I guess I need some help editing the LockBackground.html file to remove the seconds and AM/PM from the colon in the time from Claude626's lock screen. If I try and open the html file from the zip with TextEdit I do not get the code but a rendering of the code in TextEdit. If I view the source in Safari I can see the actual code and edit it but when I save it to my phoen and respring the lockscreen does not show.

If this helps; in finder the original html file shows a blank page for the icon but the editied one shows a page with writing on it.

If any one can help me figure this out I would really appreciate it. Or could someone possibly upload a copy of LockBackground.html that has the seconds and AM/PM removed.


u want to open the "claude626" file in the css folder; i put "//" in front of the line as claude suggested, but, in order to not see a static "00" in the top window, and to get rid of am/pm, i just changed the seconds color and the ampm color to "FFF"
 
Thanks fisherking that worked perfectly. Such a simple alternative to editing the html. I should have figured that out.

Now does any one know how to get a shadow around the time colon that is the same as the shadow on the time numbers?
 
Find where the text boxes are defined (depending on the version you're using, it could be in the main html file or the .css file in the weather folder).

Add this line to whatever definitions need the dropshadow (change the "5" to change the degree of shadow):

div#hourbox {
position:absolute;
left:5px;
top:0px;
font-size:170px;
line-height:170px;
color:#FFFFFF;
text-shadow: 5px 5px 5px #000000;
}

I'm having issues with this because i'm trying to edit the MS-TOP file. (the first zip version). I tried added text- shadow and it was a no go. Only the day showed up with text shadow.

Can someone help me edit the original file?
 
It's probably buried in this thread somewhere, but how do I turn off the leading zero on the hours? This is with the Nguyen version of the lockscreen.

Got it, thanks!
 
Question about using on Homescreen

If this has been covered already, my apologies. I'm on page 13 reading through each post...no luck yet.

I simply want to know if there's a way I can retain this function on my homescreen. Would love to use this as just a desktop clock type thing where I can just leave it on throughout the day in my office. I thought I was on to something with LockInfo's settings regarding the Homescreen...no luck though. Also thought I might try finding a setting that lets me just keep the lockscreen up. Didn't find anything. Any suggestions? Thanks.
 
If this has been covered already, my apologies. I'm on page 13 reading through each post...no luck yet.

I simply want to know if there's a way I can retain this function on my homescreen. Would love to use this as just a desktop clock type..........

I used "Dim Delay" from cydia. Set it to "do not dim". I keep my phone docked and on my lockscreen.
 
BiteSMS still shows the slide to unlock text on quick reply using this lockscreen. I've deleted all instances of slide to unlock in the .strings file in BiteSMS.app but its still there! Any ideas?
 
I'm having issues with this because i'm trying to edit the MS-TOP file. (the first zip version). I tried added text- shadow and it was a no go. Only the day showed up with text shadow.

Can someone help me edit the original file?

This is exactly the reason why I had created my text-only version. What you are trying to achieve is text shadow on the clock digits, but that clock display is riding on pure image use. That means if you want any alterations to those digits, you're gonna have to fire up your image editor and edit each image of those digits. So in short, if you are using the original theme from first post, then there is no way for you to add text shadow to those clock digits. The date digits doesn't use images... oddly enough, which is why you are able to see the text shadow with CSS.

It's probably buried in this thread somewhere, but how do I turn off the leading zero on the hours? This is with the Nguyen version of the lockscreen.

Not sure what the nguyen version is, but look at a few of my most recent posts, I posted the code for no leading 0 and also the code for padding 0. in one post.(assuming the Nguyen version is derived from my text only version)

If this has been covered already, my apologies. I'm on page 13 reading through each post...no luck yet.

I simply want to know if there's a way I can retain this function on my homescreen. Would love to use this as just a desktop clock type thing where I can just leave it on throughout the day in my office. I thought I was on to something with LockInfo's settings regarding the Homescreen...no luck though. Also thought I might try finding a setting that lets me just keep the lockscreen up. Didn't find anything. Any suggestions? Thanks.

This one's a simple fix for you. :) Simply duplicate LockBackground.html and rename it to Wallpaper.html. SSH the new file to your phone, respring. You're done!

BiteSMS still shows the slide to unlock text on quick reply using this lockscreen. I've deleted all instances of slide to unlock in the .strings file in BiteSMS.app but its still there! Any ideas?

No clue...
 
Hey Claude, you may have answered this in a previous post, but it seems that with your slanted theme I have to respring each time I change a wallpaper for it to show up. Is that normal?
 
Yep. How often do you change wallpapers...? o_O

Not too often haha, I was just experimenting with different wallpapers last night. Still, using your theme and just respringing with a new wallpaper is way easier than having to create a new .theme folder with a different background. Thanks for sharing that slanted theme btw.

ff75f4e6.jpg
 
Claude,

Would you be willing to help me out on something?

Specifically the code needed to have the time displayed as Hours:Minutes instead of Hours Minutes so the drop shadow is included on the ':'.

I don't need/want seconds integrated, and am planning to move the PM in between the dots of the ':'.

I can understand the CSS enough to fiddle around with it, but the JS is out of my league. ^_^

Thanks in advance... I hope? Haha
 
Claude,

Would you be willing to help me out on something?

Specifically the code needed to have the time displayed as Hours:Minutes instead of Hours Minutes so the drop shadow is included on the ':'.

I don't need/want seconds integrated, and am planning to move the PM in between the dots of the ':'.

I can understand the CSS enough to fiddle around with it, but the JS is out of my league. ^_^

Thanks in advance... I hope? Haha

Hmm... Your best bet is download my earliest version here: http://www.mediafire.com/?0keeym30v08ze04

That is the horizontal time and texts version, but it does generate time in "HR:MN" format.

The HTML structure, JS, and... CSS has deviated a lot since the slanted version... You can try opening the two corresponding files from the two versions and try to rip what you need from the first version into the slanted version.

Or you can just run off my first version and make an entirely new theme!

NOTE though... the earlier version lacks much optimizations.(I've been optimizing it with each incremental package xD) You can always find room for better code.
 
after about 55 resprings i think i got the script the way i like it

the htc icon set is way better IMO

ill upload a zip later tonight for everyone who has asked
 

Attachments

  • PhotoToMac MP’s iPhone 4 38.jpg
    PhotoToMac MP’s iPhone 4 38.jpg
    461.5 KB · Views: 117
after about 55 resprings i think i got the script the way i like it

the htc icon set is way better IMO

ill upload a zip later tonight for everyone who has asked

That no shadow dots is sticking out like a sore thumb. xD I got the fix for it, but it's not very "adaptable". When you change text shadow in the css, it doesn't change... and changing it is a pain in the ass. If you want to mess with it, I'll upload it, but it's a bit hackey.
 
Would anyone want to make a script for the phases of the moon at night? It bugs me that the moon is only one phase and I'm not skilled enough to figure it out.

I don't know if this site is helpful, but maybe: http://www.calculatorcat.com/moon_phases/phasenow.php

Maybe the clouds and rain and stuff could be separated from the moon and placed over moon images. And it'd be nice if it could come up at "sun down"

Ha, big request i know.
 
Does anyone know how to hide the slider text? I'm not using the slider in here, but the slider I have disables all but the "slide to view" text.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.