Opened 3 years ago
Closed 3 years ago
#89 closed enhancement (fixed)
ability to disabling graphic-smiles for forum-posts [возможность отключения графических смайлов в форумных-постах]
| Reported by: | pl-m | Owned by: | alafin |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | Uncategorized | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
not everyone likes when they are text-of-posts auto-replaced to images.
[не все любят когда их текст-постов автозаменяется на изображения]
some prefer to leave smilies that such are was in text-form
[некоторые предпочитают оставлять смайлы такими какие они есть в текстовой-форме]
Thanks in advance! :-)
Change History (8)
comment:1 Changed 3 years ago by alafin
comment:2 Changed 3 years ago by alafin
- Resolution set to fixed
- Status changed from new to closed
in global settings:
DJANGOBB_SMILES_SUPPORT = False
or djangobb_forum/settings:
SMILES_SUPPORT = get('DJANGOBB_SMILES_SUPPORT', False)
comment:3 Changed 3 years ago by plm1
- Resolution fixed deleted
- Status changed from closed to reopened
thanks!
but i mean -- individuality for each post-message (in user side of forum)
comment:4 Changed 3 years ago by silent1mezzo
I'm not sure that this is actually a good feature. A forum should have all smilies rendered the same way. Having a person disable them for one post would look odd.
comment:5 Changed 3 years ago by pl-m
I agree that this feature -- is NOT of paramount importance
[я согласен что это улучшение -- НЕ первостепенной важности]
but MOST of populars forum-engines (phpBB, vBulletin, ...) -- has this ability. and that allows for users of these forums to write post-messages as they like
[но БОЛЬШЕНСТВО популярных форумных-движков (phpBB, vBulletin, ...) -- имеют эту возможность. что позваляет пользователям этих форумов писать сообщения так как им нравится]
comment:6 Changed 3 years ago by slav0nic
pathes welcome ;]
comment:7 Changed 3 years ago by alafin
- Milestone set to 0.1
- Owner changed from somebody to alafin
- Status changed from reopened to assigned
comment:8 Changed 3 years ago by alafin
- Resolution set to fixed
- Status changed from assigned to closed

in global settings:
DJANGOBB_SMILES_SUPPORT = False
or djangobb_forum/settings:
SMILES_SUPPORT = get('DJANGOBB_SMILES_SUPPORT', False)