First time here? Check out the FAQ!

ProfGra's profile - activity

2016-02-01 03:00:09 -0500 received badge Popular Question (source)
2016-02-01 03:00:09 -0500 received badge Famous Question (source)
2016-02-01 03:00:09 -0500 received badge Notable Question (source)
2014-10-11 01:48:48 -0500 received badge Famous Question (source)
2014-08-13 09:09:43 -0500 asked a question Share authentication between two Askbot instances

Hi, I'm currently running an Askbot instance (the classical way: questions and answers) on a subdomain of a website.
I'd like to add another subdomain with another Askbot instance for a kind of gallery (my goal cannot be reached with tags in the first instance), but I'd like my users to be able to sign in only once. So is there a way to make two instances share auth?

I'm totally new at Django, so I don't even know if this page would be of any help:
http://askbot.org/doc/askbot-as-reusable-django-application.html
Can askbot be a sub application of itself?

Thanks reading.

2014-07-20 02:45:13 -0500 commented answer Cannot call python manage.py compilemessages

OK, I found rebuildlocales.py and others in askbot/bin with some hints. Now it's ok, I had to turn of self tests. Even if there is some info in the docs: http://askbot.org/doc/management-commands.html (at the end), I'll try to provide a page in the docs dedicated to translators.

2014-07-18 16:23:54 -0500 commented question update localization file(*.po) from transifex?

There is a similar question [here](http://askbot.org/en/question/10539/does-transifex-have-the-latest-askbot-version).

2014-07-18 16:23:54 -0500 received badge Commentator
2014-07-18 16:23:06 -0500 commented question Does Transifex have the latest Askbot version?

I'd be interested by the precise workflow between github and transifex. Who? When? How?

2014-07-18 16:20:58 -0500 received badge Supporter (source)
2014-07-18 16:19:00 -0500 commented answer Cannot call python manage.py compilemessages

Sorry @Evgeny but I still need some help. Could you tell me the exact command that you call, and from which dir? Thanks for the hard work on askbot.

2014-07-18 15:39:58 -0500 received badge Self-Learner ( source )
2014-07-18 15:39:58 -0500 received badge Teacher ( source )
2014-07-18 15:33:08 -0500 answered a question Cannot call python manage.py compilemessages

I changed directory to askbot-devel/askbot, then ran django-admin.py compilemessages.

2014-07-18 14:25:03 -0500 answered a question how to customize emails sent by askbot

Changing «Askbot» to «the name of your website» is quite easy.
Go to the settings page:
http://example.com/settings/QA_SITE_SETTINGS/
and find the section «URLS, keywords & greetings. Then change the shortname setting.

In my case, I have total control on the text because I use the French version, that I update the way I want. Maybe you can't do that.

Now about the design, this gets tricky since I only know how to change the text for now. Maybe you could install from source and change the templates:
https://github.com/ASKBOT/askbot-devel/tree/master/askbot/templates/email

Good luck!

2014-07-17 15:56:52 -0500 commented question Extra p html tags added in the profile page

Strange, my user #2 has the bug too: http://qr.microalg.info/utilisateurs/2/monfayo/</p<>>

2014-07-17 08:26:07 -0500 commented question Extra p html tags added in the profile page

@Evgeny Oops, it seems that the bug is on this instance too!

2014-07-17 08:24:35 -0500 commented question Extra p html tags added in the profile page
2014-07-17 06:42:00 -0500 commented question Extra p html tags added in the profile page

Thanks @slelievre for upvoting my question. You say «if the link is at the end of a paragraph», but does it occur also with a simple sentence with no link? Maybe we should post an issue?

2014-07-16 10:02:18 -0500 received badge Student (source)
2014-07-16 03:45:21 -0500 commented question In-browser configuration settings completed

Hi, is it possible to close this question so as not to pollute the unanswered area? Thanks. And thanks for Asbot!

2014-07-16 03:43:28 -0500 asked a question Extra p html tags added in the profile page

I'm using the master branch at github.

When I type a sentence in my profile, I get extra p tags, see here:
qr.microalg.info/utilisateurs/1/profgra/

This does not occur at the askbot site, see here:
askbot.org/en/users/1796/profgra/

Anybody knows why?

2014-07-16 03:28:57 -0500 received badge Enthusiast
2014-07-14 02:01:03 -0500 asked a question Cannot call python manage.py compilemessages

Hi,
There is no manage.py in the repo. I understand that askbot-setup creates one in the django app dir, but then commands like compilemessages complain with this message:
CommandError: This script should be run from the Django Git checkout or your project or app tree, or with the settings module specified.
How can I launch commands like makemessages, compilemessages for my checkout?
I realise that I may not have run python setup.py with the develop command…

2014-07-14 01:48:48 -0500 commented question Unable to find manage.py

But then commands like `compilemessages` complain `CommandError: This script should be run from the Django Git checkout or your project or app tree, or with the settings module specified.`

2014-07-12 16:52:23 -0500 commented answer Fresh Installation migration errors

Using your command I get the same error, but on the `vote` table. Any hint?

2014-07-11 02:46:28 -0500 answered a question Static files (css, js and images) not served

Another solution is a symlink: from the public dir, where you may have your .htaccess and askbot.fcgi, run:

ln -s /path/to/static m

Of course, you need to run python manage.py collectstatic too.

2014-07-11 01:54:07 -0500 answered a question Error: ImportError: cannot import name readers

In my case, installing jinja2 at the proper place was the solution.