• Steam recently changed the default privacy settings for all users. This may impact tracking. Ensure your profile has the correct settings by following the guide on our forums.
  • If your profile is showing up as Not Ranked, please review our rules page and follow the appeal process detailed there.

General Feedback

No problem, I think it's actually a pretty slick feature. If you didn't know about it, others may be in the same boat.

Perhaps some sort of guide should be put in place? It might make features like this more noticeable and more easily accessible/appreciated amongst the community. Just a simple point-everyone-here sort of thing to get the community knowing of what is available might be a good idea?
 
I made a quick script for filtering by console awhile back, maybe something like it could be actually implemented?

2viqw0j.png
 
That's cool. Is it a greasemonkey script?

Yeah, I'll clean up my code a bit and post it for anyone to use if they want.

Edit, done:
[highlight=javascript]var list = document.getElementById('threadslist');
if (list.innerHTML.indexOf('prefixid') != -1) {
var forum = document.location.toString().split('f=')[1].split('&')[0];
var box = document.createElement('table');
box.className = 'tborder'; box.width = '100%';
var html = '<td style="font-size: 10pt;" class="vbmenu_control">Filter by Console: <span style="margin-left: 10px; color: #3fa0aa; font-style: italic;"><a href="forumdisplay.php?f=XX&prefixid=Multi">Multi</a></span><span style="margin-left: 10px;"><a style="color: #66CC00;" href="forumdisplay.php?f=XX&prefixid=360">360</a></span><span style="margin-left: 10px;"><a style="color: #cc0000;" href="forumdisplay.php?f=XX&prefixid=PS3">PS3</a></span><span style="margin-left: 10px;"><a style="color: #990099;" href="forumdisplay.php?f=XX&prefixid=PC">PC</a></span><span style="margin-left: 10px;"><a style="color: #0033FF;" href="forumdisplay.php?f=XX&prefixid=Wii">Wii</a></span><span style="margin-left: 10px;"><a style="color: #FF6600;" href="forumdisplay.php?f=XX&prefixid=NDS">NDS</a></span><span style="margin-left: 10px;"><a style="color: #999999;" href="forumdisplay.php?f=XX&prefixid=PSP">PSP</a></span></td>';
box.innerHTML = html.replace(/XX/g,forum);
list.parentNode.insertBefore(box,list);
}[/highlight]

Quick and easy script.
 
There's a problem with the frontpage. Clicking on any article gives an error;
'Fatal error: Call to undefined function st_related_posts() in /home/mature/public_html/wp-content/themes/pixeled/single.php on line 21'.

Also, the 'Tom Clancy's Endwar Escalation Pack' post has been dupe'd for some reason. :(
 
I made a quick script for filtering by console awhile back, maybe something like it could be actually implemented?

[qimg]http://i41.tinypic.com/2viqw0j.png[/qimg]
That certainly would be something worthwhile to look into doing.
 
I think there is something broken with the automatic link maker. When trying to post a plain link without the URL tags (even h ttp://google.com) it will go to a blank page that doesn't send the post
 
Thanks for the report, this should be sorted now :)
 
ok dont know if this really matters, but on the game v force the score submitting isnt working, or at least it doesnt submit mine. and you cant read any of the menu buttons.
also got this error when playing mumu:
Warning: fopen(arcade/mumu.swf) [function.fopen]: failed to open stream: No such file or directory in [path]/arcade.php on line 635
 
Don't know if it's intentional, but the line dividing the main thread name from the last bumped thread under "MforMature" is further back than under the other 2 sub sections.

I'd show you what I mean, but paint disappears when I try to save a file.

I mean on the main forum page btw.

example: M for Mature Announcements is the main thread name and Happy New Year 2009! is the last thread bumped.
 
Do you mean this:?

[qimg]http://i25.photobucket.com/albums/c71/nvqphil/lines.jpg[/qimg]

Cos none of them line up for me. lol
If that's the case it's because they are seperate tables in mfm_light; mfm_dark lines up completely because it's all one block table. Personally I prefer one big block which lines up properly.
 
As do I but I prefer the light scheme. I rarely look at the front page so it's not a problem for me.
 
ok dont know if this really matters, but on the game v force the score submitting isnt working, or at least it doesnt submit mine. and you cant read any of the menu buttons.
also got this error when playing mumu:
Warning: fopen(arcade/mumu.swf) [function.fopen]: failed to open stream: No such file or directory in [path]/arcade.php on line 635

This is incredibly weird regarding the error you've posted: that game doesn't exist on this server or even the old server...and I don't recall ever adding it either.

As for your first bug report, are there any errors associated? I'll go try it out now.

Edit:
It allowed me to submit my score just fine. But yea, you can't read the menu buttons.

Edit 2: Mumu has been reuploaded.
 
Back
Top