tristan's profile - activity
5 years ago | received badge | Notable Question (source) |
10 years ago | received badge | Popular Question (source) |
10 years ago | received badge | Popular Question (source) |
11 years ago | received badge | Famous Question (source) |
12 years ago | received badge | Nice Answer ( source ) |
12 years ago | received badge | Famous Question (source) |
12 years ago | asked a question | Internal Server Error : encoding change in POST with euro symbol Hi, I have a functional installation of askbot but, when sending data, Apache is weird :
I try to add AddDefaultCharset utf-8 in apache config but this is not working... Any suggestion please ? |
12 years ago | received badge | Famous Question (source) |
13 years ago | answered a question | ASKBOT_EXTRA_SKINS_DIR settings stalls model validation Create the directory indicated by In Finally, in your site, log you as root user and in |
13 years ago | asked a question | Modifying jinja2 extra filters I try to change the display of the "vote" boxes (vote, response, and view). The file is in |
13 years ago | commented question | Empty tag ? Here you have activate a "required" control on the tags field |
13 years ago | asked a question | Empty tag ? When asking a question, if we add a tag and then we remove this tag an empty tag appears in the list of tags. |
13 years ago | received badge | Scholar ( source ) |
13 years ago | received badge | Self-Learner ( source ) |
13 years ago | received badge | Student (source) |
13 years ago | received badge | Organizer (source) |
13 years ago | answered a question | Customizing skin The doc must be updated! Follow the steps then connect you in askbot as root and go in |
13 years ago | commented question | Customizing skin ASKBOT_DEFAULT_SKIN ? |
13 years ago | asked a question | Customizing skin According to the doc http://askbot.org/doc/customizing-skin-in-askbot.html, I try to customize my askbot. I will have 4 askbots on the same server so I decided to create the skin in a new directory. |
13 years ago | received badge | Self-Learner ( source ) |
13 years ago | answered a question | Unable to activate RSS Feeds Ok, finally no problem : the site is under construction and protected by htaccess (the feed is unreachable). |
13 years ago | received badge | Necromancer ( source ) |
13 years ago | commented answer | Static files (css, js and images) not served in /etc/apache2/sites-available/your-file, you must have the line : Alias /static/ /path_to_your_project/static/. See the sample in http://askbot.org/doc/deployment.html |
13 years ago | received badge | Commentator |
13 years ago | commented answer | Static files (css, js and images) not served in /etc/apache2/apache2.conf, last line, add :<br /> |
13 years ago | commented answer | Static files (css, js and images) not served in /etc/apache2/apache2.conf, last line, add : NameVirtualHost your_ip:80 |
13 years ago | answered a question | edit profile view outdated Same error on 0.7.42. Perhaps am I not working with the last version ? |
13 years ago | commented answer | Unable to activate RSS Feeds I don't know if the two problems are linked but in the profile user's page, "change picture" is pointing on "faq/#gravatar" (in my askbot "from scratch" too). |
13 years ago | commented answer | Static files (css, js and images) not served in /etc/apache2/sites-available/ |
13 years ago | commented answer | Static files (css, js and images) not served And the virtualhost ? |
13 years ago | commented answer | Static files (css, js and images) not served Yes that right... oops... |
13 years ago | commented answer | Unable to activate RSS Feeds I try to migrate another time but : <code>Nothing to migrate</code> |
13 years ago | commented answer | Unable to activate RSS Feeds Same problem with a local test from scratch... I use the git version askbot-devel. |
13 years ago | received badge | Teacher ( source ) |
13 years ago | received badge | Editor ( source ) |
13 years ago | answered a question | Static files (css, js and images) not served If you are using Apache, in the |
13 years ago | commented answer | Unable to activate RSS Feeds I followed the doc for the deployment and i made the <code>manage.py migrate askbot</code> and <code>manage.py migrate django_authopenid</code>. What is the name of teh app for INSTALLED_APPS? I see nothing named *feed and my INSTALLED_APPS has the same value as the original... |
13 years ago | commented answer | Unable to activate RSS Feeds The only changes I made are those described in the question... I go back to the original file but the feeds are not activated... |
13 years ago | asked a question | Unable to activate RSS Feeds I missed probably one step to activate the RSS Feeds and no doc about this part of the configuration. Hi, In urls.py I add: 2) The feeds dictionnary : 3) The pattern : After restarting apache, the RSS link is always Any idea ? |