changing dates on individual entries |
changing dates on individual entries |
Nov 8 2006, 10:01 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Nov 2006 Member No: 478,622 |
is there a code for changing dates on individual entries? I just transfared a bunch of posts to my Xanga blog from another blog, and it looks like all of the posts were made today! I'm looking for a code that I can paste into each entry to change the date. Is there such a thing???????
Thanks! |
|
|
|
![]() |
Nov 8 2006, 10:07 AM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Nov 2006 Member No: 478,620 |
im trying to figure changing dates on indiviual entries too if you find ou give us a bell
tammy |
|
|
|
Nov 13 2006, 03:00 PM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 10 Joined: Jul 2006 Member No: 433,910 |
I don't believe that you can change the dates for entries. Atleast, I've never seen a code that allows you to do it. I think once you post an entry its locking in as the date you posted it, even if you initally wrote it a year ago on your old blog. =\
|
|
|
|
Nov 23 2006, 05:41 PM
Post
#4
|
|
![]() loveyoualatte . ![]() ![]() Group: Member Posts: 26 Joined: Aug 2006 Member No: 459,536 |
actually there is a code :]
CHANGE THE WORDS ON THE BOTTOM part of the code. CODE <script type="text/javascript">
// 2003 EasterEgg, //http://www.xanga.com/easteregg // Changes date text // For use at Xanga only. // Info at http://dorkette.net function replaceWordsDates() { // ***add the Months or Days you wish to replace below var oldWordsDates = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ); // *** add the replacing Months or Days below var newWordsDates = new Array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" ); allDivData = document.getElementsByTagName('div'); var collections = new Array(allDivData); for (var k = 0; k < collections.length; ++k ) { for (var i = 0; i < collections[k].length; ++i ) { if (collections[k][i].innerHTML.indexOf('DIV') == -1) { for ( var n = 0; n < oldWordsDates.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]); replacement = collections[k][i].innerHTML.replace(oldWordsDates[n], newWordsDates[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWordsDates(); </script> |
|
|
|
Nov 24 2006, 11:15 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,025 Joined: Feb 2004 Member No: 4,051 |
That isn't what she means ^
I'm like 95 percent sure it can't be changed, sorry |
|
|
|
Dec 5 2006, 06:43 PM
Post
#6
|
|
![]() loveyoualatte . ![]() ![]() Group: Member Posts: 26 Joined: Aug 2006 Member No: 459,536 |
That isn't what she means ^ I'm like 95 percent sure it can't be changed, sorry does she mean like changing the dates on ONE specific entry ? like, just click update time stamp if you just want too change the date too recent. and i think if you put like, [ex. the entry is on like 9/10/2006 ] put September 09, 2006 in the changer & then type whatever text you want ? |
|
|
|
Dec 6 2006, 08:30 AM
Post
#7
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
^ I believe the topic starter wants to change his/her entries to older dates.
And that script is NOT for this purpose, k? |
|
|
|
Jan 10 2007, 02:13 AM
Post
#8
|
|
![]() Newbie ![]() Group: Member Posts: 1 Joined: Jan 2004 Member No: 1,825 |
thanks alot!!!!
|
|
|
|
Jan 10 2007, 04:17 AM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 345 Joined: Mar 2005 Member No: 108,641 |
wow you people are smart lol
|
|
|
|
![]() ![]() |