Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Is there any way to code in changing wallpaper based on the day/weather?

Like a slideshow
 
Here is my tweaked version of the slanted theme. I made it so everything fits on the screen. The zip file is attached at the bottom of this post.

(Click to enlarge)
photodl.png


And here's my background. (Click to enlarge)

lockbackgroundportrait.jpg



can you upload this version and your lockscreen background?


I pretty much did what you wanted uploaded from map1978 but I noticed he didn't upload it. So here you go.
 

Attachments

  • LockMS_Claude_slanted_fits.zip
    785.6 KB · Views: 294
You guys have really butchered angelman8's theme.

LOL! Yea I guess if you look at where the latest iteration originated. Though, if you put folder hierarchy, file names, codes side by side, you'll wonder if one derived from the other. ;) I guess the only thing that's left of the original theme is the icon set that got carried over. LOL :eek:

I had said earlier that it's so different from the original theme, I'm not sure if the original creator wants this to be under his name/creation, but instead of renaming it and calling it my own... I chose the lesser of the two evils and accepted the butcher. LOL
 
How can I change the color of the >>? I was able to change the color but there is a big white box around them after. How do I fix this?
 
im loving the slanted one, but is there a way to remove the weather widget? thanks!

oops nevermind i figured it out!
 
To eliminate the seconds, just go into the javascript file and put "//" in front of this line:
document.getElementById('secondsbox').innerHTML = se;

When I put the // in the front of it, it makes the box display 00. Am I missing something else?
 
Can someone help me with this? I'm loving everyone's contributions to this theme.

But How do you create a shadow outline around the text, especially on the Time text and Day text? I would love to add that to my theme.

Thanks.
 
Can someone help me with this? I'm loving everyone's contributions to this theme.

But How do you create a shadow outline around the text, especially on the Time text and Day text? I would love to add that to my theme.

Thanks.
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;
}
 
When I put the // in the front of it, it makes the box display 00. Am I missing something else?

whoopz, you need to open up the LockBackground.html file and remove the "00" place holder text from this:

Code:
<div id="secondsbox">00</div>
 
Claude got some probs.....

since i loaded the slanted theme last night,i have had the phone give me sad face twice now.

Last night when i rebooted after the initial install,and today out of the blue it rebooted and gave sad face for no reason,i wasnt even touching it.

is there anything i can check to see whats wrong?...I am using my other slide to unlock(as seen in my previous attd pics)....and i removed yours,i wonder if i put the lock in your theme wrong?....

I also added tango images/icons cause i like them better,do you think that could be causing it?

any ideas? it seems to work fine just have had two reboots and safe modes.

i would like to strip out everything i do not need....what can i strip out?

thanks!
 
whoopz, you need to open up the LockBackground.html file and remove the "00" place holder text from this:

Code:
<div id="secondsbox">00</div>

Perfect! Thanks. I knew I was missing something else, but I didn't think to look in the html file. Thanks again.
 
Claude got some probs.....

since i loaded the slanted theme last night,i have had the phone give me sad face twice now.

Last night when i rebooted after the initial install,and today out of the blue it rebooted and gave sad face for no reason,i wasnt even touching it.

is there anything i can check to see whats wrong?...I am using my other slide to unlock(as seen in my previous attd pics)....and i removed yours,i wonder if i put the lock in your theme wrong?....

I also added tango images/icons cause i like them better,do you think that could be causing it?

any ideas? it seems to work fine just have had two reboots and safe modes.

i would like to strip out everything i do not need....what can i strip out?

thanks!

Hmm... Not sure. The only time I saw safemode and warning from mobilesubstrate that my phone crashed was when I installed statusnotifier from cydia. I later found out that statusnotifier is not compatible with iOS4 and will crash your phone. Other than that, I've experienced no crashes. I'm only running this theme and lockinfo (and maybe bitesms as it does add its own notifications). No other mods are on my phone. No crashes with just those.
 
Hmm... Not sure. The only time I saw safemode and warning from mobilesubstrate that my phone crashed was when I installed statusnotifier from cydia. I later found out that statusnotifier is not compatible with iOS4 and will crash your phone. Other than that, I've experienced no crashes. I'm only running this theme and lockinfo (and maybe bitesms as it does add its own notifications). No other mods are on my phone. No crashes with just those.

Hi Claude,thanks for all your hard work.

I think i messed up when i inserted my slider/lock info into bundles.....i know i messed up something cause each time i resprung when i was editing things,i could see my battery % blinking on and off when it was starting up,which to me means it was having a hard time booting/springing.....

so,i took your latest theme with yahoo.....started from scratch with that,and added my lockscreen slider very carefully into proper folders....and now when i respring i do not see that batt % blinking at startup,so i think i just had a few folders in wrong areas causing issues....

as for statusnotifier......i use NOTIFIER( which is updated to another name for ip4 i think) and its been fine since day one,but reminders do not work and never have.

lockinfo works well with this no probs,i have pop ups blocked and clockhide on,and mssgs pop up all in succession so i can scroll thru them,no probs there.

i should be fine now.

a few things....you guys might want to go into the yahoo.js file and check each and every coinsiding icon to description.....some are just not correct.....i have them all setup how i want now,i noticed when it was cloudy it showed showers icon,so i went thru them all to make sure each matches up...this is why its great to have text description as well as icons.

thanks again claude!

another screenshot now running yahoo weather.
 

Attachments

  • weatherfurik custom.PNG
    weatherfurik custom.PNG
    940.5 KB · Views: 85
  • slanted custom.PNG
    slanted custom.PNG
    1 MB · Views: 82
NainRouge i would love if you could post this and any ways to change the weather widget ect.

I just changed the "Top:00px" and "Left:00px" lines and changed the rotation line in the "#weatherIcon" section of the CSS file to move the image where and at the angle I wanted it to be.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.