+ Reply
Page 6 of 7 FirstFirst ... 4567 LastLast
Results 101 to 120 of 128
  1. #101
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by wickedfx View Post
    That process is no longer active unless you are using 2.0 firmware. Try using the new method I posted a couple posts up and just leave out the wallpaper pic and move the clock up to the top.
    I don't understand that though

    so what exactly do you photoshop?
    and where do you put that code?

  2. #102
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    446
    Thanks
    136
    Thanked 298 Times in 164 Posts

    Quote Originally Posted by REG Infamy View Post
    How did you get your status bar on the side?

    ive been pulling apart coding trying to fiqure that out.

    (p.s. for those who wish to know, i need that so i can create a fully horizontl sb.)

    Here you go. I attached it for you.
    Attached Files Attached Files
    Last edited by wickedfx; 06-06-2010 at 09:13 PM.

  3. #103
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by wickedfx View Post
    Here you go. I attached it for you.
    what am i supposed to do with this though? it is like on l complete line of gibberish

  4. #104
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    446
    Thanks
    136
    Thanked 298 Times in 164 Posts

    Quote Originally Posted by Brian3113 View Post
    I don't understand that though

    so what exactly do you photoshop?
    and where do you put that code?
    You go into the lockscreen file, and inside the clockscreen theme folder will have all the digits. Change digit0 - digit9, also change digitam and digitpm. Those images are of numbers. So what I did was open a word document and type 0-9 in whatever font i wanted to use along with typing am and pm. then took a screen shot of my document and used photoshop to make each number a seporate picture, and then created my own digits to use.

    If you tell me what font and color you want to use, I will make it for you.

    Quote Originally Posted by Brian3113 View Post
    what am i supposed to do with this though? it is like on l complete line of gibberish
    That was not for you, look who I quoted in the message.
    Last edited by wickedfx; 06-06-2010 at 09:08 PM. Reason: Automerged Doublepost

  5. #105
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    ooo okay

    do you know what the location of the file is?

    im using winscp

  6. #106
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    446
    Thanks
    136
    Thanked 298 Times in 164 Posts

    Quote Originally Posted by Brian3113 View Post
    ooo okay

    do you know what the location of the file is?

    im using winscp

    Just go here and redownload it so you can have a copy to modify.

    http://modmyi.com/forums/new-skins-t...-move-not.html

  7. The Following User Says Thank You to wickedfx For This Useful Post:

    Brian3113 (06-06-2010)

  8. #107
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by wickedfx View Post
    Just go here and redownload it so you can have a copy to modify.

    http://modmyi.com/forums/new-skins-t...-move-not.html
    ok thnx helped alot but on thing
    do you know how to change the position of the clocki want it at the bottom of the screen but am not fluent enough in javascript to no where to do this

    thnx a bunch

  9. #108
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    446
    Thanks
    136
    Thanked 298 Times in 164 Posts

    Quote Originally Posted by Brian3113 View Post
    ok thnx helped alot but on thing
    do you know how to change the position of the clocki want it at the bottom of the screen but am not fluent enough in javascript to no where to do this

    thnx a bunch

    To move the clock and date,


    towards the bottom of the code, you will see.

    Div style="position: absolute; width: 11px; height: 58px; z-index: 1; left: 160px; top: 200px"

    Just change the top, and left numbers to get it where you want.
    Remember that the iphones width and height are 320 X 480

  10. The Following User Says Thank You to wickedfx For This Useful Post:

    Brian3113 (06-06-2010)

  11. #109
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by wickedfx View Post
    To move the clock and date,


    towards the bottom of the code, you will see.

    Div style="position: absolute; width: 11px; height: 58px; z-index: 1; left: 160px; top: 200px"

    Just change the top, and left numbers to get it where you want.
    Remember that the iphones width and height are 320 X 480

    ok thnx

    just one more question
    is there a way to get rid of seconds and then ad am and pm instead

    Quote Originally Posted by wickedfx View Post
    To move the clock and date,


    towards the bottom of the code, you will see.

    Div style="position: absolute; width: 11px; height: 58px; z-index: 1; left: 160px; top: 200px"

    Just change the top, and left numbers to get it where you want.
    Remember that the iphones width and height are 320 X 480
    an also only the date is moving the clock is not
    Last edited by Brian3113; 06-06-2010 at 10:33 PM. Reason: Automerged Doublepost

  12. #110
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    446
    Thanks
    136
    Thanked 298 Times in 164 Posts

    either above or below the code you are modifying is another set exactly like it for the time. Adjust that one instead.
    For the seconds, use the code from the one that does not move. download that one. Then adjust the code to make the pixels of the time bigger.

  13. #111
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by wickedfx View Post
    either above or below the code you are modifying is another set exactly like it for the time. Adjust that one instead.
    For the seconds, use the code from the one that does not move. download that one. Then adjust the code to make the pixels of the time bigger.
    ok i will try the second thing but the time movement there are two sets of the same looking code one at the top, one at the bottom

    in the screenshot attached it shows both the bottom one i edited to move the date and the top one i have tried editing the left and top but nothing happens, am i missing code or sumtihng

    i have minimized some code so i could fit the two in one screeshot

    i also still cannot find a way to get rid of seconds and add am/pm
    Last edited by Brian3113; 06-06-2010 at 11:19 PM. Reason: Automerged Doublepost

  14. #112
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    446
    Thanks
    136
    Thanked 298 Times in 164 Posts

    Download the other one. It is made without seconds and has am and pm instead. And in the one you download, look for the line that says z-index: 1

  15. #113
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by wickedfx View Post
    Download the other one. It is made without seconds and has am and pm instead. And in the one you download, look for the line that says z-index: 1
    i have the other one as well so should i just basically switch the code?

    and there sint a z-index=1 just =0 should i change it to one?

  16. #114
    iPhoneaholic wickedfx's Avatar
    Join Date
    Jul 2007
    Posts
    446
    Thanks
    136
    Thanked 298 Times in 164 Posts

    Quote Originally Posted by Brian3113 View Post
    i have the other one as well so should i just basically switch the code?

    and there sint a z-index=1 just =0 should i change it to one?
    Here is a pic of the file Lockbackground, modify the code all the way at the bottom that says update clock.

    I am also attacking mine if you need it.
    Attached Thumbnails Attached Thumbnails changin lockclock color-lockbackground.png  
    Attached Files Attached Files

  17. #115
    Green Apple
    Join Date
    Jun 2010
    Posts
    30
    Thanks
    3
    Thanked 1 Time in 1 Post
    Quote Originally Posted by wickedfx View Post
    Here is a pic of the file Lockbackground, modify the code all the way at the bottom that says update clock.

    I am also attacking mine if you need it.
    ok thnx for this but it hasnt helped.
    for some reason my code and your code are completely different :S

    so i decided to take a look at yours and i used that pic you gave me and edited yours minimally (just the top and left data) but it only moved the colon like this:

    ill also give you a pic i made of just what i am trying to do:
    all i want is everything on the bottom cuz i have my slider on the top. Im gonna make my own font to change the colour as well but that is pretty straight foward.
    do you think you could tell me exactly what i need to do?


    i also attached my code to show you in case you can see what to do

    thnx for the help!
    Attached Files Attached Files

  18. #116
    What's Jailbreak?
    Join Date
    Jul 2010
    Location
    West Midlands
    Posts
    20
    Thanks
    4
    Thanked 0 Times in 0 Posts

    - Wickedfx;; Or anyone else who may know how to help ......

    I followed your 'how to guide' that you posted, to change the font colour of the lockscreen clock (this one -http://modmyi.com/forums/skinning-themes-discussion/3700-how-change-color-font-clock.html)

    & i seem to have gone wrong somewhere..
    I thought id done everything correct, but after rebooting my iphone, the clock has now disappeared. (i previously had the lockscreen clock hide installed, but have uninstalled and deleted prior to trying this).

    I have searched the web to see if there is anything i can do to fix it myself, but had no luck.
    So, since you know how to do this, i assume you know how to un-do it lol.

    Its not a major concern atm, doesnt prevent me from using the phone, but would like to have it back! lol.

    Do you have any idea how to fix this problem?
    If so i would be very greatful if you would respond with your advice, tips, or instructions to help!

    Thanks in advance

  19. #117
    Santa Claus, Theme Creator santaf's Avatar
    Join Date
    Feb 2009
    Location
    seattle
    Posts
    3,681
    Thanks
    1,080
    Thanked 1,458 Times in 1,097 Posts

    Quote Originally Posted by beccajane View Post
    - Wickedfx;; Or anyone else who may know how to help ......

    I followed your 'how to guide' that you posted, to change the font colour of the lockscreen clock (this one -http://modmyi.com/forums/skinning-themes-discussion/3700-how-change-color-font-clock.html)

    & i seem to have gone wrong somewhere..
    I thought id done everything correct, but after rebooting my iphone, the clock has now disappeared. (i previously had the lockscreen clock hide installed, but have uninstalled and deleted prior to trying this).

    I have searched the web to see if there is anything i can do to fix it myself, but had no luck.
    So, since you know how to do this, i assume you know how to un-do it lol.

    Its not a major concern atm, doesnt prevent me from using the phone, but would like to have it back! lol.

    Do you have any idea how to fix this problem?
    If so i would be very greatful if you would respond with your advice, tips, or instructions to help!

    Thanks in advance
    this is because in the tutorial if you notice you replace your lockclock font with a transparent font. that's why it goes away after you rebooted. you can either find a lockclock font that isn't transparent and rereplace it then reboot, restore, or install fontswap and click restore default fonts.

  20. #118
    What's Jailbreak? jranders's Avatar
    Join Date
    May 2009
    Location
    minnesota
    Posts
    12
    Thanks
    6
    Thanked 1 Time in 1 Post
    has anyone figured out how to get this out of 24hr mode and into 12 hr mode? also all earlier images in this post not visable showing the stuff on the 1st page

  21. #119
    Santa Claus, Theme Creator santaf's Avatar
    Join Date
    Feb 2009
    Location
    seattle
    Posts
    3,681
    Thanks
    1,080
    Thanked 1,458 Times in 1,097 Posts

    Quote Originally Posted by jranders View Post
    has anyone figured out how to get this out of 24hr mode and into 12 hr mode? also all earlier images in this post not visable showing the stuff on the 1st page
    I used to live in minnesota if you knwo burnsville that's where I lived hah. but I don't have the code I could easily switch it to 12 hour time i was gonna say to post the html text but pretty sure it's on first post so i'll just fix it now and then upload it here for you

  22. The Following User Says Thank You to santaf For This Useful Post:

    jranders (07-30-2010)

  23. #120
    Santa Claus, Theme Creator santaf's Avatar
    Join Date
    Feb 2009
    Location
    seattle
    Posts
    3,681
    Thanks
    1,080
    Thanked 1,458 Times in 1,097 Posts

    This should work when you unzip it will be two folders with seconds and without seconds
    Attached Files Attached Files

  24. The Following User Says Thank You to santaf For This Useful Post:

    jranders (07-30-2010)

+ Reply
Page 6 of 7 FirstFirst ... 4567 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts