Login  Register
 



Post new topicReply to topic Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Author Message
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 08 Sep, 2007
Posts: 6497
Location: In an RTD!!!
Offline
Bugfix and balance mods by some people...

Fixing some forum issues by some people...

I'd say that GPG has to hire the forumgoers :P

_________________
Image


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 

Joined: 05 Oct, 2007
Posts: 16425
Location: camping near the biggest power-up
Offline
hehehe. my take on that is GPG has a habit of taking on things that are just too big for them to handle with their small staff. the community is the best thing to fill the man-power void.

in any case; we're spotting bugs, ITninja is squashing them. all is good with the world.

_________________
Nephylim wrote:
But, an FA army in an FA environment just looks... right.
help wrote:
Does anyone know how to use air transports? I cant get them to pick up troops.


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 

Joined: 14 Sep, 2009
Posts: 15
Offline
gpgITninja wrote:
ptarth wrote:
The search functions aren't working quite right.

I try to search for: FiringTolerance
I get an error telling me that I can only search words that are between 3 and 14 letters long.

I try to search for: Firing
I get an error telling me that firing is not found in the forums.

I tried selecting both the modding forums, all forums, and individual forums and got the same responses.


Is this still happening? The search seems to work fine for me although it doesn't return any results except this post.

You may have been getting that error due to the forums still working on it's indexing


The character limits are still present.
The search returns items now, however only posts that were posted since Monday. Any ideas when it will finish the indexing?


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Forum Scout
Forum Scout

Joined: 15 Feb, 2007
Posts: 9774
Location: Austria
Offline
Btw. this is one very quick example of how I would style the forum to be a bit more visually appealing and easier on the eyes (for me at least):

http://dl.dropbox.com/u/2309215/gpgforumstyle.jpg


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 08 Aug, 2007
Posts: 3597
Location: Aachen, Germany
Offline
Spooky wrote:
Btw. this is one very quick example of how I would style the forum to be a bit more visually appealing and easier on the eyes (for me at least):

http://dl.dropbox.com/u/2309215/gpgforumstyle.jpg
I like, I like a lot!

_________________
Find out more about Monday Night Combat: http://www.uberent.com/
Image
My maps: http://scu.insidesupcom.de/Col_Jessep/


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 

Joined: 05 Oct, 2007
Posts: 16425
Location: camping near the biggest power-up
Offline
that's not bad at all; I'd prefer a shade darker, but I wouldn't cry over not having that.

_________________
Nephylim wrote:
But, an FA army in an FA environment just looks... right.
help wrote:
Does anyone know how to use air transports? I cant get them to pick up troops.


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 08 Sep, 2007
Posts: 6497
Location: In an RTD!!!
Offline
I still want the borders to be black.

_________________
Image


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 01 Mar, 2007
Posts: 4228
Location: In the cover of the sun, ready to strike.
Offline
Some of the CSS blocks have hilarious comments above them.

Example.

/* HACKY MCHACKERSON WAS HERE, THIS CHANGES SUBTOPIC HEADERS TO WHITE */


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 11 Apr, 2007
Posts: 694
Location: Sweden
Offline
I would add that the styling is horrible. It looks like you just changed the background and the borders and some buttons and it all clashes really bad with the old black style.

And the huge images on the front page are all over the place. They look pretty good but there's something.... off with the placement of them I think, but I can't really put my finger on what it is.

It just looks like it's half finished and half baked I guess.

_________________
The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt. - Bertrand Russel


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
Spooky wrote:
This is the CSS causing the links to be small:
Code:
a {
   FONT-FAMILY:VERDANA,ARIAL,SANS-SERIF; 
   FONT-SIZE:10PX;
   color: #384578;
   text-decoration:none;
   font-weight:900;
}

Line 862 of styles/gpg/theme/stylesheet.css


Good catch, although a defining class within the "a" link itself should override a global right? Which every link inside the forum body itself has a class tag of "postlink" but for some reason this global a class overrode that one.

Either way, thanks! :D


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
Plasma_Wolf wrote:
BulletMagnet wrote:
I have to admit; the amount of TLC that ITninja is giving is really really appreciated.
THREE CHEERS FOR OUR NINJA!

True.
Also, the reply notifications seem to be fixed now, but I recieve the mails from something called "*****", instead of "forumadmin".


This has been fixed, I've edited your post because I don't want that email address out there =P


Plasma_Wolf wrote:
Also, trying to sort threads backwards doesn't work:

http://forums.gaspowered.com/viewtopic.php?f=16&t=44868&start=0&postorder=desc&start=0

It just gives me the start of the thread, instead of the end of it.


Looking into this.


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
CanRaps wrote:
CanRaps wrote:
In general forum view,
Aren't we supposed to see the title of the THREAD that what the LAST POSTER sent a msg in ?

Now i only see the name of the POSTER ?


Althoughy my report is ignored, i still appreciate what ninja does..BIG PROPS to him!


Sorry, didn't mean to ignore this, I had meant to reply at some point but got caught up in other things. These are screens from the old forums.

Image
Image


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
Solar wrote:
Some of the CSS blocks have hilarious comments above them.

Example.

/* HACKY MCHACKERSON WAS HERE, THIS CHANGES SUBTOPIC HEADERS TO WHITE */



:D


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
ptarth wrote:
gpgITninja wrote:
ptarth wrote:
The search functions aren't working quite right.

I try to search for: FiringTolerance
I get an error telling me that I can only search words that are between 3 and 14 letters long.

I try to search for: Firing
I get an error telling me that firing is not found in the forums.

I tried selecting both the modding forums, all forums, and individual forums and got the same responses.


Is this still happening? The search seems to work fine for me although it doesn't return any results except this post.

You may have been getting that error due to the forums still working on it's indexing


The character limits are still present.
The search returns items now, however only posts that were posted since Monday. Any ideas when it will finish the indexing?


This might need a bit more work on my side, I can easily change the character limits (what amounts would be more acceptable?) As for the indexing... The type of MySQL tables required for fulltext indexing is innodb and they are currently running myisam, I would need to schedule another downtime to change this. (mid-next week is most likely)


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
LawnMower wrote:
I would add that the styling is horrible.
It just looks like it's half finished and half baked I guess.


Thanks!


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Forum Scout
Forum Scout
User avatar

Joined: 23 Feb, 2007
Posts: 8745
Location: Belgium
Offline
Is it me or is the button to delete pm's missing?

EDIT: It is me, its on a drop down now.

_________________
Image
Global Moderator and creator of LabWars


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
Legion Darrath wrote:
Is it me or is the button to delete pm's missing?

From the PM inbox, check the box next to the ones you want deleted, then the from the dropdown menu at the bottom chose "delete marked" or something along those lines.


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 14 Feb, 2010
Posts: 646
Offline
Appreciate your efforts. I realize you're working within a framework designed for corporate image consistency. Sometimes utility or legibility takes a back seat to branding. It's not how you feel, it's how you rook.

_________________
-æsir


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Forum Scout
Forum Scout
User avatar

Joined: 23 Feb, 2007
Posts: 8745
Location: Belgium
Offline
gpgITninja wrote:
Legion Darrath wrote:
Is it me or is the button to delete pm's missing?

From the PM inbox, check the box next to the ones you want deleted, then the from the dropdown menu at the bottom chose "delete marked" or something along those lines.


already ninja edited my post ;)

_________________
Image
Global Moderator and creator of LabWars


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
OP edited with new image/signature allowed sizes.

Forum software will now auto resize larger images and become a link that will allow you to view the full size image.


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 08 Sep, 2007
Posts: 6497
Location: In an RTD!!!
Offline
gpgITninja wrote:
Solar wrote:
Some of the CSS blocks have hilarious comments above them.

Example.

/* HACKY MCHACKERSON WAS HERE, THIS CHANGES SUBTOPIC HEADERS TO WHITE */



:D


Where can I find these?

Also, the signature height that FunkyKong allows in Off-topic is 200 pixels. Perhaps that's a good rule to put in, aside from the 680 px width.

_________________
Image


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
Plasma_Wolf wrote:
Where can I find these?

Also, the signature height that FunkyKong allows in Off-topic is 200 pixels. Perhaps that's a good rule to put in, aside from the 680 px width.


Unfortunately it's a global setting for both inline images and sig images, so if I enforced 200px height all the images in regular posts would look rather silly.

CSS can be found here

It's still rather messy from me hacking random stuff in from the www.gaspowered.com site.


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 20 Apr, 2007
Posts: 1524
Location: VT, USA
Offline
Seems to be an issue with the top of the forum on the Search Results page:

Image

Compared to:

Image
Using Firefox.

Also, I seem to remember the old setup having a link towards the top on the search results page to go to the index. Would be nice to have this (or something similar) back rather than the little thing at the very bottom.

Another thing I've noticed, in the old setup you could click on links and they'd open up in a new tab. I haven't changed any settings with Firefox and since the new forums came up now all of the hyperlinks (but not the resized pictures) causes the new page to open up in the current tab (thus leaving whatever I'm looking at). I liked it the other way. Is there an option somewhere for this?

Last thing, and I guess this is just my own personal taste, when conducting a search, it defaults now to showing results as posts rather than threads. I know it's an easy click to solve before hitting search, but I did like it the other way. I think I might be in the minority there, though. :P

Other wise, all looks good and GG on your work for fixing the issues.

_________________
Nuke/Shield Collide Mod topic thread
My Mods


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
User avatar

Joined: 16 Feb, 2007
Posts: 2166
Location: Denmark
Offline
A few of the options in the Company and News & Press dropdown menus are not supposed to work yet or..?


Top
 Profile  
 PostPosted: 02 Apr, 2010 
 
Site Admin
Site Admin

Joined: 11 Jun, 2007
Posts: 225
Offline
HighFlyer15 wrote:
A few of the options in the Company and News & Press dropdown menus are not supposed to work yet or..?


good catch, fixed shortly. fixed


Top
 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next



Quick Tools

Search for:
Jump to:  

© 2002-2010 Gas Powered Games Corp. All Rights Reserved. Gas Powered Games is the exclusive trademark of Gas Powered Games Corp.
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
 
Home| Games | Company | News & Press | Support
  Terms of Use   |    Copyright Information   |    Privacy Policy