Welcome To The New Forums & New Server!

  • (23 Pages)
  • +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • Last »

331 Replies - 64034 Views - Last Post: 03 March 2010 - 05:32 PM

#126 skyhawk133   User is offline

  • Head DIC Head
  • member icon

Reputation: 1982
  • View blog
  • Posts: 20,434
  • Joined: 17-March 01

Re: Welcome To The New Forums & New Server!

Posted 02 February 2010 - 10:23 PM

Yep, will be fixed with a patch tomorrow hopefully.
Was This Post Helpful? 0
  • +
  • -

#127 EdwinNameless   User is offline

  • D.I.C Addict
  • member icon

Reputation: 128
  • View blog
  • Posts: 723
  • Joined: 15-October 09

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 03:12 AM

View Postskyhawk133, on 02 February 2010 - 08:01 PM, said:

View PostEdwinNameless, on 02 February 2010 - 01:55 PM, said:

View Postskyhawk133, on 02 February 2010 - 07:44 PM, said:

My guess is your blog entry is at the very END of your list with the wrong publish date on it.



Yes, good guess, it actually appears at the end of the Archives. Thanks a mil.


I think this is fixed in the upgrade that we'll test tonight/tomorrow.


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

Was This Post Helpful? 0
  • +
  • -

#128 Bench   User is offline

  • D.I.C Lover
  • member icon

Reputation: 945
  • View blog
  • Posts: 2,464
  • Joined: 20-August 07

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 03:44 AM

edit Nevermind! fixed the problem by restarting the browser (odd that refreshing didn't fix it).

All looking pretty slick now, good job!

This post has been edited by Bench: 03 February 2010 - 04:02 AM

Was This Post Helpful? 0
  • +
  • -

#129 TEH   User is offline

  • D.I.C Head
  • member icon

Reputation: 29
  • View blog
  • Posts: 155
  • Joined: 30-January 08

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 03:56 AM

For me the link showed in screenshot directs to Forum index http://www.dreamincode.net/forums/
Other than that treads last page(currently page 7)
Attached Image
Was This Post Helpful? 0
  • +
  • -

#130 eclipsed4utoo   User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1536
  • View blog
  • Posts: 5,972
  • Joined: 21-March 08

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 07:19 AM

I noticed that on profiles, the Facebook link and Twitter username are not clickable. If we have the "social networking" stuff, then it should atleast be clickable instead of having to copy and paste.
Was This Post Helpful? 0
  • +
  • -

#131 WolfCoder   User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 828
  • View blog
  • Posts: 7,696
  • Joined: 05-May 05

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 07:28 AM

Posted Image

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

Posted Image

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

Posted Image

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

Was This Post Helpful? 0
  • +
  • -

#132 skyhawk133   User is offline

  • Head DIC Head
  • member icon

Reputation: 1982
  • View blog
  • Posts: 20,434
  • Joined: 17-March 01

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 09:13 AM

We'll address all 3 issues WolfCoder, they are low priority right now as they aren't impacting actual functionality.
Was This Post Helpful? 0
  • +
  • -

#133 OliveOyl3471   User is offline

  • Everybody's crazy but me!
  • member icon

Reputation: 135
  • View blog
  • Posts: 6,581
  • Joined: 11-July 07

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 10:23 AM

Aw come on! You should fix everything, today. 2 guys should be able to satisfy the complaints of 300,000+ members (who are used to computers doing stuff instantly) all in one day.

Gosh, what are you, human or something?
Was This Post Helpful? 1
  • +
  • -

#134 skyhawk133   User is offline

  • Head DIC Head
  • member icon

Reputation: 1982
  • View blog
  • Posts: 20,434
  • Joined: 17-March 01

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 10:44 AM

Teampoop has fixed the last page link for threads like song of the day.
Was This Post Helpful? 0
  • +
  • -

#135 WolfCoder   User is offline

  • Isn't a volcano just an angry hill?
  • member icon


Reputation: 828
  • View blog
  • Posts: 7,696
  • Joined: 05-May 05

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 11:13 AM

Where did my user "photo" picture go? Do I have to upload another?
Was This Post Helpful? 0
  • +
  • -

#136 ludjer   User is offline

  • D.I.C Head

Reputation: 15
  • View blog
  • Posts: 186
  • Joined: 31-October 08

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 11:27 AM

awesome work so far though i have run into one problem my sig never wants to show it self, or sometimes it shows itself randomly then goes away :(
Was This Post Helpful? 0
  • +
  • -

#137 Nykc   User is offline

  • Gentleman of Leisure
  • member icon

Reputation: 740
  • View blog
  • Posts: 8,654
  • Joined: 14-September 07

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 01:34 PM

Sorry if this has already been addressed:

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

Was This Post Helpful? 0
  • +
  • -

#138 skyhawk133   User is offline

  • Head DIC Head
  • member icon

Reputation: 1982
  • View blog
  • Posts: 20,434
  • Joined: 17-March 01

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 01:42 PM

I tweaked the [ code ] CSS so it shouldn't be messing up in other browsers. I'm going to have a CSS pro look at the CSS and come up with something nicer for us though.
Was This Post Helpful? 0
  • +
  • -

#139 eclipsed4utoo   User is offline

  • Not Your Ordinary Programmer
  • member icon

Reputation: 1536
  • View blog
  • Posts: 5,972
  • Joined: 21-March 08

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 01:54 PM

Just noticed that the "code.gif" is not found.

http://static.dreami...efault/code.gif

Didn't know if the Emoticons had all come back yet.
Was This Post Helpful? 0
  • +
  • -

#140 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: Welcome To The New Forums & New Server!

Posted 03 February 2010 - 02:12 PM

It looks like the code tags aren't being parsed correctly, as all the code is being displayed on a single runon line. In addition, as of the upgrade, when I copy code from code tags on a post (without hitting reply, and even when the code tags were being displayed correctly) and go to paste it, it displays on a single-runon line.

Here is a link of the incorrect parsing for code tags:http://www.dreamincode.net/forums/showtopic153575.htm

Attached Image
Was This Post Helpful? 0
  • +
  • -

  • (23 Pages)
  • +
  • « First
  • 8
  • 9
  • 10
  • 11
  • 12
  • Last »