First time here? Check out the FAQ!

parrah's profile - activity

2018-06-01 11:37:15 -0500 received badge Popular Question (source)
2016-03-08 02:20:08 -0500 received badge Notable Question (source)
2016-02-26 10:49:34 -0500 received badge Teacher ( source )
2016-02-26 10:49:34 -0500 received badge Self-Learner ( source )
2016-02-26 10:48:11 -0500 received badge Student (source)
2016-02-26 05:55:34 -0500 received badge Famous Question (source)
2016-02-24 03:31:27 -0500 received badge Notable Question (source)
2016-02-17 16:49:17 -0500 received badge Popular Question (source)
2016-02-15 02:49:04 -0500 received badge Popular Question (source)
2016-02-15 02:49:04 -0500 received badge Famous Question (source)
2016-02-03 11:33:46 -0500 received badge Famous Question (source)
2016-02-03 11:32:48 -0500 received badge Notable Question (source)
2016-02-03 11:32:48 -0500 received badge Popular Question (source)
2016-02-02 00:21:36 -0500 received badge Enthusiast
2016-02-01 18:36:00 -0500 received badge Editor (source)
2016-02-01 18:35:33 -0500 asked a question Avatar size limits: ASKBOT_MAX_UPLOAD_FILE_SIZE in settings.py

In my settings.py, I changed ASKBOT_MAX_UPLOAD_FILE_SIZE to 10MB, as below.

ASKBOT_ALLOWED_UPLOAD_FILE_TYPES = ('.jpg', '.jpeg', '.gif', '.bmp', '.png', '.tiff')

ASKBOT_MAX_UPLOAD_FILE_SIZE = 10 * 1024 * 1024

DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'

I restart server again, and I still get the file size error displayed in yellow color ("Your file is too big (1.1 MB), the maximum allowed size is 1.0 MB").

Do you have any suggestions? I don't know if it's related, but I use Amazon EC2 and RDS.

2016-01-28 03:26:53 -0500 asked a question Cannot add non-latin tags to "Interesting tags" and "Ignored tags"

I have no problem in adding tags in the Interesting and Ignored tags, but for non-latin tags (e.g. Korean) I get an error-pop-up which says "please use letters, numbers and characters "-+.#"". Which .py file should I look into to fix this issue?

Thank you in advance.

2016-01-28 03:19:12 -0500 answered a question Cannot delete questions

I found out what it was. It was the translation issue, I fixed traslations at transifex.

2016-01-27 20:00:36 -0500 received badge Famous Question (source)
2016-01-25 18:50:41 -0500 asked a question Is there a way to prevent users from deleting their own questions?

Someone deletes his/her question after getting an aswer and I want to prevent this from happening.

Thank you.

2016-01-25 18:50:14 -0500 asked a question Cannot delete questions

My site runs on two languages - English and Korean. And for English pages, I have no problem deleting questions, but for Korean pages, I just can't delete questions or comments. Which file does the deletion function and communicate with the database? Do you have any suggestions?