Posted on 11-04-11, 08:42 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1097/4456
Since: 06-08-11
I added it, right now

(And damn, I had to change code in ALL the queries that fetch user data to make it work. WHY YOU DO THIS TO ME, ABXD?)
Posted on 11-13-11, 12:45 pm
AxewAxew

Karma: 673
Posts: 68/583
Since: 07-02-11
Just make it some variable, so you can add anything there at any time
Posted on 11-13-11, 01:17 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1118/4456
Since: 06-08-11
Posted by Niko
Just make it some variable, so you can add anything there at any time


Yeah, that's what I did. I was complaining that it should have done that way since the beginning...
Posted on 11-14-11, 11:11 pm
Fuzzy
Full mod

Karma: 1183
Posts: 279/785
Since: 06-28-11
My post layout is having problems so I checked the page source to see if anything was wrong there. For some reason every time display: whatever; is in my code, it is inserted into the source as display<em></em>: whatever; causing the browser to skip past the CSS rule. I assume this is a glitch in the board.
Posted on 11-14-11, 11:24 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1126/4456
Since: 06-08-11
277             //[SUGGESTION] Block "display: none" instead of just "display:" -- Mega-Mario
278             $s = preg_replace("'display:'si", "display<em></em>:", $s);

Yeah, apparently it's a security measure to disallow users to use display:none...
Maybe to prevent hiding stuff from the board layout, but still the board can be broken in really many different ways.

Dunno what to do with it..
Posted on 11-14-11, 11:28 pm
Fuzzy
Full mod

Karma: 1183
Posts: 280/785
Since: 06-28-11
You could add the suggestion in the comment above the line so it only replaces display: none. I'm using inline and inline-block which shouldn't cause any problems. If it comes down to it, I could always move the CSS to an external file so it won't be blocked.
Posted on 11-14-11, 11:29 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1127/4456
Since: 06-08-11
If it's not that much trouble I think that'd be better
Upload it on the uploader, thanks =D
Posted on 11-14-11, 11:34 pm
Fuzzy
Full mod

Karma: 1183
Posts: 281/785
Since: 06-28-11
Done. And I noticed a glitch in the process. Making changes to your profile causes the board theme to be reset to TRaSH if nothing is selected.
Posted on 11-14-11, 11:39 pm (rev. 1)
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1128/4456
Since: 06-08-11
True...

How come we didn't notice that before?
I'm going to fix it ASAP.

Though it's my fault, it does not happen on Nikoboard.

EDIT: And BTW I gotta make some more cool NSMB themes.
And I'm probably going to turn the Grassland theme into a "Night grassland theme" because it's a bad idea to have both light-based and dark-based themes. Dark layouts either break or look bad against the light background...
Posted on 11-14-11, 11:56 pm (rev. 1)
Fuzzy
Full mod

Karma: 1183
Posts: 282/785
Since: 06-28-11
On the topic of themes that break layouts, themes like Old Cheese add a border to the table and get rid of the rounded corners. I think you should add a class to the entire table so things like this can be customized.

Edit: and the DOS theme disables some borders because it adds !important to it border styles.
Posted on 11-15-11, 12:01 am
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1129/4456
Since: 06-08-11
Hmm yeah...
Though, the way the board handles themes is quite confusing. The default stylesheet makes the board look like the "ABXD classic" theme, and then other themes modify that. It'd make more sense to have the default stylesheet be a "default theme" really simplified, but still usable, and then let themes build from that, instead of having to "remove" rounded corners...
Posted on 11-15-11, 12:49 am
Banned for being a complete idiot.

Karma: 529
Posts: 549/987
Since: 07-09-11
Posted by Dirbaio
I'm probably going to turn the Grassland theme into a "Night grassland theme"

Wait... did you say CHANGE?!
Oh dang. I better hurry and backup this Grassland theme before it disappears!
Posted on 11-16-11, 07:19 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1137/4456
Since: 06-08-11
Posted by ELMario
Posted by Dirbaio
I'm probably going to turn the Grassland theme into a "Night grassland theme"

Wait... did you say CHANGE?!
Oh dang. I better hurry and backup this Grassland theme before it disappears!

Hmmokay. I'm not going to trash it, I'll just make *another* theme in night version
Posted on 11-27-11, 07:35 pm, deleted
Posted on 12-03-11, 09:28 am
Fuzz Ball
KirbyFanatic64 (LOL)

Karma: 1361
Posts: 60/950
Since: 11-13-11
I've found bugs!?!
When I click to log out, then I've logged out.

(You would think that's useless/spam/nonsense if you haven't seen this yet!)

_________________________

Great games must be fun, not fancy.

Music Hacker needed! PM me if you wish!
Posted on 12-03-11, 02:34 pm
Fuzzy
Full mod

Karma: 1183
Posts: 328/785
Since: 06-28-11
I'm pretty sure that's because the board considers you logged out if you haven't visited a page in a couple minutes. So when you log out, you are visiting a page and will still remain on the logged in list for a bit. Actually clicking log out only clears your log in cookie.
Posted on 12-03-11, 07:29 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1235/4456
Since: 06-08-11
That's kind of normal. The board calculates online users based on who viewed a page in the last 5 minutes. See Online Users.
Posted on 12-09-11, 07:19 pm


Karma: 3752
Posts: 797/2112
Since: 06-28-11
I would suggest that the minipic of a thread has to be 16x32 maximum.
Otherwise the whole page could get fucked up. SpongeTown put a huge picture there, and now you can see the result.
Posted on 12-09-11, 09:51 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1255/4456
Since: 06-08-11
Uhmm, where? xD
Posted on 12-09-11, 09:58 pm
Fuzzy
Full mod

Karma: 1183
Posts: 334/785
Since: 06-28-11