First time here? Check out the FAQ!

Vlad's profile - activity

2014-08-07 12:45:28 -0500 received badge Famous Question (source)
2014-01-26 07:16:09 -0500 received badge Taxonomist
2012-10-12 00:39:11 -0500 received badge Nice Question (source)
2012-07-15 14:59:33 -0500 received badge Famous Question (source)
2012-07-10 12:05:58 -0500 received badge Famous Question (source)
2012-04-16 02:11:22 -0500 received badge Scholar ( source )
2012-04-15 16:20:10 -0500 asked a question domain name on 404 error page

I have askbot running on ask.mydomain.com. When I get 404 error page, I see following steps to take:

Other things to try:

[search form here]
etc.

But I don't want to associate mydomain.com and ask.mydomain.com sites.
How can I edit Other things to try list?

2012-04-15 14:44:30 -0500 commented answer Some strings can not be translated

When I run cd askbot python ../manage.py jinja2_makemessages -l ru -e html,py,txt

as described at http://askbot.org/en/question/2480/how-to-translate-django-applications?answer=3360#answer-container-3360 , an empty ru/LC_MESSAGES catalog is being created in askbot/locale catalog.

And I'd wonder if any .po file would be created, because all askbot code resides in site-packages.

2012-04-15 13:23:10 -0500 commented answer How to setup AskBot with virtualenv?

Thanks for sharing! This is the only solution that's working for me.

2012-04-15 13:20:55 -0500 received badge Supporter ( source )
2012-03-20 16:12:17 -0500 commented answer Cannot use international characters in title

Olloff Evgeny

Much thanks!

2012-03-18 11:03:14 -0500 commented answer Cannot use international characters in title

I use 0.95. I also tried 0.90 on virtualenv, but it doesn't help.

2012-03-13 16:25:49 -0500 commented answer Cannot use international characters in title

Are you sure that issue is similar to mine?

But I've tried the patch and it has not worked for me.

2012-03-10 03:19:49 -0500 commented answer Email is being sent from askbot.org domain

Ah, you are right, this is my fault. I've not noticed this parameter in live settings. Now it works as expected.

2012-03-09 18:38:41 -0500 received badge Student (source)
2012-03-09 17:37:52 -0500 received badge Editor (source)
2012-03-09 17:36:17 -0500 asked a question Email is being sent from askbot.org domain

I tried to restore password on my newly installed askbot forum and filled the respective form. After that I received an email message with the link to click:

http://askbot.org/account/vosstanovleniye-accounta/683f26d67f7***

I changed askbot.org to mydomain.com and the link worked. And I couldn't find any parameter for domain name in settings.py

It looks like a bug.

2012-03-09 17:19:28 -0500 asked a question Some strings can not be translated

Hi all!

I'm trying to translate into russian some Askbot's interface that has not been translated yet.

But on my way I found some strings that I cannot find in .po files (even if I'm trying makemessages from scratch).

1) 'sign out' link at top bar

2) 'member since' in user profile

image description

3) big button 'ASK YOUR QUESTION' 'post

image description

4) 'post a comment' link on question page

image description

5) Asked, Seen and Last updated strings from the sidebar.

image description

Could anyone suggest how can I translate these strings? Any help would be appreciated.

2012-03-09 16:24:00 -0500 received badge Organizer (source)
2012-03-09 16:22:20 -0500 asked a question Cannot use international characters in title

Hi!

At first, much thanks to Evgeny for this great Q&A project. I really love it.

My question is about using cyrillic in question title. When I'm trying to save one, I get error message below the title:

The title is too long, maximum allowed size is 255 bytes

See screenshot:

image description

Any ideas how to correct this?