RMN3 BUGS

Posts

Was that the one that Ark fought by accident and won against?


(real supreme Dkothos would've curbstomped me, I ain't no Chaos
)

*edit*
Sorry WIP I'll stop messing around
Sorting by Name on the Game tab results in:

NoReverseMatch at /games/
Reverse for 'game_profile' with arguments '(432L, '')' and keyword arguments '{}' not found.Request Method: GET
Request URL: http://rpgmaker.net/games/
Exception Type: NoReverseMatch
Exception Value: Reverse for 'game_profile' with arguments '(432L, '')' and keyword arguments '{}' not found.
Exception Location: /usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/urlresolvers.py in reverse, line 242
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Thu, 7 Jan 2010 15:29:48 -0600
LouisCyphre
can't make a bad game if you don't finish any games
4523
post=117284
(real supreme Dkothos would've curbstomped me, I ain't no Chaos
)


heheheheheheheheheh
Images are now being rendered as blocks instead of proper inline
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Hmm. It's a side effect of me wrapping each element into a div so it can't break the layout. I'll see if I can come up with something.
Try display:inline-block; in each image-container div, it`ll put divs inline instead of as blocks. I`ve used it with some stuff when I needed divs to appear side by side without having to deal with floats with decent success. I`m not sure if it`ll fix all of the issues though.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
inline-block isn't compatible with earlier browsers.


...which doesn't matter because this site really isn't anyway. Anyway the issue is trying to keep things inline without blowing up the layout. I'll play around with inline-block tonight!
For what it`s worth (absolutely nothing!), there`s an IE compatibility fix for that!


<!--[if lt IE 8]>
<style type="text/css">
.InlineDiv {display: inline;}
</style>
<![endif]-->

Tested in IE6+7 without issue at least
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
I am 100% against crazy hacks to get IE6 stuff to work! Hence the site not really working in IE6 so far. =D
I don't seem to get notified when a new review is posted for my games.
Clicking my Mailbox > Outbox results in:

NoReverseMatch at /mailbox/outbox/
Reverse for 'user_profile' with arguments '(u'',)' and keyword arguments '{}' not found.Request Method: GET
Request URL: http://rpgmaker.net/mailbox/outbox/
Exception Type: NoReverseMatch
Exception Value: Reverse for 'user_profile' with arguments '(u'',)' and keyword arguments '{}' not found.
Exception Location: /usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/urlresolvers.py in reverse, line 242
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Thu, 14 Jan 2010 12:55:18 -0600
Okay, the random screenshot section is (at least for me) totally fucked.
Whenever I click on one of them I'm getting an error page.
Same with me mary 4d and alot of other links as well.
Yes, most of the Games You May Also Like links are broken as well.
Curse these pretty URLS!
...and the links to the image sections as well.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Sorry, fixed that.
I don't know if it has to do with you changing the links, but I can't access the blogs section anymore. I can post the error message if you'd like.
NoReverseMatch at /blogs/

Reverse for 'game_blog' with arguments '(555L, Undefined)' and keyword arguments '{}' not found.

Request Method: GET
Request URL: http://rpgmaker.net/blogs/
Exception Type: NoReverseMatch
Exception Value:

Reverse for 'game_blog' with arguments '(555L, Undefined)' and keyword arguments '{}' not found.

Exception Location: /usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/urlresolvers.py in reverse, line 242
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Sat, 16 Jan 2010 15:56:50
Subscribe button isn't working for me...