331 Replies - 64034 Views - Last Post: 03 March 2010 - 05:32 PM
#126
Re: Welcome To The New Forums & New Server!
Posted 02 February 2010 - 10:23 PM
#127
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 03:12 AM
skyhawk133, on 02 February 2010 - 08:01 PM, said:
In case it isn't, here is the GreaseMonkey script I am currently using for this -- it might interest someone out there:
// ==UserScript==
// @name DreamInCodeBlogIssue
// @namespace hhttp://www.dreamincode.net
// @include http://www.dreamincode.net/forums/*
// @author EdwinNameless
// ==/UserScript==
var date = new Date();
var option = document.createElement("option");
option.setAttribute("value", date.getFullYear());
option.setAttribute("selected", "selected");
option.appendChild(document.createTextNode(date.getFullYear()));
var select = document.evaluate(
'//select[@name="entry_year"]',
document,
null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,
null);
for (var i = 0; i < select.snapshotLength; i++) {
var year = select.snapshotItem(i);
year.insertBefore(option, year.firstChild);
}
This post has been edited by EdwinNameless: 03 February 2010 - 03:13 AM
#128
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 03:44 AM
All looking pretty slick now, good job!
This post has been edited by Bench: 03 February 2010 - 04:02 AM
#129
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 03:56 AM
Other than that treads last page(currently page 7)
#130
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 07:19 AM
#131
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 07:28 AM

I see Six Of Eleven's blog like three times hogging up the front page blog roll.

And now there's this big vague space on the Forum List.

My log is SMASHED by the left and right bars. I designed my entire log around the idea that my log will just be text on the right and an index bar on the left.
I'm using:
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
This post has been edited by WolfCoder: 03 February 2010 - 07:50 AM
#132
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 09:13 AM
#133
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 10:23 AM
Gosh, what are you, human or something?
#134
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 10:44 AM
#135
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 11:13 AM
#136
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 11:27 AM
#137
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 01:34 PM
http://www.dreaminco...howtopic=153523
This the buttons on this thread - possibly several others are not displaying correctly in Safari 4
Looks like all threads are doing it any page after page 4.
This post has been edited by Nykc: 03 February 2010 - 01:36 PM
#138
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 01:42 PM
#139
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 01:54 PM
http://static.dreami...efault/code.gif
Didn't know if the Emoticons had all come back yet.
#140
Re: Welcome To The New Forums & New Server!
Posted 03 February 2010 - 02:12 PM
Here is a link of the incorrect parsing for code tags:http://www.dreamincode.net/forums/showtopic153575.htm

New Topic/Question
Reply




MultiQuote








|