Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: MiOS [beta release] by Truck
is a discussion within theiPhone 4|4S New Skins / Themes Launches
forums, a part of theNew Skins / Themes Launches
section;Originally Posted by NewdestinyX Just put me on ignore Pinoy. I couldn't care less about your opinion of me. I respect your work - but you are condescending to many.
...-
10-02-2012, 02:21 PM #7221
-
10-02-2012, 03:33 PM #7222Not always right, but always confident
- Join Date
- Jan 2012
- Posts
- 3,967
- Thanks
- 1,326
- Thanked 3,012 Times in 1,497 Posts
-
10-02-2012, 03:37 PM #7223
-
10-02-2012, 04:33 PM #7224Not always right, but always confident
- Join Date
- Jan 2012
- Posts
- 3,967
- Thanks
- 1,326
- Thanked 3,012 Times in 1,497 Posts
-
10-02-2012, 04:44 PM #7225
What is the name of the SB weather that is animated like with rain/sum/clouds on the entire SB
-
10-02-2012, 04:46 PM #7226Not always right, but always confident
- Join Date
- Jan 2012
- Posts
- 3,967
- Thanks
- 1,326
- Thanked 3,012 Times in 1,497 Posts
-
10-02-2012, 05:20 PM #7227full moon
- Join Date
- Jul 2011
- Location
- Nashville, Tn
- Posts
- 1,195
- Thanks
- 1,292
- Thanked 2,810 Times in 855 Posts
+1
Don't sweat it man. Some people have a little man complex and need to be right regardless of how silly the topic is. I read your comment and knew what to do and I don't call myself a "veteran user" or a "veteran google user". This is a thick skin commentLast edited by Krima; 10-02-2012 at 05:28 PM.
-
The Following User Says Thank You to Krima For This Useful Post:
King_O_Hill (10-03-2012)
-
10-02-2012, 07:30 PM #7228
running MP.Simple.SBFull.theme and the date is always being displayed with th. Today is Wednesday the 3th of Oct 2012
How can I get the theme to recognize th, st, rd?? Here is the code I found in the theme
//Checking if its -st, -nd, -rd or -th
if (currentDate == 1 || currentDate == 21 || currentDate ==31){
var sup = "<sup>st</sup>";
}
else if (currentDate == 2 || currentDate == 22){
var sup = "<sup>nd</sup>";
}
else if (currentDate == 3 || currentDate == 23){
var sup = "<sup>rd</sup>";
}
else{
var sup = "<sup>th</sup>";
}
//Putting the date in desired format
date = date.replace(/mmmm/i, "ooo");
date = date.replace(/mmm/i, "oo");
date = date.replace(/dddd/i, "nnn");
date = date.replace(/ddd/i, "nn");
date = date.replace(/yyyy/i, yyyy);
date = date.replace(/yy/i, yy);
date = date.replace(/mm/i, mm);
date = date.replace(/m/i, m);
date = date.replace(/dd/i, dd);
date = date.replace(/d/i, d);
date = date.replace(/ooo/i, ooo);
date = date.replace(/oo/i, oo);
date = date.replace(/nnn/i, nnn);
date = date.replace(/nn/i, nn);
date = date.replace(/sup/i, sup);
//Displaying date
var currentDateString = date;
document.getElementById("date").innerHTML = currentDateString;
}
</script>
-
10-02-2012, 07:39 PM #7229
-
10-02-2012, 07:48 PM #7230Not always right, but always confident
- Join Date
- Jan 2012
- Posts
- 3,967
- Thanks
- 1,326
- Thanked 3,012 Times in 1,497 Posts
Haha! Oh like we should look to you for how to behave on a forum, Krima. You who hide in shadows until a tiff comes up and then you enter a fight and kik the man down. :-/. In my neck of the 'hood' we call that a coward. Keep your unwanted judgements to yourself please. We've done this dance before, Krima. I'm not diggin' it.
Here to help if I can.
If I can't - I know someone who can.
-
10-02-2012, 07:53 PM #7231full moon
- Join Date
- Jul 2011
- Location
- Nashville, Tn
- Posts
- 1,195
- Thanks
- 1,292
- Thanked 2,810 Times in 855 Posts
-
The Following User Says Thank You to Krima For This Useful Post:
King_O_Hill (10-03-2012)
-
10-02-2012, 08:01 PM #7232Not always right, but always confident
- Join Date
- Jan 2012
- Posts
- 3,967
- Thanks
- 1,326
- Thanked 3,012 Times in 1,497 Posts
I don't have that need. You have misjudged. And I only call you out when you say nothing in threads for days then only chime in when someone flames me and then you're #2 - right on cue.
Moving on. Like I said to Pinoy. Put me on ignore. It'll be way easier for you. Other people thank me for my input. It's all good, though, "Brah".. :-/Here to help if I can.
If I can't - I know someone who can.
-
10-02-2012, 08:06 PM #7233full moon
- Join Date
- Jul 2011
- Location
- Nashville, Tn
- Posts
- 1,195
- Thanks
- 1,292
- Thanked 2,810 Times in 855 Posts
-
The Following User Says Thank You to Krima For This Useful Post:
King_O_Hill (10-03-2012)
-
10-02-2012, 08:18 PM #7234
where is the directory I need to go to to change my badge icon? Thanks in advance.
-
10-02-2012, 08:56 PM #7235King Kong ain't got nothing on me!
- Join Date
- Apr 2011
- Location
- USA
- Posts
- 5,092
- Thanks
- 24,696
- Thanked 8,253 Times in 3,205 Posts
MyLocation App update for 5.1.1 - 6.1.2 from bushe! Incase you are having problems, this app is working fine. You may need an updated location.js file. If it has been updated, and still not updating go to settings/general/reset and reset all settings, this will not affect your JB!
Download these Instructions - Instructions!
To install the MyLocation app, just add my repo and install it! - http://cydia.myrepospace.com/kohidevice/
-
The Following User Says Thank You to King_O_Hill For This Useful Post:
samhfoley (10-02-2012)
-
10-02-2012, 09:03 PM #7236
Any idea about my earlier post where the date is showing up at the 03th of Oct 2012? I don't know why the code isn't allowing it to display 03rd of Oct 2012 Thanks in advance
-
10-02-2012, 10:02 PM #7237King Kong ain't got nothing on me!
- Join Date
- Apr 2011
- Location
- USA
- Posts
- 5,092
- Thanks
- 24,696
- Thanked 8,253 Times in 3,205 Posts
Last edited by King_O_Hill; 10-02-2012 at 10:04 PM.
MyLocation App update for 5.1.1 - 6.1.2 from bushe! Incase you are having problems, this app is working fine. You may need an updated location.js file. If it has been updated, and still not updating go to settings/general/reset and reset all settings, this will not affect your JB!
Download these Instructions - Instructions!
To install the MyLocation app, just add my repo and install it! - http://cydia.myrepospace.com/kohidevice/
-
10-03-2012, 12:03 AM #7238
Drama=boring
This isn't an English classroom, nor is this a "who's bigger" type of contest. Just theme. If you like something, thank the person. If you don't like it, keep it to yourself if you think it will offend others. It is as simple as that.
Follow us on twitter @iOSAlliance
Follow me on twitter @The_KnightWing
-
The Following 4 Users Say Thank You to KnightWing For This Useful Post:
indyzzzz (10-30-2012), rumcajs (10-06-2012), sigit (10-04-2012), yamakasi73 (10-04-2012)
-
10-03-2012, 12:22 AM #7239
-
10-03-2012, 12:33 AM #7240
Adding a 0 didn't work
screenshot
![MiOS [beta release] by Truck-photo.png](http://modmyi.com/attachments/forums/iphone-4-4s-new-skins-themes-launches/613462d1349246641t-mios-beta-release-truck-photo.png)
all the code....
<html><head>
<script type="text/javascript" src="Scripts/jquery.min.js"></script>
<script type="text/javascript" src="Scripts/Weather.js" style="position:absolute; top:0px; left:0px; width:320px; height:480px; z-index:-99;"></script>
<link rel="stylesheet" href="Style/Style.css" type="text/css">
<script type="text/javascript" src="Scripts/Config.js"/></script>
</head><body>
<img src="Overlay.png" style="position:absolute; top:0px; left:0px; width:320px; height:480px; z-index:1; display:;">
<div id="cityname"></div>
<div id="neighborhoodname"></div>
<div id="latlong"></div>
<div id="results"></div>
<div id="UpdateLocation">
<span id="UpdateLocation"><script language="JavaScript">UpdateLocation(); setInterval('UpdateLocation()', 20000 )</script></span>
</div>
<div id="temp"></div>
<div id="weathertext"></div>
<div id="highlowtemp"></div>
<div id="weathericon"></div>
<div id="weathericon2"></div>
<div id="picture1">
<img src="/var/mobile/Library/SpringBoard/Converted-HomeBackground.jpg" width="320" height="480"/>
</div>
<style>
#picture1 {
position: absolute;
left: 0px;
top: 0px;
opacity: 1.0;
background-color: transparent;
overflow: hidden;
z-index: -100;
display:none;
}
#cityname{
position:absolute; top:91px; left:0px; width:320px; text-align:center;
z-index:90;font-weight:bold;
font-size:20px;color: white;text-shadow: 1px 1px 1px black;font-family: Helvetica;
display:inline;
}
#neighborhoodname{
position:absolute; top:116px; left:0px; width:320px; text-align:center;
z-index:90;font-weight:bold;
font-size:12px;color: white;text-shadow: 1px 1px 1px black;font-family: Helvetica; display:inline;
}
#latlong{
display: none;
}
#weathertext{
position:absolute; top:131px; left:0px; width:320px; text-align:center;
z-index:90;font-weight:bold;
font-size:12px;color: white;text-shadow: 1px 1px 1px black;font-family: Helvetica;display:;
}
#highlowtemp{
position:absolute; top:150px; left:0px; width:320px; text-align:center;
z-index:90;font-weight:bold;
font-size:12px;color: white;text-shadow: 1px 1px 1px black;font-family: Helvetica;display:;
}
#temp{
position:absolute; top:110px; left:52px; width:320px; text-align:left;
z-index:90;font-weight:bold;
font-size:25px;color: white;text-shadow: 1px 1px 1px black;font-family: Helvetica;display:;
}
#weathericon{
position:absolute; top:0px; left:0px; width:320px;z-index:-100;display:;
}
#weathericon2{
position:absolute; top:106px; left:233px; width:320px;z-index:100;display:;
}
</style>
<script>
//Enable or disable AM or PM. Disable by entering 0 and enable by entering 1.
var ampm="1";
//Enable or disable 24-hour format.
var thf="0";
//Enable or disable seconds
var secs="0"
//Set the size for your date (in pixels).
var datesize="15";
//Set date format.
var dateformat="dddd the ddsup of mmmm yyyy";
//Possible formats:
//Day: enter ddd for abbreviated day (e.g. Sun, Mon,...) or dddd for full day (e.g. Sunday, Monday,...).
//Date: enter d for date without leading zero (e.g. 1, 2,...) or dd for date with leading zero (e.g. 01,02,...).
//Month: enter m for month without leading zero, mm for month with leading zero, mmm for abbreviated name of the
//month (e.g. Jan, Feb,...) or mmmm for full month name (e.g. January, February,...).
//Year: Enter yy for 2-digit year (e.g. 10) or yyyy for full year (e.g. 2010)
//Extras: Enter sup (behind d or dd, without space between sup and d, e.g. ddsup) to add -st, -nd, -rd or -th
//You can also enter text in the date format, as long as it doesnt contain the letters d, dd, m, mm, yy or sup.
///////////////////////////////////////////////////
// END CONFIGURATION //
// Do not edit below. //
//////////////////////////////////////////////////
var sbtxt=" ";
function updateClock(){
var currentTime = new Date ( );
var currentHours = currentTime.getHours ( );
var currentMinutes = currentTime.getMinutes ( );
var currentSeconds = currentTime.getSeconds ( );
//Add leading zeros if required
currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;
//Disabling seconds if desired.
if(secs==0){
var seconds="";
}
else{
var seconds=":";
seconds = seconds + currentSeconds;
}
//Check if it's AM or PM
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
//Disabling AM/PM if disabled
if(ampm==0){
timeOfDay="";
}
//Convert to 24 hour format is enabled
if(thf==1){
//If 24 hour format is enabled, leading zeros need to be added
currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
}
else{
currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
currentHours = ( currentHours == 0 ) ? 12 : currentHours;
}
//Creating Clock
var currentTimeString = currentHours + ":" + currentMinutes + seconds + " " + timeOfDay;
//Displaying the clock
document.getElementById("clock").firstChild.nodeVa lue = currentTimeString;
//Thats it, well done!
}
function addslashes (str) {
return (str+'').replace(/([\\"])/g, "\\$1").replace(/\u0000/g, "\\0");
}
dateformat = addslashes(dateformat);
function updateDate(){
var currentDate = new Date ( );
var date = dateformat;
//Setting month names
var fmonths = new Array("Jan","Feb","March","April","May","June","Ju ly","Aug","Sep","Oct","Nov","Dec");
var months = new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","A ug","Sep","Oct","Nov","Dec");
//Setting day names
var fdays = new Array("Sunday","Monday","Tuesday","Wednesday","Thu rsday","Friday","Saturday");
var days = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
//Getting year
var yyyy = currentDate.getFullYear();
var yy = yyyy.toString().substring(2);
//Getting month
var month = currentDate.getMonth();
var m = currentDate.getMonth() + 1;
var mm = m < 10 ? "0" + m : m;
var oo = months[month];
var ooo = fmonths[month];
//Getting date
var day = currentDate.getDay();
var d = currentDate.getDate();
var dd = d < 10 ? "0" + d : d;
//Getting day
var nn = days[day];
var nnn = fdays[day];
//Checking if its -st, -nd, -rd or -th
if (currentDate == 01 || currentDate == 21 || currentDate ==31){
var sup = "<sup>st</sup>";
}
else if (currentDate == 02 || currentDate == 22){
var sup = "<sup>nd</sup>";
}
else if (currentDate == 03 || currentDate == 23){
var sup = "<sup>rd</sup>";
}
else{
var sup = "<sup>th</sup>";
}
//Putting the date in desired format
date = date.replace(/mmmm/i, "ooo");
date = date.replace(/mmm/i, "oo");
date = date.replace(/dddd/i, "nnn");
date = date.replace(/ddd/i, "nn");
date = date.replace(/yyyy/i, yyyy);
date = date.replace(/yy/i, yy);
date = date.replace(/mm/i, mm);
date = date.replace(/m/i, m);
date = date.replace(/dd/i, dd);
date = date.replace(/d/i, d);
date = date.replace(/ooo/i, ooo);
date = date.replace(/oo/i, oo);
date = date.replace(/nnn/i, nnn);
date = date.replace(/nn/i, nn);
date = date.replace(/sup/i, sup);
//Displaying date
var currentDateString = date;
document.getElementById("date").innerHTML = currentDateString;
}
</script>
</head>
<body>
<table style="position: absolute; top: 37px; left: 0px; width:320px; z-index:2; font-family: Helvetica;color: #ffffff;text-shadow: black 1px 1px 1px; text-align: center; font-size:30; font-weight:bold;" cellspacing="0" cellpadding="0" align="center">
<tr align="center" valign="top" border="0" cellpadding="0">
<td valign="top">
<span id="clock">
<script language="JavaScript">updateClock(); setInterval('updateClock()', 1000 )</script>
</span>
</td>
</tr>
<table style="position: absolute; top: 69px; left: 0px; width:320px; z-index:1; font-family: Helvetica;color: #ffffff;text-shadow: black 1px 1px 1px; text-align: center; font-weight:bold;" cellspacing="0" cellpadding="0" align="center">
<tr align="center">
<td id="calendar" valign="top" halign="center">
<script type="text/javascript">
document.write("<font style=\"font-size: "+datesize+"px\;\">");
</script>
<span id="date">
<script language="JavaScript">updateDate(); setInterval('updateDate()', 1000 )</script>
</span>
</font>
</td>
</tr>
</table>
</body></html>Last edited by samhfoley; 10-03-2012 at 12:44 AM.
LinkBacks (?)
-
07-04-2012, 08:22 PM




LinkBack URL
About LinkBacks
![MiOS [beta release] by Truck-imageuploadedbymodmyi1349209184.467992.jpg](http://modmyi.com/attachments/forums/iphone-4-4s-new-skins-themes-launches/613450d1349209184t-mios-beta-release-truck-imageuploadedbymodmyi1349209184.467992.jpg)

Reply With Quote
